docmancer-memory
SolidRecall and write source-attributed local memory through the curated Markdown tree.
AI & Automation 112 stars
12 forks Updated today MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# docmancer memory
Executable: `docmancer`
Docmancer turns memory and instructions scattered across coding agents into one curated, source-attributed Markdown tree. Harvested files remain read-only evidence, ambiguous capture stays in the inbox, and curated Markdown files are the canonical memory every supported agent can read.
## Workflow
1. Run `docmancer init` to create or adopt the current project's tree. This never enables capture implicitly.
2. Run `docmancer context "task" --project-path "$PWD"` before work when prior decisions or conventions may matter.
3. Use `docmancer read <address>` to inspect the complete Markdown file and provenance before changing it.
4. When the user explicitly asks to remember a durable fact or decision, use `docmancer write` with an explicit project-relative destination.
5. Use `docmancer harvest <path>` to preview harvested evidence. Add `--apply` only when the user wants it copied into the uncurated inbox.
6. Use `docmancer curate` to preview a complete file diff. Add `--apply` only after the destination and content are acceptable.
7. Keep Docs separate with `docmancer docs ...`.
## Commands
```bash
docmancer init --project-id <stable-project-id>
docmancer context "what deployment decisions apply?" --project-path "$PWD"
docmancer search "deployment"
docmancer read docmancer://memory/<id>
docmancer write "# Release process\n\nDeploy on Railway." --path deployment/release.md --scope project --project-id <id>
docmancer edit docmancer://...
Details
- Author
- docmancer
- Repository
- docmancer/docmancer
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
docmancer-memory-writing
Write deliberate source-attributed memory into the local curated Markdown tree.
112 Updated today
docmancer AI & Automation Solid
recall
Recall source-attributed local project memory before work.
112 Updated today
docmancer AI & Automation Solid
docmancer-onboarding
Create or adopt a local curated Markdown tree without forcing a taxonomy or enabling capture.
112 Updated today
docmancer