Skip to content

feat(contracts): cockpit contract pack — agentic-os / triparty / labor / supply-risk#195

Merged
mdheller merged 1 commit into
mainfrom
feat/cockpit-contracts-v1
Jul 4, 2026
Merged

feat(contracts): cockpit contract pack — agentic-os / triparty / labor / supply-risk#195
mdheller merged 1 commit into
mainfrom
feat/cockpit-contracts-v1

Conversation

@mdheller

@mdheller mdheller commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Consolidates the four cockpit handoff-spec contracts (superseding #191, #192, #193, #194) into one canonical pack.

Contracts

  • agentic-osAgentPod, Opportunity, ReadinessScore, CaptureCadence, CaptureDelta, SharedLibrary (VA capture as the agentic OS over the stack; composes over prophet-workspace authorities)
  • tripartyNettingCell, TripartyBundle (governed-triparty marketplace)
  • labor-marketLaborRequest, LaborResponse, FitScore, LaborAward, TrustEvent (request-centric; fit is scored request↔response, never a global human-worth score)
  • supply-chain-riskRiskNode, RiskPath, RiskCluster, RiskIndicator (BIAN operational-risk / FICO decisioning)

Validation

17 schemas + 17 examples; the Makefile aggregates the four new validate-* targets into make validate. All four pass.

Backs the client-vue cockpit consoles (/agentic-os, /marketplace, /people/labor-market, /operations/supply-chain).

🤖 Generated with Claude Code

…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`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant