From 5996615e68f82d4f34019d6066b48f4bbab12465 Mon Sep 17 00:00:00 2001 From: Hibryda Date: Thu, 5 Mar 2026 23:14:43 +0100 Subject: [PATCH] docs: add documentation index scaffold - Create docs/README.md with YAML frontmatter and index placeholder - Add Documentation (SOURCE OF TRUTH) section to root CLAUDE.md --- docs/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..e68a108 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,13 @@ +--- +title: "Documentation" +role: part +parent: null +order: 1 +description: "Project documentation index" +--- + +# Documentation + +Project documentation lives here. + +> This directory is maintained automatically. When features are added or changed, corresponding documentation is updated.