clean: remove .pi/ config from calvana repo — lives in pi-vs-claude-code now

- Removed all .pi/ (agents, themes, extensions, skills, observatory)
- Removed CLAUDE.md (belongs in parent pi repo)
- Added .pi/ and CLAUDE.md to .gitignore
- Added .pi/ to pledge-now-pay-later/.gitignore
This commit is contained in:
2026-03-04 17:32:20 +08:00
parent ef37ca0c18
commit 59485579ec
46 changed files with 31 additions and 5291 deletions

View File

@@ -37,8 +37,9 @@ incus exec ${CONTAINER} -- bash -c '
# BuildKit build with npm + Next.js cache mounts
docker buildx build -t pnpl-app:latest --load . 2>&1 | tail -8
# Rolling restart
docker service update --force --image pnpl-app:latest pnpl_app 2>&1 | tail -2
# Restart via docker compose (matches Dokploy)
cd /etc/dokploy/compose/pnpl/code
docker compose -p pnpl up -d --force-recreate app 2>&1 | tail -4
# Clean dangling only (preserve build cache!)
docker image prune -f 2>&1 | tail -1