Skip to content

Technical Reference

This section is the technical entry point for developers and maintainers. It should help you answer three questions quickly:

  • which document should I open first
  • how is the project architected
  • where is the detailed logic for the area I want to change

Start Here

Internal engineering audits, review findings, and closure notes are intentionally kept only in the repository and are not part of the published documentation site.

Included Technical Areas

  • architecture and responsibility boundaries
  • shared strategy families
  • product-specific bond logic
  • anonymous telemetry operations
  • documentation publishing flow

Maintenance and Publishing

The published technical pages are generated from the repository source documents in docs/.

If you update source documentation:

  1. run npm run docs:sync
  2. run mkdocs serve -f mkdocs-site/mkdocs.yml for local preview
  3. optionally run mkdocs build -f mkdocs-site/mkdocs.yml before publishing

At the moment, pushing the repository to main automatically republishes the online documentation site.

This should be treated as a demonstration-oriented publishing flow, not as a final production-grade documentation pipeline.