Conversation
…nd service config v2 with enforced turn limits
…broker accounting contract in the manifest
… export the broker contract
…when a limit trips
…nterrupted append on replay
…nd bubblewrap runtime
…bytes and projection path contract
…led directory sync instead of rejecting
…require readers to dedupe on turn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
engine-broker-service.v2: per-slot ledger path, limits{maxRequests, maxTokens, timeoutMs}and declared model/effort from closed lists. Wakes may only lower limits (DAIMON_ENGINE_WAKE_TIMEOUT_MS/_TOKEN_CEILING, Codex names aliased).usage_source: "estimated"); tripped limits abort the in-flight upstream call and kill the worker.turn,limit_reason,model,estimated_requests; per-request rows withstarted_at/ended_atfor Grok and Codex. Every consumer must dedupe usage rows byturn(wake fuse does).model+reasoningEfforttogether;resolveOrganizationGrokBrokerProjection(noopolis.daimon.grok-broker-projection.v1) and thenoopolis.daimon.grok-slot-preflight.v1receipt schema/verifier for Paideia and the training container.Stacked on #25. Contract manifest digest changes; Spawnfile re-pins in its follow-up.
Verification
npm test: 752 pass / 0 fail / 9 skipped. Typecheck,verify:contract-manifest,verify:native,verify:production-closurepass.🤖 Generated with Claude Code