chore: prep 0.1.2 release, tidy repo

This commit is contained in:
Aaron
2025-12-13 17:04:32 -05:00
parent 0c69e9bf90
commit b70f4c5f3f
43 changed files with 4259 additions and 4167 deletions

View File

@@ -34,9 +34,8 @@ rsync -a --delete \
"$ROOT/pikit-web/" "$STAGE/pikit-web/"
cp "$ROOT/pikit-api.py" "$STAGE/"
rsync -a "$ROOT/pikit_api/" "$STAGE/pikit_api/"
cp "$ROOT/pikit-services.json" "$STAGE/" 2>/dev/null || true
cp "$ROOT/set_ready.sh" "$STAGE/" 2>/dev/null || true
cp "$ROOT/start-codex.sh" "$STAGE/" 2>/dev/null || true
# Include version marker
if [[ -f "$ROOT/pikit-web/data/version.json" ]]; then