document repo map and local dev, add deploy-prod skill

- CLAUDE.md gains a repo map, endpoint list, and local dev setup
  (server serves only ./public — symlink ../frontend once)
- new deploy-prod skill captures the Dokploy deploy + buildTag
  verification flow; track .agents/.claude skills and skills-lock.json
- ignore server/data, test-results, .claude/worktrees
This commit is contained in:
Jonathan Sykes
2026-07-11 13:44:57 +08:00
parent 70b5214ce8
commit 3afb22b305
8 changed files with 239 additions and 4 deletions

6
.gitignore vendored
View File

@@ -24,3 +24,9 @@ node_modules/
# local data
*.tmp
.DS_Store
# runtime/local artifacts
server/data/
test-results/
.claude/worktrees/
server/public