2 Commits

Author SHA1 Message Date
Profa 09f15896da docs: fix stale skill/agent counts across codebase (75→78 QE skills, restore 60 agents)
Disambiguate project-level counts (60 agents, 78 QE skills) from
OpenCode config counts (59 agent configs, 86 skill configs) in all
documentation, manifests, and source comments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 07:54:58 +00:00
Profa b56dad4f4c feat: complete OpenCode integration — all 40 tasks across 5 workstreams
Implements the full AQE-OpenCode integration plan:

WS0 Foundation: shared types (aqe-opencode-types), monorepo packages
WS1 MCP Server: transport factory (SSE/WS/HTTP routing), output compaction
  middleware, health endpoint, opencode.json template with SSE config
WS2 Plugin: 4 lifecycle hooks, config schema (Zod), session lifecycle,
  graceful degradation middleware, context budget manager, LSP bridge
WS3 Agent/Skill: 10 agent configs, 15 QE skills, 5 QCSD swarm skills,
  5 tool wrappers, permissions.yaml, generator scripts
WS4 Provider: capability matrix, skill tier registry (75 skills classified),
  degradation middleware, output format adapters
WS5 Testing: integration, unit, validation, E2E smoke tests (31 passing),
  integration guide, tool compatibility docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 18:54:19 +00:00