From c975406cb9b7d56f8d4094f91aa566ed8c08c7c5 Mon Sep 17 00:00:00 2001 From: David Villalba Date: Sat, 25 Apr 2026 05:32:44 -0300 Subject: [PATCH] docs: add companion plugins section linking to atlas-for-engram atlas-for-engram is a community plugin that bridges Obsidian Web Clipper to engram's project-scoped memory. v0.1.0 just released as native Claude Code plugin with single-command install. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6f9a6c6..731c00c 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,16 @@ Full CLI with all flags → [docs/ARCHITECTURE.md#cli-reference](docs/ARCHITECTU > **Dashboard contributors**: if you modify `.templ` files in `internal/cloud/dashboard/`, run `make templ` to regenerate before committing. See [DOCS.md — Dashboard templ regeneration](DOCS.md#dashboard-templ-regeneration). +## Companion Plugins + +Community plugins built on top of engram: + +| Plugin | Description | +|--------|-------------| +| [atlas-for-engram](https://github.com/Kirilgitlsiiejah/atlas-for-engram) | Atlas-pool injection + retrieval for Obsidian Web Clipper workflows. Bridges raw clips to project-scoped engram memory with provenance hooks. Cross-OS (Windows/macOS/Linux), MIT. | + +These are independent community projects, not officially affiliated with engram. + ## License MIT