Add kaizen context resolver for scheduled agent fleet discovery.

Implement discover_kaizen_scheduled_repos and discover_kaizen_projects per
kaizen-agentic ADR-005 contract: State Hub roster, roster.yaml filter, schedule
validation, and prepare_command emission. Register kaizen/resolver/shell source
types with unit tests and runbook dry-run instructions.
This commit is contained in:
2026-06-18 07:46:46 +02:00
parent 29bf87a44c
commit 517bf9c133
6 changed files with 560 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"alembic>=1.14",
"nats-py>=2.7",
"httpx>=0.27",
"pyyaml>=6.0",
]
[project.optional-dependencies]