Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f1a40d1
Project import generated by Copybara.
Sep 20, 2026
a1d7c14
Project import generated by Copybara.
Sep 20, 2026
ac703a8
Project import generated by Copybara.
Sep 20, 2026
82cf8df
Project import generated by Copybara.
Sep 20, 2026
d21bdc8
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 20, 2026
1bf0483
chore: project api from Mono a2e8b231b208
Sep 20, 2026
b6d8cac
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 20, 2026
b3a0310
chore: project api from Mono cc1e1c0a4251
Sep 20, 2026
86523c3
chore: project api from Mono 9b559bc70e7d
Sep 21, 2026
5a95859
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 21, 2026
aff3c56
chore: project api from Mono 78799bd5ae75
Sep 21, 2026
96fbea9
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 21, 2026
d87ef71
chore: project api from Mono 9a003786d767
Sep 21, 2026
a10a028
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 21, 2026
0aa7b6f
chore: project api from Mono 511bd2305f5a
Sep 21, 2026
8ff8d21
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 21, 2026
6a4f422
chore: project api from Mono ad7b9df0b712
Sep 21, 2026
33b4bc4
chore: project api from Mono 3a95acea6719
Sep 21, 2026
525330e
chore: project api from Mono c16f3515c56a
Sep 21, 2026
dd8dceb
chore: project api from Mono 4ab4845398fd
Sep 21, 2026
60209a5
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 22, 2026
c46a7cf
chore: project api from Mono 43ad52f7bcc9
Sep 22, 2026
a29facb
chore: project api from Mono 2df44a8283c0
Sep 22, 2026
3e9fe6b
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 22, 2026
5e45d26
chore: project api from Mono f6e0aa99e756
Sep 22, 2026
290a3a5
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 22, 2026
090e260
chore: project api from Mono 3457dcec675e
Sep 22, 2026
8cee203
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 22, 2026
89e1fcf
chore: project api from Mono 2102d45bdf4c
Sep 22, 2026
6d033f8
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 23, 2026
e05bd4b
chore: project api from Mono 0135ea0655c8
Sep 23, 2026
08b23c0
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 23, 2026
f7bc5ed
chore: project api from Mono 7f322bbd03a5
Sep 23, 2026
517746d
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 23, 2026
1b6e855
chore: project api from Mono c3fe404d7c05
Sep 23, 2026
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
6 changes: 3 additions & 3 deletions .repository-projection.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"projection": "api",
"projectionSchemaVersion": 1,
"sourceRepository": "dx-corp/mono",
"sourceSha": "7f322bbd03a590ed5a478b12303369ea8d48c00a",
"sourceSha": "c3fe404d7c05f9d3b39f6e0d56659c6f020c7159",
"destinationRepository": "dx-corp/api",
"priorProjectedBase": "5600cfa72fda9a25825e3b72c756b4ab8fcdea92",
"priorProjectedBase": "e952e97a51e1d3f285a0c2728b6d24ffc1b591c2",
"definitionDigest": "144b18a5c1f3e7ee6e2d1abc32f80a97adfeacd088911ec659d63622fe85d18c",
"toolDigest": "898e8657d9153a2a51d7c283bf83bb3350b5d1e6",
"contentDigest": "c7b3e94ab12c7c9cfbf16f5cfe0dcaf59e8910e82c4ce5ebcc4d30f80cfbb966",
"contentDigest": "2ce0a7275253550d7b0e069d50deb3bab21b14f884e771e934036784dd04c658",
"publicationEligible": true
}
32 changes: 32 additions & 0 deletions openapi/toolexecution/v1/toolexecution.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,32 @@ components:
workspace authority in the surrounding request, while a resolver owned by
the resource's service decides whether a reference yields metadata, VFS
identity, or a short-lived byte-access grant.
toolexecution.v1.CommandAuditReceipt:
type: object
properties:
eventId:
type: string
title: event_id
runnerSessionId:
type: string
title: runner_session_id
sequence:
type:
- integer
- string
title: sequence
format: int64
eventType:
type: string
title: event_type
occurredAt:
title: occurred_at
$ref: '#/components/schemas/google.protobuf.Timestamp'
payloadDigestSha256:
type: string
title: payload_digest_sha256
title: CommandAuditReceipt
additionalProperties: false
toolexecution.v1.ConnectorRef:
type: object
properties:
Expand Down Expand Up @@ -1272,6 +1298,12 @@ components:
additionalProperties:
type: string
title: value
commandAuditReceipt:
title: command_audit_receipt
description: |-
Owner-persisted acknowledgement of a Runner Host event append. This
binds a recording to the execution, not the producer of the event.
$ref: '#/components/schemas/toolexecution.v1.CommandAuditReceipt'
title: ToolExecutionProvenance
additionalProperties: false
description: |-
Expand Down
12 changes: 12 additions & 0 deletions proto/toolexecution/v1/toolexecution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,18 @@ message ToolExecutionProvenance {
string input_digest = 10;
string output_digest = 11;
map<string, string> metadata = 12;
// Owner-persisted acknowledgement of a Runner Host event append. This
// binds a recording to the execution, not the producer of the event.
CommandAuditReceipt command_audit_receipt = 13;
}

message CommandAuditReceipt {
string event_id = 1;
string runner_session_id = 2;
int64 sequence = 3;
string event_type = 4;
google.protobuf.Timestamp occurred_at = 5;
string payload_digest_sha256 = 6;
}

// ToolExecutionFailureCode is the bounded, owner-assigned terminal failure
Expand Down
Loading