Make the hash-floor gate deterministic (V-718)

Owner explicitly requested direct commits to master. Keep startup cost benchmarked without turning ambient race/coverage load into a correctness failure; record live reminder proof, stale-task reconciliation, and the temporary delegation quota caveat.
This commit is contained in:
2026-08-15 02:15:51 +04:00
parent 40bf5562bd
commit 98ab646206
4 changed files with 93 additions and 6 deletions
+1
View File
@@ -40,6 +40,7 @@ sanitized mavweb problem contract was V-689.
| [Dialogue persistence errors are swallowed](storage.md#dialogue) | medium |
| [A recall miss scans two whole tables](storage.md#recall) | medium |
| [Fact enrichment is a 20-call serial waterfall](workers.md#enrichment) | medium |
| [Autonomous worker delegation is temporarily quota-gated](workers.md#agent-quota) | session |
| [Committed absolute paths pin the build to this box](config.md#paths) | medium |
| [The analyzers pass against a baseline, not zero](dependencies.md#baseline) | medium |
| [Domain packages depend on store and IPC types](layering.md#dtos) | low |
+11
View File
@@ -11,3 +11,14 @@ scan, not this.
Revisit when: Nexus gets slow, or when a batch-resolution endpoint exists.
Workaround: an unreachable Nexus is fine. It is the slow-but-answering case
that hurts.
## Autonomous worker delegation is temporarily quota-gated [#714] {#agent-quota}
Costs: the completion session can still inspect, implement and verify Maven,
but cannot parallelise independent audits after the three available workers
all returned the shared Codex usage-limit error. This is an orchestration
constraint, not a Maven runtime failure, and no repository workaround can add
worker capacity.
Revisit when: the reported quota window reopens on 2026-08-20, or the account's
worker allowance changes. Until then, keep work streams serial and record the
same verification evidence a delegated review would have produced.