Files
blackroad-agents/.github/pull_request_template.md
Alexa Amundson 0481303112 Scaffold blackroad-agents: definitions, orchestration, CLI, and tests
- 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>
2026-02-20 16:45:40 -06:00

214 B

Summary

Type of Change

  • New agent / Modified agent
  • Prompt change
  • Orchestration change

Checklist

  • npm run typecheck passes
  • npm run test passes
  • Prompt validation passes