thefoldwithin-earth/docs/README.md
Mark Randall Havens △ The Empathic Technologist d8d99b1ea6 docs: add documentation index
2026-02-13 22:26:59 -06:00

20 lines
431 B
Markdown

# Documentation
## Philosophy
- [Design Philosophy](philosophy.md) - Core principles and Coherence Loop
- [Fieldnote Template](fieldnote-template.md) - Frontmatter schema
## Tools
- [Coherence Tools](../tools/coherence/README.md) - Site validation tools
## Quick Start
```bash
# Run all coherence checks
python3 tools/coherence/run-coherence.py
# Fix issues
python3 tools/coherence/fix-frontmatter.py public/fieldnotes/
```