|
|
53dfd55916
|
feat(protocols): add protocols artifact convention, sys-medic protocol + CLI (WP-0002 T17-T24)
- ADR-003: protocols artifact convention (location, structure, lifecycle)
- agents/protocols/README.md: directory-level index and usage guide
- agents/protocols/sys-medic/k3s-node-health-assessment.md: full structured
k3s node health assessment protocol (8 steps: OS baseline, process hygiene,
memory, CPU, disk, network, k3s node state, runtime services)
- agent-sys-medic.md: add memory: enabled frontmatter, session-start/close
protocols, node-profile memory template extensions, protocol reference in
Default Task
- cli.py: add protocols command group (list, show); extend memory init to hint
protocol commands for agents that have protocols
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-18 23:48:09 +00:00 |
|
|
|
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 |
|