kaizen-agentic/docs
Bernd Worsch 4b4b1ff1f1 feat(memory): add memory CLI command group and project memory ADRs
- Add docs/adr/ADR-001-workplan-convention.md (formalises existing convention)
- Add docs/adr/ADR-002-project-memory-convention.md (file location, structure,
  session protocols, opt-out, CLI interface)
- Implement `kaizen-agentic memory` command group: show, init, brief, clear
  - Memory stored at .kaizen/agents/<name>/memory.md in project root
  - `init` scaffolds the standard memory template with YAML frontmatter
  - `brief` lists all agent memories + note that coach synthesis is pending T13
  - `clear` deletes with confirmation prompt

WP-0002 T07 and T08 done.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 23:25:48 +00:00
..
adr feat(memory): add memory CLI command group and project memory ADRs 2026-03-18 23:25:48 +00:00
AGENT_DISTRIBUTION.md Fix test failures and rename Makefile targets for consistency 2025-10-19 08:03:45 +02:00
CLI_CHEAT_SHEET.md Fix test failures and rename Makefile targets for consistency 2025-10-19 08:03:45 +02:00
GETTING_STARTED.md Add global installation capability and fix venv accessibility issue 2025-10-19 22:03:10 +02:00
HELLO_WORLD_TUTORIAL.md Update documentation for first-time users and fix outdated agent names 2025-10-19 09:13:50 +02:00
INTEGRATION_PATTERNS.md Implement complete Scenario 2: Integration with existing projects having agents 2025-10-19 11:47:17 +02:00