This documentation explains the concept-design model, the static-site generator built with it, and the issue review that identifies where the current implementation needs hardening.
What a concept is, how state/actions/queries are specified, and how independence is evaluated.
The when, where, then pattern, frames, queries, matching, and flow isolation.
A concept-by-concept map of the generator and the sync groups that compose it.
Findings from the code review grouped by the layer they affect: concept design, syncs, engine, filesystem, and parsing.
A source tour across concepts, syncs, engine, runtime, and example content.
How one CLI action expands into scans, cascades, index regeneration, cleanup, and reporting.
A single content file moving through the concepts that publish it.
The narrative version of the issue review and the model's current sharp edges.
| Topic | Description |
|---|---|
| Concepts | Specification format, state design, actions, queries |
| Syncs | Sync DSL, pattern matching, frames, flow isolation |
| SSG Architecture | Current concept and sync structure |
| Issue Review | Review findings grouped by severity |
| How Syncs Wire This Repo | Project-specific sync walkthrough |