feat: instance manifest, tool profiles, metrics, and budget enforcement

Land HARNESS-WP-0001 T01/T02/T04/T05: extend ADR-005 schedule.yml with
harness fields, named tool-profile registry, ADR-004 metrics writes, and
BudgetTracker wiring. CLI gains validate/profiles; task-file path kept.
This commit is contained in:
tegwick 2026-07-17 23:49:03 +02:00
parent 16f5c29c08
commit 4144eba160
17 changed files with 1387 additions and 60 deletions

View file

@ -5,6 +5,7 @@ description = "Thin executor worker: consumes emitted activity-core tasks and ex
requires-python = ">=3.11"
dependencies = [
"httpx>=0.27",
"PyYAML>=6.0",
]
[project.scripts]