AsDecided has one canonical public origin with two complementary surfaces:
- asdecided.com is the product site, canonical answer layer, Notes and release record. It is deployed through ChatGPT Sites.
- asdecided.com/docs is the searchable knowledge base for the specification, concepts, guides and reference material. Its source remains in this repository and the generated build is published through the product site.
Use the canonical source map to match product claims to the specification, documentation, implementation or dated release evidence that governs them.
npm ci
npm run devBuild and verify the deployable site with:
npm run build
npm testThe knowledge base has a small set of owned navigation pages under
knowledge/. Authoritative product documentation and specification material
are vendored at build time from
asdecided/core and
asdecided/spec, so this repository
organizes those sources without forking them.
./scripts/vendor-knowledge.sh
uv run --with mkdocs==1.6.1 --with mkdocs-material==9.7.6 mkdocs servePull requests build the knowledge base in strict mode. Merges to main also
publish the generated bundle to GitHub Pages as a transitional mirror whose
canonical URLs point to asdecided.com/docs/.