From 6e9765badc91faabda4dd9d8b19974235d85af29 Mon Sep 17 00:00:00 2001 From: Jigglyclaw Date: Sat, 16 May 2026 10:03:02 +0100 Subject: [PATCH] docs: add Akephalos resource --- README.md | 9 +++++++++ data/resources/akephalos.yaml | 15 +++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 data/resources/akephalos.yaml diff --git a/README.md b/README.md index 96843bc..4d30758 100644 --- a/README.md +++ b/README.md @@ -1072,6 +1072,15 @@ 📚 RESOURCES
+
+ Akephalos - Local-first markdown passport for portable agent context and memory +
+ A local-first, markdown-first `.akephalos` passport for portable agent preferences, tool notes, rules, project context, and durable memories. It uses plain files and Git so MCP-capable coding-agent workflows can inspect and carry context across tools and machines without hosted sync. +

+ 🔗 View Repository +
+
+
Debug Log to Text File - Troubleshooting guide
diff --git a/data/resources/akephalos.yaml b/data/resources/akephalos.yaml new file mode 100644 index 0000000..f5b0ea2 --- /dev/null +++ b/data/resources/akephalos.yaml @@ -0,0 +1,15 @@ +name: Akephalos +repo: https://github.com/sunnja69/akephalos +tagline: Local-first markdown passport for portable agent context and memory +description: A local-first, markdown-first `.akephalos` passport for portable + agent preferences, tool notes, rules, project context, and durable memories. + It uses plain files and Git so MCP-capable coding-agent workflows can inspect + and carry context across tools and machines without hosted sync. +scope: + - project +tags: + - mcp-server + - memory + - context + - local-first + - markdown