From d8d99b1ea62f21c95db610d8cccce67677f2e978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Randall=20Havens=20=E2=96=B3=20The=20Empathic=20Tec?= =?UTF-8?q?hnologist?= Date: Fri, 13 Feb 2026 22:26:59 -0600 Subject: [PATCH] docs: add documentation index --- docs/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..89babca --- /dev/null +++ b/docs/README.md @@ -0,0 +1,20 @@ +# 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/ +```