Skip to content

Commit 24e264b

Browse files
committed
chore(wire): regenerate the manifest for the structural provenance schema
1 parent 697e701 commit 24e264b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/agent-core-v2/docs/wire-manifest.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,12 +572,11 @@ interface StaleGuardRecordedPayload {
572572
interface SubagentBindingProvenanceRecordedPayload {
573573
_name: 'subagent.binding_provenance.recorded';
574574
agentId: string;
575-
/** SubagentBindingProvenance */
576575
provenance: {
577576
operation: 'spawn' | 'fork' | 'resume';
578577
profileSource: 'requested' | 'default' | 'fork-inherit' | 'resume-existing';
579578
modelSource: 'caller' | 'policy-default' | 'policy-pool' | 'policy-force' | 'fork-inherit' | 'resume-existing';
580-
policyMode: CanonicalSubagentModelPolicy['mode'];
579+
policyMode: 'inherit' | 'default' | 'pool' | 'force';
581580
policySource: 'config' | 'default';
582581
featureSource: 'master-env' | 'env' | 'config' | 'default';
583582
resolvedFromRoutingEnvironmentRevision: string;

0 commit comments

Comments
 (0)