feat(extensions): establish canonical goal source (#54, #55)

This commit is contained in:
2026-09-06 02:32:32 -05:00
parent 44f257cb06
commit d4696d09eb
43 changed files with 6845 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# Run the canonical goal extension through its isolated project-local installation.
set -euo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")/.."
unset MOSAIC_LAUNCH_INCARNATION
scripts/sync-dev-extensions.sh
exec pi --no-extensions --extension "$PWD/.pi/extensions/goal/index.ts" \
--session-dir "$PWD/.pi/state/sessions" "$@"