f228061c4d
docs: update design doc with new architecture decisions
...
docs: update design doc with new architecture decisions
2026-03-30 15:18:30 -04:00
ce3c020de2
docs: add open design questions section
2026-03-16 20:45:47 -04:00
b54436f474
docs: T1 two-phase lifecycle, T2 Lead Architect, shared assumptions, conflict resolution
2026-03-16 20:41:13 -04:00
1ed7023c08
docs: update design — dynamic dispatch, distributed ownership, orchestration patterns
2026-03-16 16:13:33 -04:00
72bd744664
docs: add design doc and buildspec ( #5 )
2026-03-16 15:51:14 -04:00
084cfb0bb2
feat: implement all adapter layers ( #2 )
...
Adapters implemented:
- adapters/llm/anthropic.py — Anthropic Claude SDK, capability-based model selection,
max_tokens + temperature configurable via team.yaml, lazy SDK import
- adapters/vcs/github.py — GitHub PR/branch operations via gh CLI
- adapters/notify/openclaw.py — OpenClaw system event notifications
- adapters/runtime/openclaw.py — OpenClaw sessions_spawn for agent execution
- adapters/runtime/claude_code.py — Claude Code CLI for T4/T5 coding tasks
All adapters follow the abstract base interfaces from Phase 1.
Config-driven model selection via capability_map in team.yaml.
2026-03-16 11:45:11 -04:00
ce1ce85b87
feat: expand role_registry with specialist roles + update agency-agents submodule ( #4 )
...
Role registry changes:
- T2 backend: software-architect → backend-architect
- T2 frontend: software-architect → frontend-architect
- T3 backend: senior-developer → senior-backend-developer (NEW)
- T3 frontend: senior-developer → senior-frontend-developer (NEW)
- T4 backend: backend-architect → backend-developer
- T4 default: senior-developer → backend-developer
- Added coverage for: ai, security, mobile, database, devops, docs, data, embedded, e2e, accessibility
Submodule updated to include: frontend-architect, backend-developer,
senior-backend-developer, senior-frontend-developer.
Clean tier separation:
T2 = architects (design)
T3 = senior devs (lead + implement-or-delegate)
T4 = developers (pure implementation)
T5 = reviewers/testers (verification)
2026-03-16 11:44:54 -04:00
70f1c2f49e
chore: point agents submodule at forked repo for resilience
2026-03-15 02:34:11 -04:00
eaf7fd8f6f
feat: initial bootstrap — structure, task_brief, blackboard, adapter bases, escalation, prompts
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-15 02:19:14 -04:00