feat: add Plan Agent for implementation planning
Build and Push API / release (push) Successful in 5s
Build and Push API / build (push) Successful in 1m15s

- Add PlanAgentImpl with read-only tools only
- System prompts optimized for architecture planning
- Outputs step-by-step implementation plans with critical files
- 15 unit tests for registration, tools, and API
- Update COVERAGE.md to ~70% complete

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-11 19:57:30 +01:00
co-authored by Claude Opus 4.5
parent 617ff61347
commit b5b2346db5
9 changed files with 621 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "webber-api"
version = "0.3.2"
version = "0.3.3"
description = "Webber API - Multi-Agent AI Development Server"
authors = [
{name = "jpmschweitzer"}