Index of documentation for the package.
| Document | Description |
|---|---|
| Memória explicada para leigos | PT: pitch acessível — o que é o framework, para quem, benefícios e limitações (não é manual técnico) |
| Como instalar / atualizar (PT) | PT: passos para npm install / @latest, o que mudou na 0.5.x (watch vs process), verificação e env vars do postinstall |
| User Guide | Start here: installation (postinstall: Cursor rules + VS Code folder-open tasks), concepts, library, CLI, BMAD integration, troubleshooting |
| Memory System (technical) | Architecture (five layers), data flow, postinstall / .vscode folder-open tasks, Layer 1 sync-checkpoints, transcript automation (Section 18: watch, process, --wait-for-transcripts), REST notes, compaction, types |
| Memory System Guide (dashboard) | End-user guide when memory is used inside an agent dashboard (sessions, Memory Vault UI, lifecycle) |
| Memory System Comparison | Comparison with ChatGPT Memory, Claude, OpenClaw, ClawVault, AITeam |
| Viewer Guide | Standalone web dashboard: usage, features, API endpoints, architecture |
| Integration planning prompt | Meta-prompt for another AI: produce an integration & utilization plan for a target project |
Diagram: architecture.png (referenced from the root README)
After npm install @inosx/agent-memory in a consumer project, postinstall installs Cursor rules and merges a VS Code/Cursor folder-open task that runs agent-memory watch --wait-for-transcripts (continuous). agent-memory process is CLI-only for manual catch-up. Details, opt-out env vars, and the full env table: root README — Postinstall automation.
- npm package:
@inosx/agent-memory(when published) - Source: github.com/INOSX/agent-memory
- Postinstall & env vars: README § Postinstall automation