Auto Memory
Use this driver when an operator wants the auto-memory seed bundle.
For new projects, prefer the canonical scaffolding path:
aiwg new
For an existing project, deploy the addon through AIWG:
aiwg use auto-memory --provider <provider>
Claude supports the native automatic-memory layout. Cursor and OpenCode require provider-specific adaptation; other providers should use workspace context or semantic-memory capabilities instead of pretending native automatic memory exists.
The seeds cover project overview, testing, debugging, and architecture. Never put secrets, credentials, tokens, or sensitive personal data in memory files.
References
- @$AIWG_ROOT/${CLAUDE_PLUGIN_ROOT}/docs/overview.md
- @$AIWG_ROOT/agentic/code/addons/semantic-memory/skills/memory-ingest/SKILL.md