mirror of
https://github.com/gnekt/My-Brain-Is-Full-Crew.git
synced 2026-09-14 01:37:34 +00:00
refactor: rename --framework to --platform across all scripts and tests
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ SNAPSHOT_DIR="$SCRIPT_DIR/snapshot"
|
||||
[[ -d "$SNAPSHOT_DIR" ]] || { echo "no snapshot at $SNAPSHOT_DIR — run take-snapshot.sh before refactoring"; exit 1; }
|
||||
|
||||
# Build claude-code
|
||||
bash "$REPO_DIR/scripts/build.sh" --framework claude-code
|
||||
bash "$REPO_DIR/scripts/build.sh" --platform claude-code
|
||||
|
||||
DIST_DIR="$REPO_DIR/dist/claude-code"
|
||||
[[ -d "$DIST_DIR" ]] || { echo "build did not produce $DIST_DIR"; exit 1; }
|
||||
|
||||
Reference in New Issue
Block a user