- 6 agent definitions (Octavia, Lucidia, Alice, Cipher, Prism, Planner) - Zod schemas for agent definitions and orchestration - Personality prompts (markdown) for each agent - Intent prompts (analyze, plan, architect, review, deploy, audit) - Orchestration: TaskRouter, FallbackChain, Coordinator - Commander CLI (list, invoke, validate) - 20 Vitest tests across 4 test suites - CI and prompt validation GitHub Actions workflows Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
214 B
Markdown
10 lines
214 B
Markdown
## Summary
|
|
## Type of Change
|
|
- [ ] New agent / Modified agent
|
|
- [ ] Prompt change
|
|
- [ ] Orchestration change
|
|
## Checklist
|
|
- [ ] `npm run typecheck` passes
|
|
- [ ] `npm run test` passes
|
|
- [ ] Prompt validation passes
|