Commit Graph

7 Commits

Author SHA1 Message Date
Your Name c8977eab68 Add breakdowner agent: Task Breakdown convention for large goals (14th agent) 2026-09-12 03:29:09 -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 0ec44a4ee4 Add workflow-architect agent; raise team to 13 agents
- New workflow-architect subagent: FSM-first modeling with explicit
  model-selection strategy (statechart, DAG, decision tree, BPMN, Petri,
  saga, etc.), gap detection, failure/recovery as first-class, output
  spec format, and role fence vs Architect/Orchestrator.
- Orchestrator: add Workflow Architect to Specialist Map, roster,
  dispatch rule, workflow-modeling classification, handoff decision,
  final rules, and explicit dynamic agent selection (not a fixed
  pipeline).
- Installer EXPECTED_COUNT 12->13; docs/README/PROMPT_INSTALL updated;
  AgentsReport/workflow-architect seeded.
2026-09-07 01:57:59 -04:00
Your Name 66564a1eaa Adopt canonical permission standard v1 + installer verification gate 2026-08-24 15:51:09 -04:00
Your Name 53571e9cd0 Harden install.sh: prune only directories, gate before mkdir 2026-08-24 15:47:02 -04:00
Your Name 0ef44264fa Harden install.sh: explicit gate, unique backup stamps, retention cap 2026-08-23 08:38:38 -04:00
Your Name f697675f7a Export 12-agent team + installer 2026-08-23 07:56:08 -04:00