Your Name
b1b26691a9
Memory: auto-scaffold category dirs for fresh projects
...
- memory-lifecycle.sh cmd_store: mkdir -p the category dir instead of
failing when memory/<category>/ does not exist yet
- cmd_recall (and list via delegation): missing category prints
'No entries' with rc 0, consistent with search/sessions/cleanup
- tests: T13-T16 fresh-project regression tests (store creates dir,
recall/list/sessions treat missing memory as empty) in
test-memory-system.sh; all 8 suites pass
2026-09-08 11:24:46 -04:00
Your Name
61241c3a82
Implement self-contained runtime: install runtime tree, git-root memory, canonical agent paths, + 4 suites
...
- install.sh: install runtime tree under OPENCODE_DEV_AGENT_TEAM
(bin/, 12 skills, improvements/, install-manifest.json), idempotent
shell-rc export, --uninstall (preserves improvements/ user data) and
--migrate; preserves 13-agent copy, .backup retention, KEEP_BACKUPS=5,
count gate, cmp -s integrity, install-time permission gate
- memory-lifecycle.sh: resolve MEMORY_DIR from project git root + OPENCODE_MEMORY_DIR
- all 13 agents: canonical runtime sentence + env-resolved runtime paths;
project-scoped refs unchanged
- tests: new test-install (15), test-runtime (10), test-path-resolution (12),
test-memory-isolation (12); TEAM_ROOT override on existing 4 suites;
test-all.sh registers 8 suites (100 checks total)
2026-09-08 10:17:38 -04:00
Your Name
2dabf8ef03
Phase 1-3: Add memory, skills, and improvement systems
...
- memory/: cross-session project memory with decisions, lessons, failures,
architecture, and sessions categories. Each has format templates and
lifecycle documentation.
- skills/: 12 reusable specialized methodologies (tdd, systematic-debugging,
architecture-design, code-review, security-review, repository-analysis,
failure-analysis, refactoring, test-analysis, incident-investigation,
browser-automation, research). Each has frontmatter and methodology sections.
- improvements/: proposal-based improvement system requiring human approval.
- scripts/memory-lifecycle.sh: deterministic memory operations (recall, store,
list, search, sessions, cleanup).
- scripts/test-memory-system.sh: 12 structural tests for all new systems.
- orchestrator.md: added Memory Recall stage, Learning and Memory Storage
stage, Improvement Proposals workflow, memory/skills rules, and 3 new
actions (A23-A27) to the action catalog. Updated behavioral acceptance test
and state separation model.
- All 12 subagents: added Memory & Skills Awareness sections with recall
and store instructions.
- docs/AGENT_ARCHITECTURE.md: documented memory, skills, and improvements
systems (sections 12-14). Updated action count (27), state model, and
remaining weaknesses.
- README.md: documented new systems, updated repository layout, added
test-memory-system.sh documentation.
All 39 tests pass (16 architecture + 12 memory + 11 bootstrap).
2026-09-08 04:31:40 -04:00