2 Commits

Author SHA1 Message Date
Brummel a571b1540f chore: drop restated spec/plan lifecycle from CLAUDE.md; add docs/.gitignore
The spec/plan lifecycle is a fixed plugin convention (skills/docs/conventions.md, sections File layout + Lifecycle). Restating it here is a drift vector. Remove the restated sentence and enforce the git-ignored model with a project-local docs/.gitignore.
2026-07-07 11:47:00 +02:00
Brummel 0060fea7ca Bootstrap DocSite project skeleton
Single-source-of-truth LAN documentation server: renders each project's
docs live from its canonical Gitea repository (pushed main), with one
consistent theme, holding no content copy and never writing to a source
repo. Sources are fetched via Gitea's read-only raw/API; DocSite holds
only a revision-keyed cache.

Lays the project shell — CLAUDE.md (orchestrator discipline, domain
invariants, skills project facts), a minimal Cargo package, .gitignore —
so the first cycle (the walking skeleton) can be specced and implemented
on top.
2026-06-28 13:42:49 +02:00