What actually happened
The Proof walkthrough is illustrative — it shows the shape of DaemonCore's governance. This page shows a genuine recording of the real runtime admitting a request through the governance gate: RUN-001, captured from an actual execution rather than reconstructed.
This recording is partial by design. It captures the admission phase — identity, publication, the governance gate and Execution creation — and stops there. No model executed, the governance gate ran in advisory mode, and the execution was left unsealed. Nothing below has been cleaned up: the genuine advisory warnings are part of the evidence. The full provenance, and everything this recording does not show, is listed within the player.
Recorded (genuine runtime execution) — Partial
Execution Timeline — Recorded Admission (RUN-001)
The chronological journal of a genuine admission: two immutable events, in recorded order, at their original timestamps. events.ndjson is authoritative for order and timing.
Genuine recording. Admission phase only; governance gate advisory; unsealed; not independently verified. Timing shown is execution timing from the journal — never playback cadence.
Execution lifecycle
- Execution created (execution.json)
- 2026-07-17T16:44:41.617749+00:00
- First journal event (events.ndjson seq 0)
- 2026-07-17T16:44:41.618012+00:00
- Last journal event (events.ndjson)
- 2026-07-17T16:44:41.618703+00:00
- Execution state (status.json)
- processing (unsealed — no terminal outcome)
derived Recorded event span: 0.691 ms (691 µs) between seq 0 and seq 1 — derived from the recorded event timestamps. Not total execution time: the execution is unsealed.
- #0 Execution Created
execution.createdEvent data verbatim
- intent
- code_review_request
- trigger
- queue_message:EVID-e9b58172
- participant
- reviewer
Actors
- Initiated by
- developer (message author)
- Participant
- reviewer
- Executed by
- DaemonCore runtime
- Model
- None — no model executed
Source:
docs/website/demonstrations/evidence/RUN-001/raw/events.ndjson line 1 (seq 0)The transcript link is a derived correspondence, matched by content between this journal event and a runtime-log line. events.ndjson remains authoritative for order and timing.
- #1 Dispatch
work.dispatchedEvent data verbatim
- message_id
- EVID-e9b58172
Actors
- Initiated by
- developer (message author)
- Participant
- reviewer
- Executed by
- DaemonCore runtime
- Model
- None — no model executed
Source:
docs/website/demonstrations/evidence/RUN-001/raw/events.ndjson line 2 (seq 1)The transcript link is a derived correspondence, matched by content between this journal event and a runtime-log line. events.ndjson remains authoritative for order and timing.
What this execution did not contain
- No model execution — RUN-001 captured the admission phase only; no Model Execution, Review or Publication stage occurred.
- No branching, retries or parallel activity — the recorded sequence is linear.
- No failure — the execution reached admission and is unsealed (state: processing); there is no terminal success or failure.
- Total execution time is unknown — without a sealed terminal event, only the span between recorded events can be measured.
Provenance
- Execution ID
- exec-a41c2c95cbc8
- Intent
- code_review_request
- Trigger
- queue_message:EVID-e9b58172
- DaemonCore revision
- 710a8096f8f0f9abce12603f20b7cef15f578e30
- Recording source
- programmatic driver invoking the real daemoncore runtime API in an isolated temp repo
Recorded (genuine runtime execution) — Partial
Governance Before Execution — First Genuine Admission
A real code_review_request passing through the DaemonCore admission pipeline: identity, publication, claim, the governance gate, and Execution creation — recorded, not reconstructed.
-
Identity & Publication
- INFO ClientIdentity
2026-07-17T16:44:41Z [INFO] [ClientIdentity] Generated new client_id: 29f43d03-18c9-4838-ad56-eab1fdb01982Source:
runtime-log.txtline 1Inspect this evidence Transcript event · runtime log line (captured stdout/stderr)
Evidence ID
exec-a41c2c95cbc8#runtime-log.txt:L1Authenticity
Recorded (genuine runtime execution) — Partial
Genuine capture of a real runtime execution. Admission phase only; the governance gate ran advisory (non-blocking); the execution is unsealed; the recording has had no independent § 4 Verified review.
Source evidence verbatim
2026-07-17T16:44:41Z [INFO] [ClientIdentity] Generated new client_id: 29f43d03-18c9-4838-ad56-eab1fdb01982Traceable to
docs/website/demonstrations/evidence/RUN-001/raw/runtime-log.txt line 1Provenance
- Parent execution
- exec-a41c2c95cbc8
- Triggering message
- EVID-e9b58172
- Captured (execution window)
- 2026-07-17T16:44:41.611906Z → 2026-07-17T16:44:41.618796Z
- DaemonCore revision
- 710a8096f8f0f9abce12603f20b7cef15f578e30
- Kernel version reported
- 0+g710a8096f8f0
- Recording source
- programmatic driver invoking the real daemoncore runtime API in an isolated temp repo
- Capture method
- in-process call of max_bus.publish + MaxBusAdmissionBridge.dispatch; stdout/stderr and on-disk work artifacts captured verbatim
Actors
- Initiated by
- developer (message author)
- Executed by
- DaemonCore runtime · ClientIdentity
- Producing model
- None — no model executed
Timeline
- Sequence
- Step 1 of 12
- Timestamp (as captured)
- 2026-07-17T16:44:41Z
- Phase
- Identity & Publication
- Position
- Initiating action
- Preceding event
- None (first event)
- Following event
- 2026-07-17T16:44:41Z [INFO] [ClientIdentity] Persisted client_id to /var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/client_id
Declared transformations website
- Line text: none — shown verbatim.
- Timestamp: shown exactly as captured (second resolution); not reformatted.
- Grouping: assigned to the derived phase "Identity & Publication" for presentation (§ 17.10) — editorial, not part of the source line.
- Playback cadence: presentational reading aid, not the original sub-millisecond timing (§ 17.9).
Redactions
This line: no redaction applied — the text is complete.
Recording-level declared redactions (not applied to this line):
- client_id in artifacts is a per-run random UUID minted in the isolated repo; not a secret and not linked to any real identity.
- Review normalisation (RUN-001 review, 2026-07-17): 'package_path' rewritten from an absolute /Users/<name>/... path to ~/Source/... to satisfy the repo path rule and avoid leaking the home directory. This manifest is derived provenance metadata, not a raw runtime artifact; the raw runtime artifacts (execution.json, events.ndjson, status.json, message.json, dispatch.md, runtime-log.txt) were not modified.
Related evidence
Not available for this evidence
- Prompt / compiled prompt — not present (no model executed).
- Model response — not present (no model executed).
- Related architecture node — none linked to this line.
- INFO ClientIdentity
2026-07-17T16:44:41Z [INFO] [ClientIdentity] Persisted client_id to /var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/client_idSource:
runtime-log.txtline 2Inspect this evidence Transcript event · runtime log line (captured stdout/stderr)
Evidence ID
exec-a41c2c95cbc8#runtime-log.txt:L2Authenticity
Recorded (genuine runtime execution) — Partial
Genuine capture of a real runtime execution. Admission phase only; the governance gate ran advisory (non-blocking); the execution is unsealed; the recording has had no independent § 4 Verified review.
Source evidence verbatim
2026-07-17T16:44:41Z [INFO] [ClientIdentity] Persisted client_id to /var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/client_idTraceable to
docs/website/demonstrations/evidence/RUN-001/raw/runtime-log.txt line 2Provenance
- Parent execution
- exec-a41c2c95cbc8
- Triggering message
- EVID-e9b58172
- Captured (execution window)
- 2026-07-17T16:44:41.611906Z → 2026-07-17T16:44:41.618796Z
- DaemonCore revision
- 710a8096f8f0f9abce12603f20b7cef15f578e30
- Kernel version reported
- 0+g710a8096f8f0
- Recording source
- programmatic driver invoking the real daemoncore runtime API in an isolated temp repo
- Capture method
- in-process call of max_bus.publish + MaxBusAdmissionBridge.dispatch; stdout/stderr and on-disk work artifacts captured verbatim
Actors
- Initiated by
- developer (message author)
- Executed by
- DaemonCore runtime · ClientIdentity
- Producing model
- None — no model executed
Timeline
- Sequence
- Step 2 of 12
- Timestamp (as captured)
- 2026-07-17T16:44:41Z
- Phase
- Identity & Publication
- Position
- Intermediate step (admission setup)
- Preceding event
- 2026-07-17T16:44:41Z [INFO] [ClientIdentity] Generated new client_id: 29f43d03-18c9-4838-ad56-eab1fdb01982
- Following event
- 2026-07-17T16:44:41Z [INFO] [MAX Bus] Published: reviewer/EVID-e9b58172-reviewer.json
Declared transformations website
- Line text: none — shown verbatim.
- Timestamp: shown exactly as captured (second resolution); not reformatted.
- Grouping: assigned to the derived phase "Identity & Publication" for presentation (§ 17.10) — editorial, not part of the source line.
- Playback cadence: presentational reading aid, not the original sub-millisecond timing (§ 17.9).
Redactions
This line: no redaction applied — the text is complete.
Recording-level declared redactions (not applied to this line):
- client_id in artifacts is a per-run random UUID minted in the isolated repo; not a secret and not linked to any real identity.
- Review normalisation (RUN-001 review, 2026-07-17): 'package_path' rewritten from an absolute /Users/<name>/... path to ~/Source/... to satisfy the repo path rule and avoid leaking the home directory. This manifest is derived provenance metadata, not a raw runtime artifact; the raw runtime artifacts (execution.json, events.ndjson, status.json, message.json, dispatch.md, runtime-log.txt) were not modified.
Related evidence
Not available for this evidence
- Prompt / compiled prompt — not present (no model executed).
- Model response — not present (no model executed).
- Related architecture node — none linked to this line.
- INFO MAX Bus
2026-07-17T16:44:41Z [INFO] [MAX Bus] Published: reviewer/EVID-e9b58172-reviewer.jsonSource:
runtime-log.txtline 3Inspect this evidence Transcript event · runtime log line (captured stdout/stderr)
Evidence ID
exec-a41c2c95cbc8#runtime-log.txt:L3Authenticity
Recorded (genuine runtime execution) — Partial
Genuine capture of a real runtime execution. Admission phase only; the governance gate ran advisory (non-blocking); the execution is unsealed; the recording has had no independent § 4 Verified review.
Source evidence verbatim
2026-07-17T16:44:41Z [INFO] [MAX Bus] Published: reviewer/EVID-e9b58172-reviewer.jsonTraceable to
docs/website/demonstrations/evidence/RUN-001/raw/runtime-log.txt line 3Provenance
- Parent execution
- exec-a41c2c95cbc8
- Triggering message
- EVID-e9b58172
- Captured (execution window)
- 2026-07-17T16:44:41.611906Z → 2026-07-17T16:44:41.618796Z
- DaemonCore revision
- 710a8096f8f0f9abce12603f20b7cef15f578e30
- Kernel version reported
- 0+g710a8096f8f0
- Recording source
- programmatic driver invoking the real daemoncore runtime API in an isolated temp repo
- Capture method
- in-process call of max_bus.publish + MaxBusAdmissionBridge.dispatch; stdout/stderr and on-disk work artifacts captured verbatim
Actors
- Initiated by
- developer (message author)
- Executed by
- DaemonCore runtime · MAX Bus
- Producing model
- None — no model executed
Timeline
- Sequence
- Step 3 of 12
- Timestamp (as captured)
- 2026-07-17T16:44:41Z
- Phase
- Identity & Publication
- Position
- Intermediate step (admission setup)
- Preceding event
- 2026-07-17T16:44:41Z [INFO] [ClientIdentity] Persisted client_id to /var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/client_id
- Following event
- 2026-07-17T16:44:41Z [INFO] [Enforcement] Config loaded: mode=advisory, strict_domains=(), threshold=10
Declared transformations website
- Line text: none — shown verbatim.
- Timestamp: shown exactly as captured (second resolution); not reformatted.
- Grouping: assigned to the derived phase "Identity & Publication" for presentation (§ 17.10) — editorial, not part of the source line.
- Playback cadence: presentational reading aid, not the original sub-millisecond timing (§ 17.9).
Redactions
This line: no redaction applied — the text is complete.
Recording-level declared redactions (not applied to this line):
- client_id in artifacts is a per-run random UUID minted in the isolated repo; not a secret and not linked to any real identity.
- Review normalisation (RUN-001 review, 2026-07-17): 'package_path' rewritten from an absolute /Users/<name>/... path to ~/Source/... to satisfy the repo path rule and avoid leaking the home directory. This manifest is derived provenance metadata, not a raw runtime artifact; the raw runtime artifacts (execution.json, events.ndjson, status.json, message.json, dispatch.md, runtime-log.txt) were not modified.
Related evidence
Not available for this evidence
- Prompt / compiled prompt — not present (no model executed).
- Model response — not present (no model executed).
- Related architecture node — none linked to this line.
- INFO Enforcement
2026-07-17T16:44:41Z [INFO] [Enforcement] Config loaded: mode=advisory, strict_domains=(), threshold=10Source:
runtime-log.txtline 4Inspect this evidence Transcript event · runtime log line (captured stdout/stderr)
Evidence ID
exec-a41c2c95cbc8#runtime-log.txt:L4Authenticity
Recorded (genuine runtime execution) — Partial
Genuine capture of a real runtime execution. Admission phase only; the governance gate ran advisory (non-blocking); the execution is unsealed; the recording has had no independent § 4 Verified review.
Source evidence verbatim
2026-07-17T16:44:41Z [INFO] [Enforcement] Config loaded: mode=advisory, strict_domains=(), threshold=10Traceable to
docs/website/demonstrations/evidence/RUN-001/raw/runtime-log.txt line 4Provenance
- Parent execution
- exec-a41c2c95cbc8
- Triggering message
- EVID-e9b58172
- Captured (execution window)
- 2026-07-17T16:44:41.611906Z → 2026-07-17T16:44:41.618796Z
- DaemonCore revision
- 710a8096f8f0f9abce12603f20b7cef15f578e30
- Kernel version reported
- 0+g710a8096f8f0
- Recording source
- programmatic driver invoking the real daemoncore runtime API in an isolated temp repo
- Capture method
- in-process call of max_bus.publish + MaxBusAdmissionBridge.dispatch; stdout/stderr and on-disk work artifacts captured verbatim
Actors
- Initiated by
- developer (message author)
- Executed by
- DaemonCore runtime · Enforcement
- Producing model
- None — no model executed
Timeline
- Sequence
- Step 4 of 12
- Timestamp (as captured)
- 2026-07-17T16:44:41Z
- Phase
- Identity & Publication
- Position
- Intermediate step (admission setup)
- Preceding event
- 2026-07-17T16:44:41Z [INFO] [MAX Bus] Published: reviewer/EVID-e9b58172-reviewer.json
- Following event
- 2026-07-17T16:44:41Z [INFO] [Lease] Created lease for reviewer/EVID-e9b58172-reviewer.json owner=29f43d03-18c9-4838-ad56-eab1fdb01982 expires=2026-07-17T16:49:41.615296+00:00
Declared transformations website
- Line text: none — shown verbatim.
- Timestamp: shown exactly as captured (second resolution); not reformatted.
- Grouping: assigned to the derived phase "Identity & Publication" for presentation (§ 17.10) — editorial, not part of the source line.
- Playback cadence: presentational reading aid, not the original sub-millisecond timing (§ 17.9).
Redactions
This line: no redaction applied — the text is complete.
Recording-level declared redactions (not applied to this line):
- client_id in artifacts is a per-run random UUID minted in the isolated repo; not a secret and not linked to any real identity.
- Review normalisation (RUN-001 review, 2026-07-17): 'package_path' rewritten from an absolute /Users/<name>/... path to ~/Source/... to satisfy the repo path rule and avoid leaking the home directory. This manifest is derived provenance metadata, not a raw runtime artifact; the raw runtime artifacts (execution.json, events.ndjson, status.json, message.json, dispatch.md, runtime-log.txt) were not modified.
Related evidence
Not available for this evidence
- Prompt / compiled prompt — not present (no model executed).
- Model response — not present (no model executed).
- Related architecture node — none linked to this line.
-
-
Claim & Lease
- INFO Lease
2026-07-17T16:44:41Z [INFO] [Lease] Created lease for reviewer/EVID-e9b58172-reviewer.json owner=29f43d03-18c9-4838-ad56-eab1fdb01982 expires=2026-07-17T16:49:41.615296+00:00Source:
runtime-log.txtline 5Inspect this evidence Transcript event · runtime log line (captured stdout/stderr)
Evidence ID
exec-a41c2c95cbc8#runtime-log.txt:L5Authenticity
Recorded (genuine runtime execution) — Partial
Genuine capture of a real runtime execution. Admission phase only; the governance gate ran advisory (non-blocking); the execution is unsealed; the recording has had no independent § 4 Verified review.
Source evidence verbatim
2026-07-17T16:44:41Z [INFO] [Lease] Created lease for reviewer/EVID-e9b58172-reviewer.json owner=29f43d03-18c9-4838-ad56-eab1fdb01982 expires=2026-07-17T16:49:41.615296+00:00Traceable to
docs/website/demonstrations/evidence/RUN-001/raw/runtime-log.txt line 5Provenance
- Parent execution
- exec-a41c2c95cbc8
- Triggering message
- EVID-e9b58172
- Captured (execution window)
- 2026-07-17T16:44:41.611906Z → 2026-07-17T16:44:41.618796Z
- DaemonCore revision
- 710a8096f8f0f9abce12603f20b7cef15f578e30
- Kernel version reported
- 0+g710a8096f8f0
- Recording source
- programmatic driver invoking the real daemoncore runtime API in an isolated temp repo
- Capture method
- in-process call of max_bus.publish + MaxBusAdmissionBridge.dispatch; stdout/stderr and on-disk work artifacts captured verbatim
Actors
- Initiated by
- developer (message author)
- Executed by
- DaemonCore runtime · Lease
- Producing model
- None — no model executed
Timeline
- Sequence
- Step 5 of 12
- Timestamp (as captured)
- 2026-07-17T16:44:41Z
- Phase
- Claim & Lease
- Position
- Intermediate step (admission setup)
- Preceding event
- 2026-07-17T16:44:41Z [INFO] [Enforcement] Config loaded: mode=advisory, strict_domains=(), threshold=10
- Following event
- 2026-07-17T16:44:41Z [INFO] [MAX Bus] Claimed: reviewer/EVID-e9b58172-reviewer.json
Declared transformations website
- Line text: none — shown verbatim.
- Timestamp: shown exactly as captured (second resolution); not reformatted.
- Grouping: assigned to the derived phase "Claim & Lease" for presentation (§ 17.10) — editorial, not part of the source line.
- Playback cadence: presentational reading aid, not the original sub-millisecond timing (§ 17.9).
Redactions
This line: no redaction applied — the text is complete.
Recording-level declared redactions (not applied to this line):
- client_id in artifacts is a per-run random UUID minted in the isolated repo; not a secret and not linked to any real identity.
- Review normalisation (RUN-001 review, 2026-07-17): 'package_path' rewritten from an absolute /Users/<name>/... path to ~/Source/... to satisfy the repo path rule and avoid leaking the home directory. This manifest is derived provenance metadata, not a raw runtime artifact; the raw runtime artifacts (execution.json, events.ndjson, status.json, message.json, dispatch.md, runtime-log.txt) were not modified.
Related evidence
Not available for this evidence
- Prompt / compiled prompt — not present (no model executed).
- Model response — not present (no model executed).
- Related architecture node — none linked to this line.
- INFO MAX Bus
2026-07-17T16:44:41Z [INFO] [MAX Bus] Claimed: reviewer/EVID-e9b58172-reviewer.jsonSource:
runtime-log.txtline 6Inspect this evidence Transcript event · runtime log line (captured stdout/stderr)
Evidence ID
exec-a41c2c95cbc8#runtime-log.txt:L6Authenticity
Recorded (genuine runtime execution) — Partial
Genuine capture of a real runtime execution. Admission phase only; the governance gate ran advisory (non-blocking); the execution is unsealed; the recording has had no independent § 4 Verified review.
Source evidence verbatim
2026-07-17T16:44:41Z [INFO] [MAX Bus] Claimed: reviewer/EVID-e9b58172-reviewer.jsonTraceable to
docs/website/demonstrations/evidence/RUN-001/raw/runtime-log.txt line 6Provenance
- Parent execution
- exec-a41c2c95cbc8
- Triggering message
- EVID-e9b58172
- Captured (execution window)
- 2026-07-17T16:44:41.611906Z → 2026-07-17T16:44:41.618796Z
- DaemonCore revision
- 710a8096f8f0f9abce12603f20b7cef15f578e30
- Kernel version reported
- 0+g710a8096f8f0
- Recording source
- programmatic driver invoking the real daemoncore runtime API in an isolated temp repo
- Capture method
- in-process call of max_bus.publish + MaxBusAdmissionBridge.dispatch; stdout/stderr and on-disk work artifacts captured verbatim
Actors
- Initiated by
- developer (message author)
- Executed by
- DaemonCore runtime · MAX Bus
- Producing model
- None — no model executed
Timeline
- Sequence
- Step 6 of 12
- Timestamp (as captured)
- 2026-07-17T16:44:41Z
- Phase
- Claim & Lease
- Position
- Intermediate step (admission setup)
- Preceding event
- 2026-07-17T16:44:41Z [INFO] [Lease] Created lease for reviewer/EVID-e9b58172-reviewer.json owner=29f43d03-18c9-4838-ad56-eab1fdb01982 expires=2026-07-17T16:49:41.615296+00:00
- Following event
- 2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [Lifecycle] Backlog item not found: DEMO-001
Declared transformations website
- Line text: none — shown verbatim.
- Timestamp: shown exactly as captured (second resolution); not reformatted.
- Grouping: assigned to the derived phase "Claim & Lease" for presentation (§ 17.10) — editorial, not part of the source line.
- Playback cadence: presentational reading aid, not the original sub-millisecond timing (§ 17.9).
Redactions
This line: no redaction applied — the text is complete.
Recording-level declared redactions (not applied to this line):
- client_id in artifacts is a per-run random UUID minted in the isolated repo; not a secret and not linked to any real identity.
- Review normalisation (RUN-001 review, 2026-07-17): 'package_path' rewritten from an absolute /Users/<name>/... path to ~/Source/... to satisfy the repo path rule and avoid leaking the home directory. This manifest is derived provenance metadata, not a raw runtime artifact; the raw runtime artifacts (execution.json, events.ndjson, status.json, message.json, dispatch.md, runtime-log.txt) were not modified.
Related evidence
Not available for this evidence
- Prompt / compiled prompt — not present (no model executed).
- Model response — not present (no model executed).
- Related architecture node — none linked to this line.
-
-
Governance Evaluation
- WARN Lifecycle
2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [Lifecycle] Backlog item not found: DEMO-001Source:
runtime-log.txtline 7Inspect this evidence Transcript event · runtime log line (captured stdout/stderr)
Evidence ID
exec-a41c2c95cbc8#runtime-log.txt:L7Authenticity
Recorded (genuine runtime execution) — Partial
Genuine capture of a real runtime execution. Admission phase only; the governance gate ran advisory (non-blocking); the execution is unsealed; the recording has had no independent § 4 Verified review.
Source evidence verbatim
2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [Lifecycle] Backlog item not found: DEMO-001Traceable to
docs/website/demonstrations/evidence/RUN-001/raw/runtime-log.txt line 7Provenance
- Parent execution
- exec-a41c2c95cbc8
- Triggering message
- EVID-e9b58172
- Captured (execution window)
- 2026-07-17T16:44:41.611906Z → 2026-07-17T16:44:41.618796Z
- DaemonCore revision
- 710a8096f8f0f9abce12603f20b7cef15f578e30
- Kernel version reported
- 0+g710a8096f8f0
- Recording source
- programmatic driver invoking the real daemoncore runtime API in an isolated temp repo
- Capture method
- in-process call of max_bus.publish + MaxBusAdmissionBridge.dispatch; stdout/stderr and on-disk work artifacts captured verbatim
Actors
- Initiated by
- developer (message author)
- Executed by
- DaemonCore runtime · Lifecycle
- Producing model
- None — no model executed
Timeline
- Sequence
- Step 7 of 12
- Timestamp (as captured)
- 2026-07-17T16:44:41Z
- Phase
- Governance Evaluation
- Position
- Decision point (governance evaluation)
- Preceding event
- 2026-07-17T16:44:41Z [INFO] [MAX Bus] Claimed: reviewer/EVID-e9b58172-reviewer.json
- Following event
- 2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [EnforcementGate] Advisory: No skill match: No candidates found in any registry
Declared transformations website
- Line text: none — shown verbatim.
- Timestamp: shown exactly as captured (second resolution); not reformatted.
- Grouping: assigned to the derived phase "Governance Evaluation" for presentation (§ 17.10) — editorial, not part of the source line.
- Playback cadence: presentational reading aid, not the original sub-millisecond timing (§ 17.9).
Redactions
This line: no redaction applied — the text is complete.
Recording-level declared redactions (not applied to this line):
- client_id in artifacts is a per-run random UUID minted in the isolated repo; not a secret and not linked to any real identity.
- Review normalisation (RUN-001 review, 2026-07-17): 'package_path' rewritten from an absolute /Users/<name>/... path to ~/Source/... to satisfy the repo path rule and avoid leaking the home directory. This manifest is derived provenance metadata, not a raw runtime artifact; the raw runtime artifacts (execution.json, events.ndjson, status.json, message.json, dispatch.md, runtime-log.txt) were not modified.
Related evidence
Not available for this evidence
- Prompt / compiled prompt — not present (no model executed).
- Model response — not present (no model executed).
- Related architecture node — none linked to this line.
- WARN EnforcementGate
2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [EnforcementGate] Advisory: No skill match: No candidates found in any registrySource:
runtime-log.txtline 8Inspect this evidence Governance decision (advisory) · runtime log line
Evidence ID
exec-a41c2c95cbc8#runtime-log.txt:L8Authenticity
Recorded (genuine runtime execution) — Partial
Genuine capture of a real runtime execution. Admission phase only; the governance gate ran advisory (non-blocking); the execution is unsealed; the recording has had no independent § 4 Verified review.
Source evidence verbatim
2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [EnforcementGate] Advisory: No skill match: No candidates found in any registryTraceable to
docs/website/demonstrations/evidence/RUN-001/raw/runtime-log.txt line 8Provenance
- Parent execution
- exec-a41c2c95cbc8
- Triggering message
- EVID-e9b58172
- Captured (execution window)
- 2026-07-17T16:44:41.611906Z → 2026-07-17T16:44:41.618796Z
- DaemonCore revision
- 710a8096f8f0f9abce12603f20b7cef15f578e30
- Kernel version reported
- 0+g710a8096f8f0
- Recording source
- programmatic driver invoking the real daemoncore runtime API in an isolated temp repo
- Capture method
- in-process call of max_bus.publish + MaxBusAdmissionBridge.dispatch; stdout/stderr and on-disk work artifacts captured verbatim
Actors
- Initiated by
- developer (message author)
- Executed by
- DaemonCore runtime · EnforcementGate
- Evaluated by
- DaemonCore enforcement gate (advisory mode)
- Producing model
- None — no model executed
Timeline
- Sequence
- Step 8 of 12
- Timestamp (as captured)
- 2026-07-17T16:44:41Z
- Phase
- Governance Evaluation
- Position
- Decision point (governance evaluation)
- Preceding event
- 2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [Lifecycle] Backlog item not found: DEMO-001
- Following event
- 2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Enforcement advisory warning for EVID-e9b58172: No skill match: No candidates found in any registry
Declared transformations website
- Line text: none — shown verbatim.
- Timestamp: shown exactly as captured (second resolution); not reformatted.
- Grouping: assigned to the derived phase "Governance Evaluation" for presentation (§ 17.10) — editorial, not part of the source line.
- Playback cadence: presentational reading aid, not the original sub-millisecond timing (§ 17.9).
Redactions
This line: no redaction applied — the text is complete.
Recording-level declared redactions (not applied to this line):
- client_id in artifacts is a per-run random UUID minted in the isolated repo; not a secret and not linked to any real identity.
- Review normalisation (RUN-001 review, 2026-07-17): 'package_path' rewritten from an absolute /Users/<name>/... path to ~/Source/... to satisfy the repo path rule and avoid leaking the home directory. This manifest is derived provenance metadata, not a raw runtime artifact; the raw runtime artifacts (execution.json, events.ndjson, status.json, message.json, dispatch.md, runtime-log.txt) were not modified.
Related evidence
Not available for this evidence
- Prompt / compiled prompt — not present (no model executed).
- Model response — not present (no model executed).
- Related architecture node — none linked to this line.
- Governing policy document — not captured; the gate ran in advisory mode and emitted a decision without a stored policy artifact.
- WARN MaxBusBridge
2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Enforcement advisory warning for EVID-e9b58172: No skill match: No candidates found in any registrySource:
runtime-log.txtline 9Inspect this evidence Governance decision (advisory) · runtime log line
Evidence ID
exec-a41c2c95cbc8#runtime-log.txt:L9Authenticity
Recorded (genuine runtime execution) — Partial
Genuine capture of a real runtime execution. Admission phase only; the governance gate ran advisory (non-blocking); the execution is unsealed; the recording has had no independent § 4 Verified review.
Source evidence verbatim
2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Enforcement advisory warning for EVID-e9b58172: No skill match: No candidates found in any registryTraceable to
docs/website/demonstrations/evidence/RUN-001/raw/runtime-log.txt line 9Provenance
- Parent execution
- exec-a41c2c95cbc8
- Triggering message
- EVID-e9b58172
- Captured (execution window)
- 2026-07-17T16:44:41.611906Z → 2026-07-17T16:44:41.618796Z
- DaemonCore revision
- 710a8096f8f0f9abce12603f20b7cef15f578e30
- Kernel version reported
- 0+g710a8096f8f0
- Recording source
- programmatic driver invoking the real daemoncore runtime API in an isolated temp repo
- Capture method
- in-process call of max_bus.publish + MaxBusAdmissionBridge.dispatch; stdout/stderr and on-disk work artifacts captured verbatim
Actors
- Initiated by
- developer (message author)
- Executed by
- DaemonCore runtime · MaxBusBridge
- Evaluated by
- DaemonCore enforcement gate (advisory mode)
- Producing model
- None — no model executed
Timeline
- Sequence
- Step 9 of 12
- Timestamp (as captured)
- 2026-07-17T16:44:41Z
- Phase
- Governance Evaluation
- Position
- Decision point (governance evaluation)
- Preceding event
- 2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [EnforcementGate] Advisory: No skill match: No candidates found in any registry
- Following event
- 2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [Execution] Created exec-a41c2c95cbc8 | intent=code_review_request | trigger=queue_message:EVID-e9b58172 | participant=reviewer | workspace=/var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/exchange/work/exec-a41c2c95cbc8
Declared transformations website
- Line text: none — shown verbatim.
- Timestamp: shown exactly as captured (second resolution); not reformatted.
- Grouping: assigned to the derived phase "Governance Evaluation" for presentation (§ 17.10) — editorial, not part of the source line.
- Playback cadence: presentational reading aid, not the original sub-millisecond timing (§ 17.9).
Redactions
This line: no redaction applied — the text is complete.
Recording-level declared redactions (not applied to this line):
- client_id in artifacts is a per-run random UUID minted in the isolated repo; not a secret and not linked to any real identity.
- Review normalisation (RUN-001 review, 2026-07-17): 'package_path' rewritten from an absolute /Users/<name>/... path to ~/Source/... to satisfy the repo path rule and avoid leaking the home directory. This manifest is derived provenance metadata, not a raw runtime artifact; the raw runtime artifacts (execution.json, events.ndjson, status.json, message.json, dispatch.md, runtime-log.txt) were not modified.
Related evidence
Not available for this evidence
- Prompt / compiled prompt — not present (no model executed).
- Model response — not present (no model executed).
- Related architecture node — none linked to this line.
- Governing policy document — not captured; the gate ran in advisory mode and emitted a decision without a stored policy artifact.
-
-
Execution Created
- INFO Execution
2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [Execution] Created exec-a41c2c95cbc8 | intent=code_review_request | trigger=queue_message:EVID-e9b58172 | participant=reviewer | workspace=/var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/exchange/work/exec-a41c2c95cbc8Source:
runtime-log.txtline 10Inspect this evidence Transcript event · runtime log line (captured stdout/stderr)
Evidence ID
exec-a41c2c95cbc8#runtime-log.txt:L10Authenticity
Recorded (genuine runtime execution) — Partial
Genuine capture of a real runtime execution. Admission phase only; the governance gate ran advisory (non-blocking); the execution is unsealed; the recording has had no independent § 4 Verified review.
Source evidence verbatim
2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [Execution] Created exec-a41c2c95cbc8 | intent=code_review_request | trigger=queue_message:EVID-e9b58172 | participant=reviewer | workspace=/var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/exchange/work/exec-a41c2c95cbc8Traceable to
docs/website/demonstrations/evidence/RUN-001/raw/runtime-log.txt line 10Provenance
- Parent execution
- exec-a41c2c95cbc8
- Triggering message
- EVID-e9b58172
- Captured (execution window)
- 2026-07-17T16:44:41.611906Z → 2026-07-17T16:44:41.618796Z
- DaemonCore revision
- 710a8096f8f0f9abce12603f20b7cef15f578e30
- Kernel version reported
- 0+g710a8096f8f0
- Recording source
- programmatic driver invoking the real daemoncore runtime API in an isolated temp repo
- Capture method
- in-process call of max_bus.publish + MaxBusAdmissionBridge.dispatch; stdout/stderr and on-disk work artifacts captured verbatim
Actors
- Initiated by
- developer (message author)
- Executed by
- DaemonCore runtime · Execution
- Producing model
- None — no model executed
Timeline
- Sequence
- Step 10 of 12
- Timestamp (as captured)
- 2026-07-17T16:44:41Z
- Phase
- Execution Created
- Position
- Intermediate step (execution admitted)
- Preceding event
- 2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Enforcement advisory warning for EVID-e9b58172: No skill match: No candidates found in any registry
- Following event
- 2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Created work directory: /var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/exchange/work/exec-a41c2c95cbc8
Declared transformations website
- Line text: none — shown verbatim.
- Timestamp: shown exactly as captured (second resolution); not reformatted.
- Grouping: assigned to the derived phase "Execution Created" for presentation (§ 17.10) — editorial, not part of the source line.
- Playback cadence: presentational reading aid, not the original sub-millisecond timing (§ 17.9).
Redactions
This line: no redaction applied — the text is complete.
Recording-level declared redactions (not applied to this line):
- client_id in artifacts is a per-run random UUID minted in the isolated repo; not a secret and not linked to any real identity.
- Review normalisation (RUN-001 review, 2026-07-17): 'package_path' rewritten from an absolute /Users/<name>/... path to ~/Source/... to satisfy the repo path rule and avoid leaking the home directory. This manifest is derived provenance metadata, not a raw runtime artifact; the raw runtime artifacts (execution.json, events.ndjson, status.json, message.json, dispatch.md, runtime-log.txt) were not modified.
Related evidence
Not available for this evidence
- Prompt / compiled prompt — not present (no model executed).
- Model response — not present (no model executed).
- Related architecture node — none linked to this line.
- INFO MaxBusBridge
2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Created work directory: /var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/exchange/work/exec-a41c2c95cbc8Source:
runtime-log.txtline 11Inspect this evidence Transcript event · runtime log line (captured stdout/stderr)
Evidence ID
exec-a41c2c95cbc8#runtime-log.txt:L11Authenticity
Recorded (genuine runtime execution) — Partial
Genuine capture of a real runtime execution. Admission phase only; the governance gate ran advisory (non-blocking); the execution is unsealed; the recording has had no independent § 4 Verified review.
Source evidence verbatim
2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Created work directory: /var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/exchange/work/exec-a41c2c95cbc8Traceable to
docs/website/demonstrations/evidence/RUN-001/raw/runtime-log.txt line 11Provenance
- Parent execution
- exec-a41c2c95cbc8
- Triggering message
- EVID-e9b58172
- Captured (execution window)
- 2026-07-17T16:44:41.611906Z → 2026-07-17T16:44:41.618796Z
- DaemonCore revision
- 710a8096f8f0f9abce12603f20b7cef15f578e30
- Kernel version reported
- 0+g710a8096f8f0
- Recording source
- programmatic driver invoking the real daemoncore runtime API in an isolated temp repo
- Capture method
- in-process call of max_bus.publish + MaxBusAdmissionBridge.dispatch; stdout/stderr and on-disk work artifacts captured verbatim
Actors
- Initiated by
- developer (message author)
- Executed by
- DaemonCore runtime · MaxBusBridge
- Producing model
- None — no model executed
Timeline
- Sequence
- Step 11 of 12
- Timestamp (as captured)
- 2026-07-17T16:44:41Z
- Phase
- Execution Created
- Position
- Intermediate step (execution admitted)
- Preceding event
- 2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [Execution] Created exec-a41c2c95cbc8 | intent=code_review_request | trigger=queue_message:EVID-e9b58172 | participant=reviewer | workspace=/var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/exchange/work/exec-a41c2c95cbc8
- Following event
- 2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Dispatched EVID-e9b58172 -> execution exec-a41c2c95cbc8 (admission only; outcome pending)
Declared transformations website
- Line text: none — shown verbatim.
- Timestamp: shown exactly as captured (second resolution); not reformatted.
- Grouping: assigned to the derived phase "Execution Created" for presentation (§ 17.10) — editorial, not part of the source line.
- Playback cadence: presentational reading aid, not the original sub-millisecond timing (§ 17.9).
Redactions
This line: no redaction applied — the text is complete.
Recording-level declared redactions (not applied to this line):
- client_id in artifacts is a per-run random UUID minted in the isolated repo; not a secret and not linked to any real identity.
- Review normalisation (RUN-001 review, 2026-07-17): 'package_path' rewritten from an absolute /Users/<name>/... path to ~/Source/... to satisfy the repo path rule and avoid leaking the home directory. This manifest is derived provenance metadata, not a raw runtime artifact; the raw runtime artifacts (execution.json, events.ndjson, status.json, message.json, dispatch.md, runtime-log.txt) were not modified.
Related evidence
Not available for this evidence
- Prompt / compiled prompt — not present (no model executed).
- Model response — not present (no model executed).
- Related architecture node — none linked to this line.
-
-
Dispatch
- INFO MaxBusBridge
2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Dispatched EVID-e9b58172 -> execution exec-a41c2c95cbc8 (admission only; outcome pending)Source:
runtime-log.txtline 12Inspect this evidence Transcript event · runtime log line (captured stdout/stderr)
Evidence ID
exec-a41c2c95cbc8#runtime-log.txt:L12Authenticity
Recorded (genuine runtime execution) — Partial
Genuine capture of a real runtime execution. Admission phase only; the governance gate ran advisory (non-blocking); the execution is unsealed; the recording has had no independent § 4 Verified review.
Source evidence verbatim
2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Dispatched EVID-e9b58172 -> execution exec-a41c2c95cbc8 (admission only; outcome pending)Traceable to
docs/website/demonstrations/evidence/RUN-001/raw/runtime-log.txt line 12Provenance
- Parent execution
- exec-a41c2c95cbc8
- Triggering message
- EVID-e9b58172
- Captured (execution window)
- 2026-07-17T16:44:41.611906Z → 2026-07-17T16:44:41.618796Z
- DaemonCore revision
- 710a8096f8f0f9abce12603f20b7cef15f578e30
- Kernel version reported
- 0+g710a8096f8f0
- Recording source
- programmatic driver invoking the real daemoncore runtime API in an isolated temp repo
- Capture method
- in-process call of max_bus.publish + MaxBusAdmissionBridge.dispatch; stdout/stderr and on-disk work artifacts captured verbatim
Actors
- Initiated by
- developer (message author)
- Executed by
- DaemonCore runtime · MaxBusBridge
- Producing model
- None — no model executed
Timeline
- Sequence
- Step 12 of 12
- Timestamp (as captured)
- 2026-07-17T16:44:41Z
- Phase
- Dispatch
- Position
- Outcome (admission complete; execution outcome pending)
- Preceding event
- 2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Created work directory: /var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/exchange/work/exec-a41c2c95cbc8
- Following event
- None (last captured event)
Declared transformations website
- Line text: none — shown verbatim.
- Timestamp: shown exactly as captured (second resolution); not reformatted.
- Grouping: assigned to the derived phase "Dispatch" for presentation (§ 17.10) — editorial, not part of the source line.
- Playback cadence: presentational reading aid, not the original sub-millisecond timing (§ 17.9).
Redactions
This line: no redaction applied — the text is complete.
Recording-level declared redactions (not applied to this line):
- client_id in artifacts is a per-run random UUID minted in the isolated repo; not a secret and not linked to any real identity.
- Review normalisation (RUN-001 review, 2026-07-17): 'package_path' rewritten from an absolute /Users/<name>/... path to ~/Source/... to satisfy the repo path rule and avoid leaking the home directory. This manifest is derived provenance metadata, not a raw runtime artifact; the raw runtime artifacts (execution.json, events.ndjson, status.json, message.json, dispatch.md, runtime-log.txt) were not modified.
Related evidence
Not available for this evidence
- Prompt / compiled prompt — not present (no model executed).
- Model response — not present (no model executed).
- Related architecture node — none linked to this line.
-
Original transcript (verbatim)
The captured runtime log stream, exactly as recorded. This is the canonical evidence; everything above is a presentation of it.
2026-07-17T16:44:41Z [INFO] [ClientIdentity] Generated new client_id: 29f43d03-18c9-4838-ad56-eab1fdb01982
2026-07-17T16:44:41Z [INFO] [ClientIdentity] Persisted client_id to /var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/client_id
2026-07-17T16:44:41Z [INFO] [MAX Bus] Published: reviewer/EVID-e9b58172-reviewer.json
2026-07-17T16:44:41Z [INFO] [Enforcement] Config loaded: mode=advisory, strict_domains=(), threshold=10
2026-07-17T16:44:41Z [INFO] [Lease] Created lease for reviewer/EVID-e9b58172-reviewer.json owner=29f43d03-18c9-4838-ad56-eab1fdb01982 expires=2026-07-17T16:49:41.615296+00:00
2026-07-17T16:44:41Z [INFO] [MAX Bus] Claimed: reviewer/EVID-e9b58172-reviewer.json
2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [Lifecycle] Backlog item not found: DEMO-001
2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [EnforcementGate] Advisory: No skill match: No candidates found in any registry
2026-07-17T16:44:41Z [WARN] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Enforcement advisory warning for EVID-e9b58172: No skill match: No candidates found in any registry
2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [Execution] Created exec-a41c2c95cbc8 | intent=code_review_request | trigger=queue_message:EVID-e9b58172 | participant=reviewer | workspace=/var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/exchange/work/exec-a41c2c95cbc8
2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Created work directory: /var/folders/sq/60dgkn0d7sg4qzs_df56fwf40000gn/T/dc-evid-wlg5npg6/.daemoncore/exchange/work/exec-a41c2c95cbc8
2026-07-17T16:44:41Z [INFO] [trace=15b52d4c] [msg=EVID-e9b58172] [role=reviewer] [agent=29f43d03] [MaxBusBridge] Dispatched EVID-e9b58172 -> execution exec-a41c2c95cbc8 (admission only; outcome pending)