chore: prep 0.1.2 release, tidy repo
This commit is contained in:
@@ -34,7 +34,7 @@ Environment=PIKIT_MANIFEST_URL=https://git.44r0n.cc/44r0n7/pi-kit/releases/downl
|
||||
|
||||
## What’s inside the bundle
|
||||
- `pikit-web/` (built static assets)
|
||||
- `pikit-api.py`
|
||||
- `pikit-api.py` + `pikit_api/` package
|
||||
- optional helper scripts (e.g., `set_ready.sh`, `start-codex.sh`, `pikit-services.json` if present)
|
||||
|
||||
## Notes
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user