feat(contracts): cockpit contract pack — agentic-os / triparty / labor / supply-risk#195
Merged
Merged
Conversation
…r / supply-risk Consolidates the four handoff-spec contracts that back the client-vue cockpit program into one canonical pack (each was PR #191-194): - agentic-os: AgentPod, Opportunity, ReadinessScore, CaptureCadence, CaptureDelta, SharedLibrary (VA capture as the agentic OS over the stack) - triparty: NettingCell, TripartyBundle (governed-triparty marketplace) - labor-market: LaborRequest, LaborResponse, FitScore, LaborAward, TrustEvent (request-centric; fit is scored request<->response, never a global human-worth score) - supply-chain-risk: RiskNode, RiskPath, RiskCluster, RiskIndicator (BIAN op-risk / FICO) All 17 schemas + 17 examples validate; Makefile aggregates the four new targets into `make validate`.
This was referenced Jul 4, 2026
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.
Consolidates the four cockpit handoff-spec contracts (superseding #191, #192, #193, #194) into one canonical pack.
Contracts
AgentPod,Opportunity,ReadinessScore,CaptureCadence,CaptureDelta,SharedLibrary(VA capture as the agentic OS over the stack; composes over prophet-workspace authorities)NettingCell,TripartyBundle(governed-triparty marketplace)LaborRequest,LaborResponse,FitScore,LaborAward,TrustEvent(request-centric; fit is scored request↔response, never a global human-worth score)RiskNode,RiskPath,RiskCluster,RiskIndicator(BIAN operational-risk / FICO decisioning)Validation
17 schemas + 17 examples; the Makefile aggregates the four new
validate-*targets intomake validate. All four pass.Backs the client-vue cockpit consoles (
/agentic-os,/marketplace,/people/labor-market,/operations/supply-chain).🤖 Generated with Claude Code