From 16d1a8a0c2158dcc25d115f51c75cf3c10908180 Mon Sep 17 00:00:00 2001 From: Quentin MATHIS Date: Sat, 1 Aug 2026 13:19:56 +0200 Subject: [PATCH 1/2] Add notabene https://github.com/z29k/notabene --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a48308a..ceb0d43 100644 --- a/README.md +++ b/README.md @@ -600,6 +600,8 @@ This comprehensive list showcases the latest and greatest AI-powered development **[Northflank](https://northflank.com/)** - A platform for deploying and running applications and AI workloads, with support for isolated, ephemeral environments for executing code and agents. +**[notabene](https://github.com/z29k/notabene)** - Renders a repo's Markdown/MDX as a navigable docs site with anchored, Google-Docs-style comments; an agent reads the committed comment store, applies the feedback as source edits, resolves the threads and journals what changed. + **[Nova](https://www.trynova.ai/)** - A CI bot that adds actions like summaries and tests to new pull requests. **[nullclaw](https://github.com/nullclaw/nullclaw)** - Fastest, smallest, and fully autonomous AI assistant infrastructure. From e8094a2ba275565db35db5cbc616de26f1dd966b Mon Sep 17 00:00:00 2001 From: Quentin MATHIS Date: Mon, 3 Aug 2026 17:00:04 +0200 Subject: [PATCH 2/2] Reword notabene entry per review feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceb0d43..c46eb4d 100644 --- a/README.md +++ b/README.md @@ -600,7 +600,7 @@ This comprehensive list showcases the latest and greatest AI-powered development **[Northflank](https://northflank.com/)** - A platform for deploying and running applications and AI workloads, with support for isolated, ephemeral environments for executing code and agents. -**[notabene](https://github.com/z29k/notabene)** - Renders a repo's Markdown/MDX as a navigable docs site with anchored, Google-Docs-style comments; an agent reads the committed comment store, applies the feedback as source edits, resolves the threads and journals what changed. +**[notabene](https://github.com/z29k/notabene)** - Renders repository Markdown and MDX as a navigable documentation site with anchored comments, storing comments and journals in git-readable JSON alongside a protocol agents can follow to propose or apply the corresponding edits to the Markdown source. **[Nova](https://www.trynova.ai/)** - A CI bot that adds actions like summaries and tests to new pull requests.