◆ Concept Design

Documentation

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.

Read The Project

Concepts

The independent building blocks

What a concept is, how state/actions/queries are specified, and how independence is evaluated.

Synchronizations

Declarative composition

The when, where, then pattern, frames, queries, matching, and flow isolation.

SSG Architecture

How this repo is structured

A concept-by-concept map of the generator and the sync groups that compose it.

Issue Review

The hardening map

Findings from the code review grouped by the layer they affect: concept design, syncs, engine, filesystem, and parsing.

Field Guide

This Repo In One Pass

A source tour across concepts, syncs, engine, runtime, and example content.

The Build Pipeline

How one CLI action expands into scans, cascades, index regeneration, cleanup, and reporting.

From Markdown To Published Page

A single content file moving through the concepts that publish it.

Friction Log

The narrative version of the issue review and the model's current sharp edges.

Reference

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