add bounded artifact upload endpoint

This commit is contained in:
kami
2026-07-26 20:25:40 +04:00
parent 98725c28c5
commit afac166989
2 changed files with 28 additions and 0 deletions
+2
View File
@@ -57,6 +57,8 @@ Item 1 substrate hardening pass: newly appended events use schema envelope versi
Harness registration now uses configured `harness` and `protocol` fields, pings each configured herdr before exposing it to orchestration, selects Claude/Codex/opencode adapters accordingly, and skips unavailable or unsupported deployments at startup. This is an initial discovery/health slice; active-session discovery and ongoing heartbeats remain open.
Added bounded `POST /v1/artifacts` CAS upload support for report/handoff evidence. It returns the verified content hash used by lifecycle events and rejects empty or oversized uploads.
Recommended order:
1. Add the orchestration coordinator: lease → worktree → harness session → bootstrap → lifecycle events.