e3681150d9
fix(ci): use static uv bootstrap
...
Governed runtime contract / contract (push) Failing after 10s
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
2026-09-04 20:42:55 +02:00
58d3169282
fix(ci): bootstrap pinned Python runtime
...
Governed runtime contract / contract (push) Failing after 2s
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
2026-09-04 20:41:48 +02:00
44f5bb9d88
feat(runtime): heartbeat immediately after claim
...
Governed runtime contract / contract (push) Failing after 1s
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
2026-09-04 20:38:01 +02:00
4310c15eac
feat(deploy): gate claims on pinned runtime readiness
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
2026-09-04 20:08:37 +02:00
d00ffcb402
feat(runtime): consume governed Activity Core closes
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
2026-09-04 19:54:07 +02:00
custodian-sync
0e6d795aa4
chore(consistency): sync task status from DB [auto]
...
Updated by fix-consistency on 2026-09-04:
- update .custodian-brief.md for rein-aharness
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
2026-09-04 19:53:25 +02:00
repo-manager
84e8de2900
repo.work.assign_missing_identifiers
...
source: repo-manager
reason: deterministic projection registration
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06bfe-2a55-7ed3-bacd-879977b099bf
2026-09-04 17:46:25 +02:00
aedfadda0b
fix(runtime): restore Binky OpenBao discovery
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06bfe-2a55-7ed3-bacd-879977b099bf
2026-09-04 17:46:10 +02:00
236845512a
chore(consistency): refresh work-record index
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
2026-09-04 11:26:50 +02:00
custodian-sync
f47f918db3
chore(consistency): sync task status from DB [auto]
...
Updated by fix-consistency on 2026-09-04:
- update .custodian-brief.md for rein-aharness
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
2026-09-04 11:26:31 +02:00
20e6f381f6
feat(runtime): enforce governed mutation boundaries
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
2026-09-04 11:25:07 +02:00
e3c6124e22
chore(consistency): refresh work-record index
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
2026-09-04 11:00:56 +02:00
custodian-sync
f01b765668
chore(consistency): sync task status from DB [auto]
...
Updated by fix-consistency on 2026-09-04:
- update .custodian-brief.md for rein-aharness
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
2026-09-04 11:00:20 +02:00
7641fcde40
fix(workplans): declare type: workplan on records the hub already holds
...
These files carried no type field at all. Selection is by 'type: workplan', so
they were invisible to every projection while the hub held a record for each —
and a forge-derived reset read those correct records as no longer deriving and
queued them for retirement.
Only the type line is added.
Refs STATE-WP-0083-T05
Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-26 20:56:04 +02:00
4a6dde446b
chore(consistency): refresh work-record index
...
Refs CUST-WP-0068-T03
Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-25 22:43:16 +02:00
custodian-sync
6f7f468e9b
chore(consistency): sync task status from DB [auto]
...
Updated by fix-consistency on 2026-08-25:
- update .custodian-brief.md for rein-aharness
Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-25 22:42:45 +02:00
7c8f7e6a9e
fix(workplans): move work-record identifiers onto the repository prefix
...
Identifiers predating the PREFIX-WP-NNNN convention were rejected by the canon
registry, so none of this repository's work records could be registered.
One prefix per repository (ADR-007). Existing conforming identifiers keep their
numbers where possible; the pre-convention records take the next free numbers
rather than renumbering work that was already correct.
Projection UUIDs are re-derived from the new canonical ids (ADR-007 decision 2).
Nothing was registered on central under the old identifiers, so no hub record is
orphaned by this.
Refs CUST-WP-0068-T03
Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-25 22:42:27 +02:00
678ed0bb56
fix(workplans): adopt ADR-007 derived identifiers
...
Records absent from central carried random pre-ADR-007 identifiers minted by
the retired local hub, which C-06 refused as stale references. Deriving from
the canonical record id takes no identity from anything.
Refs CUST-WP-0068-T06
Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-25 19:30:59 +02:00
599107a375
docs(agents): repoint remote State Hub URL to the in-cluster address
...
The remote row pointed at 127.0.0.1:18000, a reverse tunnel back to the
workstation. On railiance01 the State Hub runs in the cluster on that same
machine, so the request left the box and came back to reach a local service.
Refs CUST-WP-0067-T07
Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-25 00:21:54 +02:00
84b4089f8a
Classify heartbeat lease failures
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 14:42:30 +02:00
ad4074c20a
Handle lease loss during adapter errors
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 14:40:29 +02:00
75f4914777
Refuse close after lease loss
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 14:37:18 +02:00
9097d69e1d
Expose lease loss to execution boundaries
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 14:16:11 +02:00
custodian-sync
17f081154c
chore(consistency): sync task status from DB [auto]
...
Updated by fix-consistency on 2026-08-23:
- update .custodian-brief.md for rein-aharness
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 14:15:10 +02:00
cdbe9076bd
Record close outbox review
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 14:06:56 +02:00
c97e5ea92d
Build durable close evidence outbox
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 14:05:50 +02:00
custodian-sync
9866f35b30
chore(consistency): sync task status from DB [auto]
...
Updated by fix-consistency on 2026-08-23:
- update .custodian-brief.md for rein-aharness
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 13:25:02 +02:00
ab9060eae7
Record repository grant reviews
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 13:24:41 +02:00
8cb004a558
Define repository grant contract
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 13:23:50 +02:00
ce8f56afea
Track final ADR acknowledgements
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 13:10:26 +02:00
36e10962f7
Record deployed queue boundary
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 13:08:51 +02:00
74d7801b22
Record revised Glas acknowledgement
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 13:06:19 +02:00
d272194a55
Record revised ADR review requests
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 13:02:56 +02:00
c230f33698
Clarify Activity Core queue boundary
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 13:01:37 +02:00
2e16504e1f
Validate repository transaction results
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 12:58:07 +02:00
eaae4357eb
Build repository transaction core
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 12:31:13 +02:00
e4b73a8a78
Inventory legacy tenant runtime routes
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 12:02:14 +02:00
6e0e23c637
Record governed runtime baseline review handoffs
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 11:52:24 +02:00
3abf91a7d1
Refresh governed runtime work record index
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 11:51:38 +02:00
custodian-sync
37cff4ad90
chore(consistency): sync task status from DB [auto]
...
Updated by fix-consistency on 2026-08-23:
- update .custodian-brief.md for rein-aharness
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 11:51:11 +02:00
81f92790be
Start governed runtime integrity baseline
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 11:48:18 +02:00
repo-manager
3bfad3644b
chore(registrar): assign State Hub identifiers
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 11:33:02 +02:00
custodian-sync
7666d10594
chore(consistency): sync task status from DB [auto]
...
Updated by fix-consistency on 2026-08-23:
- update .custodian-brief.md for rein-aharness
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 11:33:01 +02:00
7b0b541113
fix: use canonical harness workplan prefix
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 11:32:24 +02:00
9afacdbfba
plan: harden governed runtime integrity
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 11:27:32 +02:00
2ae6d61e5f
docs: align scope with current capability
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 10:42:44 +02:00
440bc58892
docs: finish REIN-A-0004
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 01:50:52 +02:00
custodian-sync
7bea0a4ca6
chore(consistency): sync task status from DB [auto]
...
Updated by fix-consistency on 2026-08-23:
- update .custodian-brief.md for rein-aharness
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 01:50:24 +02:00
c6332916c2
fix: separate Glas actor from claim worker identity
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 01:33:30 +02:00
15ae876beb
chore: sync blocked work record index
...
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
2026-08-23 00:03:14 +02:00