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
|
c1f5f939ad
|
Add Repository Intelligence Bootstrap: repo-bootstrap.sh, all 13 agents updated, docs, tests
- scripts/repo-bootstrap.sh: generic idempotent bootstrap tool (status/bootstrap/refresh)
- creates .opencode/ with repo-context, architecture, build-and-test, conventions, deployment skills
- relevance-based skill generation (only creates what the repo actually has)
- staleness detection via .bootstrap-meta (key=value, SHA-256 fingerprints)
- marker-based manual protection (never overwrites unmarked files)
- accepts --root flag for explicit repo targeting
- scripts/test-repo-bootstrap.sh: 11 tests covering all 10 acceptance criteria
- creation, idempotency, manual preservation, relevance detection
- orchestrator/agent structural checks, staleness, genericness
- install.sh workflow compatibility, malformed handling
- agents/orchestrator.md: first-class Repository Intelligence Bootstrap stage
- 10-step workflow, ownership rules table, staleness signals
- consumption rules, backward compatibility, fallback procedure
- All 12 subagent files: role-adapted Repository Intelligence section
- architect: owns architecture skill
- builder/tester: own build-and-test skill (shared)
- explorer: owns repo-context skill
- maintainer: owns conventions skill + audits .opencode/
- reviewer: validates consistency (consumer/reporter)
- designer/detective/philosopher/toolsmith/workflow-architect/writer: consume-only
- docs/REPOSITORY_INTELLIGENCE.md: full architecture documentation
- README.md: updated layout, bootstrap usage, requirements
- 13/13 agents installed, permission-engine verifier PASS
|
2026-09-07 12:10:25 -04:00 |
|