#!/usr/bin/env bash # Dewey's native development mode through the Mosaic agent entry point. set -euo pipefail REPO="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)" exec "$REPO/scripts/agent.sh" --host-dev dewey "$@"