Skip to content

Commit 6c9c160

Browse files
baijumclaude
andcommitted
chore: update skills and hooks after Phase 5.5 deploy
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 641f5c5 commit 6c9c160

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.claude/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"hooks": [
77
{
88
"type": "command",
9-
"command": "filepath=\"$TOOL_INPUT_file_path\"; case \"$filepath\" in */docs/*) echo '[Hook] Editing a docs/ file — check cross-references between spec.md, ecosystem.md, governance.md, and ROADMAP.md' ;; esac; exit 0"
9+
"command": "filepath=\"$TOOL_INPUT_file_path\"; case \"$filepath\" in */docs/*) echo '[Hook] Editing a docs/ file — check cross-references between spec.md, ecosystem.md, governance.md, ROADMAP.md, server-contract.md, and self-hosting.md' ;; esac; exit 0"
1010
}
1111
]
1212
}

.claude/skills/spec-context/SKILL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ Key rules from the Towlion platform specification:
3939
- **Tier 1**: Structure — required files and directories exist
4040
- **Tier 2**: Content — YAML valid, port 8000 referenced, env vars present, FastAPI used, no hardcoded secrets
4141
- **Tier 3**: Runtime — containers build, compose validates, health endpoint responds
42+
43+
## Platform Services (7 total)
44+
- PostgreSQL 16, Redis 7, MinIO, Caddy 2, Loki 3.0, Promtail 3.0, Grafana 11.0
45+
- All on `towlion` Docker network
46+
- Compose file: `/opt/platform/docker-compose.yml`
47+
- Per-app credentials: `/opt/platform/credentials/<app>.env` (DB_USER, DB_PASSWORD, S3_ACCESS_KEY, S3_SECRET_KEY)

0 commit comments

Comments
 (0)