Record TEN-WP-0012 hub ids and refresh the work-record index
fix-consistency C-06 wrote state_hub_workstream_id and the two state_hub_task_ids back into the workplan file and regenerated WORK-RECORDS.md. Committing the writeback so the file and hub agree. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HHwvAEQfmzLHtrFGhXtVjq Assistant: claude-code Assistant-Model: opus Assistant-Process: 823014@bnt-lap001 Assistant-Session: 2a0786b1-efea-4c38-959b-6e86a493f259
This commit is contained in:
parent
57fee9192e
commit
59c59a1560
2 changed files with 6 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
| workplan | TEN-WP-0009 | finished | — | workplans/TEN-WP-0009-postgres-production-store.md |
|
| workplan | TEN-WP-0009 | finished | — | workplans/TEN-WP-0009-postgres-production-store.md |
|
||||||
| workplan | TEN-WP-0010 | finished | — | workplans/TEN-WP-0010-mutable-grouping.md |
|
| workplan | TEN-WP-0010 | finished | — | workplans/TEN-WP-0010-mutable-grouping.md |
|
||||||
| workplan | TEN-WP-0011 | finished | — | workplans/TEN-WP-0011-security-layer-conformance.md |
|
| workplan | TEN-WP-0011 | finished | — | workplans/TEN-WP-0011-security-layer-conformance.md |
|
||||||
|
| workplan | TEN-WP-0012 | blocked | — | workplans/TEN-WP-0012-external-conformance-waits.md |
|
||||||
| task | TEN-WP-ADHOC-2026-07-24-T01 | done | — | workplans/ADHOC-2026-07-24.md |
|
| task | TEN-WP-ADHOC-2026-07-24-T01 | done | — | workplans/ADHOC-2026-07-24.md |
|
||||||
| task | TEN-WP-0001-T01 | done | — | workplans/TEN-WP-0001-statehub-bootstrap.md |
|
| task | TEN-WP-0001-T01 | done | — | workplans/TEN-WP-0001-statehub-bootstrap.md |
|
||||||
| task | TEN-WP-0001-T02 | done | — | workplans/TEN-WP-0001-statehub-bootstrap.md |
|
| task | TEN-WP-0001-T02 | done | — | workplans/TEN-WP-0001-statehub-bootstrap.md |
|
||||||
|
|
@ -73,6 +74,8 @@
|
||||||
| task | TEN-WP-0011-T04 | done | — | workplans/TEN-WP-0011-security-layer-conformance.md |
|
| task | TEN-WP-0011-T04 | done | — | workplans/TEN-WP-0011-security-layer-conformance.md |
|
||||||
| task | TEN-WP-0011-T05 | done | — | workplans/TEN-WP-0011-security-layer-conformance.md |
|
| task | TEN-WP-0011-T05 | done | — | workplans/TEN-WP-0011-security-layer-conformance.md |
|
||||||
| task | TEN-WP-0011-T06 | done | — | workplans/TEN-WP-0011-security-layer-conformance.md |
|
| task | TEN-WP-0011-T06 | done | — | workplans/TEN-WP-0011-security-layer-conformance.md |
|
||||||
|
| task | TEN-WP-0012-T01 | wait | — | workplans/TEN-WP-0012-external-conformance-waits.md |
|
||||||
|
| task | TEN-WP-0012-T02 | wait | — | workplans/TEN-WP-0012-external-conformance-waits.md |
|
||||||
| intake | TEN-IN-0001 | closed | yellow | docs/intakes/residuals.md |
|
| intake | TEN-IN-0001 | closed | yellow | docs/intakes/residuals.md |
|
||||||
| intake | TEN-IN-0002 | closed | red | docs/intakes/residuals.md |
|
| intake | TEN-IN-0002 | closed | red | docs/intakes/residuals.md |
|
||||||
| intake | TEN-IN-0003 | closed | — | intakes/intakes.md |
|
| intake | TEN-IN-0003 | closed | — | intakes/intakes.md |
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ depends_on:
|
||||||
unblocks: []
|
unblocks: []
|
||||||
origin: residual
|
origin: residual
|
||||||
origin_ref: TEN-WP-0011
|
origin_ref: TEN-WP-0011
|
||||||
|
state_hub_workstream_id: "cb7387d0-431d-56a2-bb7b-86a024aeeefb"
|
||||||
---
|
---
|
||||||
|
|
||||||
# TEN-WP-0012 — Track the two external dispositions tenant-engine is waiting on
|
# TEN-WP-0012 — Track the two external dispositions tenant-engine is waiting on
|
||||||
|
|
@ -57,6 +58,7 @@ convention's status for work that is blocked on another party.
|
||||||
id: TEN-WP-0012-T01
|
id: TEN-WP-0012-T01
|
||||||
status: wait
|
status: wait
|
||||||
priority: medium
|
priority: medium
|
||||||
|
state_hub_task_id: "7898c1aa-b5de-54cf-87b7-67b727b5d0b2"
|
||||||
```
|
```
|
||||||
|
|
||||||
The emission path shipped in `TEN-WP-0011-T04`: the local outbox is inside
|
The emission path shipped in `TEN-WP-0011-T04`: the local outbox is inside
|
||||||
|
|
@ -81,6 +83,7 @@ would make the outbox look drained when it is not.
|
||||||
id: TEN-WP-0012-T02
|
id: TEN-WP-0012-T02
|
||||||
status: wait
|
status: wait
|
||||||
priority: low
|
priority: low
|
||||||
|
state_hub_task_id: "f7d27d7c-f599-5d0e-b60b-9c3ad2b27b87"
|
||||||
```
|
```
|
||||||
|
|
||||||
`net-kingdom/canon/standards/tenant-engine-boundary-contract_v0.1.md` still
|
`net-kingdom/canon/standards/tenant-engine-boundary-contract_v0.1.md` still
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue