Skip to content

Official site wave-2: architecture overview + doctrine highlights pages (EN + zh) #8

@loning

Description

@loning

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):

  1. 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).
  2. 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).
  3. Navigation: add links to the two new pages from the homepage (both languages); each page links back home.
  4. 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⟧

Metadata

Metadata

Assignees

No one assigned

    Labels

    fkst-dev:enabledintake-approved-for-autonomous-developmentfkst-dev:mergedimplementation-merged

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions