Parent: official-site umbrella issue (#2). Wave-1 (#3) is verified live: https://chronoaiproject.github.io/fkst-website/ (EN) and /zh/ (中文), deployed by the autonomous pipeline end-to-end.
Scope (tight)
Add the wave-2 content pages to the existing static site (same conventions as wave-1: pure static, no build framework, no JS, English-primary with zh mirrors, shared site/style.css, EN/中文 header cross-links):
site/architecture.html + site/zh/architecture.html — architecture overview:
- the three-tier company model (Company / Department / Person) and the event flow
source → fanout → route → spawn → RAISED;
- reliable delivery (redb-backed, at-least-once-until-ack, lease+fencing, DLQ) and the "content never rides the payload; consumers re-fetch via source_ref" constitution;
- the three-repo ecosystem and composition model (flat vs composed packages; engine unions N package roots into one graph).
site/doctrine.html + site/zh/doctrine.html — doctrine highlights (selected, not exhaustive):
- marker-as-fact with version-CAS over an eventually-consistent GitHub;
- gates are codex-judgment pipelines, not per-event human labels; the only write-posture switch is a host env fact;
- no backward-compat modes: the system has exactly one current shape; patterns must serve a proven present problem (YAGNI).
- Navigation: add links to the two new pages from the homepage (both languages); each page links back home.
- Content basis: derive from the repos' public README/CLAUDE docs conceptually; do NOT paste long doc bodies verbatim — short, readable sections.
Must keep (DELETE NOTHING ELSE)
- Do not touch
packages/, scripts/, ci.yml, or pages.yml behavior (pages.yml already publishes the whole site/ directory).
- Keep wave-1 pages working; only additive nav edits to
index.html / zh/index.html.
- English canonical; zh mirrors.
Acceptance
scripts/run.sh test + scripts/run.sh check stay green.
- After merge to dev, the pages workflow is green and both new pages render at /architecture.html and /doctrine.html (plus /zh/ mirrors), cross-linked with the homepage in both languages.
⟦AI:FKST⟧
Parent: official-site umbrella issue (#2). Wave-1 (#3) is verified live: https://chronoaiproject.github.io/fkst-website/ (EN) and /zh/ (中文), deployed by the autonomous pipeline end-to-end.
Scope (tight)
Add the wave-2 content pages to the existing static site (same conventions as wave-1: pure static, no build framework, no JS, English-primary with zh mirrors, shared
site/style.css, EN/中文 header cross-links):site/architecture.html+site/zh/architecture.html— architecture overview:source → fanout → route → spawn → RAISED;site/doctrine.html+site/zh/doctrine.html— doctrine highlights (selected, not exhaustive):Must keep (DELETE NOTHING ELSE)
packages/,scripts/,ci.yml, orpages.ymlbehavior (pages.yml already publishes the wholesite/directory).index.html/zh/index.html.Acceptance
scripts/run.sh test+scripts/run.sh checkstay green.⟦AI:FKST⟧