This repo is the source of truth (Markdown). We publish to a static site and export printables (PDF/EPUB).
Contributions welcome via PRs under the licenses below.
content/
├── attention-as-lever/
docs/
├── adr/ # Architectural decision records
├── ops/ # Operational docs (heartbeat, synthesis)
└── policies/ # Accessibility and safety policies
printables/ # Auto-generated PDFs and EPUBs
scripts/ # Build and export helpers
site/ # Static site (placeholder + Netlify ready)
.github/ # CI, templates- Install deps:
npm i. - Build printables:
make pdformake epub(requires pandoc; see SETUP_PDF.md). - Run checks:
npm run check.
- SemVer per module (content):
major.minor.patch- major: meaning/structure changes
- minor: examples/sections/printables added
- patch: clarity/typos
- See CHANGELOG and each module front-matter.
- Follow the CHANGELOG maintenance workflow when preparing releases.
See the accessibility checklist. All modules must pass before publishing.
- Open an issue (
bug,accessibility,evidence-gap,request) - Anonymous reader form (link TBD) lives in each module.
Beau & Contributors — The On Balance Project. See AUTHORS and CONTRIBUTORS.
Content: CC BY-SA 4.0 Code: Apache-2.0 (see LICENSE & LICENSES/)