Skip to content

Commit 1a52de7

Browse files
solomonneascodex
andcommitted
feat(runs): add lifecycle journal kernel
Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Codex <codex@openai.com>
1 parent 0081de9 commit 1a52de7

6 files changed

Lines changed: 2305 additions & 0 deletions

File tree

src/brigade/receipt_schema.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
SYNTHESIS_SCHEMA = "brigade.synthesis.v1"
2020
SYNTHESIS_SCHEMA_VERSION = 1
2121

22+
RUN_EVENT_SCHEMA = "brigade.run_event.v1"
23+
RUN_EVENT_SCHEMA_VERSION = 1
24+
2225

2326
def stamp_run_receipt(payload: dict[str, object]) -> dict[str, object]:
2427
payload.setdefault("schema", RUN_RECEIPT_SCHEMA)

0 commit comments

Comments
 (0)