Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions nodekit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ consumes:
- nodeagent.agent-run
- nodeagent.policy-context
- nodeagent.proposal-review
- nodeagent.provider-pi
- nodeagent.trace-workpaper
- nodetrace.trace-ui-store
- nodemem.memory
- nodeslide.deck
- nodeslide.deck-patch
- proofloop.certification
- agentic-ui-qa.flight-recorder

Expand Down Expand Up @@ -47,6 +50,12 @@ contractDeclarations:
path: src/eval/proofloopAgentAdapters.ts
mode: adapter
origin: nodeagent.agent-run
- concept: nodeagent.provider-pi
signature: agent-model-adapter
path: src/nodeagent/models/piAiAdapter.ts
mode: adapter
origin: nodeagent.provider-pi
reason: NodeRoom keeps its production integration while NodeAgent owns the portable Pi provider contract.
- concept: nodeagent.trace-workpaper
signature: trace-schema
path: src/nodeagent/traces/traceTypes.ts
Expand Down
Loading