diff --git a/AGENTS.md b/AGENTS.md index f93c3fb..ccb0fc3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,10 +4,10 @@ **Purpose:** Transgenerational cognitive infrastructure and central coordination hub for all domains. Houses the state-hub (PostgreSQL + FastAPI + MCP + dashboard), governance canon, workplans, and agent session memory. -**Domain:** custodian +**Domain:** infotech **Repo slug:** the-custodian **Topic ID:** `cee7bedf-2b48-46ef-8601-006474f2ad7a` -**Workplan prefix:** `THE-WP-` +**Workplan prefix:** `CUST-WP-` --- @@ -63,8 +63,8 @@ Omit `workstream_id` / `task_id` when not applicable. ```bash curl -s -X PATCH "http://127.0.0.1:8000/tasks/" \ -H "Content-Type: application/json" \ - -d '{"status": "in_progress"}' -# values: todo | in_progress | done | blocked + -d '{"status": "progress"}' +# values: wait | todo | progress | done | cancel ``` ### Flag a task for human review @@ -83,7 +83,7 @@ curl -s -X PATCH "http://127.0.0.1:8000/tasks/" \ 1. `cat .custodian-brief.md` — domain goal and open workstreams (offline-safe) 2. Check inbox: `GET /messages/?to_agent=the-custodian&unread_only=true`; mark read 3. Scan workplans: `ls workplans/` — note `status: ready`, `active`, or `blocked` files and open tasks -4. Check blocked tasks: `GET /tasks/?needs_human=true` +4. Check human-needed tasks: `GET /tasks/?needs_human=true` **During work:** - Update task statuses in workplan files as tasks progress @@ -152,6 +152,10 @@ get wrong. **Canon:** `~/ops-warden/wiki/CredentialRouting.md` · catalog `~/ops-warden/registry/routing/catalog.yaml` + + + --- ## Workplan Convention (ADR-001) @@ -177,7 +181,7 @@ anything needing analysis, design, approval, dependencies, or multiple phases. id: THE-WP-NNNN type: workplan title: "..." -domain: custodian +domain: infotech repo: the-custodian status: proposed | ready | active | blocked | backlog | finished | archived owner: codex @@ -199,7 +203,7 @@ derived health labels, not frontmatter statuses. ` ` `task id: THE-WP-NNNN-T01 -status: todo | in_progress | done | blocked +status: wait | todo | progress | done | cancel priority: high | medium | low state_hub_task_id: "" # written by fix-consistency — do not edit ` ` ` @@ -207,7 +211,7 @@ state_hub_task_id: "" # written by fix-consistency — do not edit Task description text. ``` -Status progression: `todo` → `in_progress` → `done` (or `blocked`) +Status progression: `todo` → `progress` → `done`; use `wait` for waiting/blocked work and `cancel` for stopped work. To create a new workplan: 1. Write the file following the format above diff --git a/workplans/CUST-WP-0000-state-hub-v0.1-build-deploy.md b/workplans/CUST-WP-0000-state-hub-v0.1-build-deploy.md index aa0a2ef..5c1bfe7 100644 --- a/workplans/CUST-WP-0000-state-hub-v0.1-build-deploy.md +++ b/workplans/CUST-WP-0000-state-hub-v0.1-build-deploy.md @@ -2,7 +2,7 @@ id: CUST-WP-0000 type: workplan title: "State Hub v0.1 — Build & Deploy" -domain: custodian +domain: infotech repo: the-custodian status: completed owner: custodian @@ -15,8 +15,7 @@ note: > Pre-ADR-001 record. This workstream was created DB-first during the first Custodian session (2026-02-24) before the workplan-as-repository-artefact convention was established. This file is a retroactive record written on - 2026-03-11 to satisfy the ADR-001 consistency checker (C-08). ---- + 2026-03-11 to satisfy the ADR-001 consistency checker (C-08).--- # State Hub v0.1 — Build & Deploy diff --git a/workplans/CUST-WP-0000b-state-hub-v0.2-decisions-dependencies.md b/workplans/CUST-WP-0000b-state-hub-v0.2-decisions-dependencies.md index 35c56a1..a38bc1a 100644 --- a/workplans/CUST-WP-0000b-state-hub-v0.2-decisions-dependencies.md +++ b/workplans/CUST-WP-0000b-state-hub-v0.2-decisions-dependencies.md @@ -2,7 +2,7 @@ id: CUST-WP-0000b type: workplan title: "State Hub v0.2 — Decisions, Suggestions & Dependencies" -domain: custodian +domain: infotech repo: the-custodian status: completed owner: custodian @@ -14,8 +14,7 @@ state_hub_workstream_id: "6585ee66-aa4e-436e-bbec-d83293c33e8f" note: > Pre-ADR-001 record. This workstream was created DB-first before the workplan-as-repository-artefact convention was established. Retroactive - file written on 2026-03-11 to satisfy the ADR-001 consistency checker (C-08). ---- + file written on 2026-03-11 to satisfy the ADR-001 consistency checker (C-08).--- # State Hub v0.2 — Decisions, Suggestions & Dependencies diff --git a/workplans/CUST-WP-0001-custodian-agent-runtime.md b/workplans/CUST-WP-0001-custodian-agent-runtime.md index 881250e..a2da1d1 100644 --- a/workplans/CUST-WP-0001-custodian-agent-runtime.md +++ b/workplans/CUST-WP-0001-custodian-agent-runtime.md @@ -2,7 +2,7 @@ id: CUST-WP-0001 type: workplan title: "Custodian Agent Runtime — Bootstrap" -domain: custodian +domain: infotech status: done owner: custodian topic_slug: custodian diff --git a/workplans/CUST-WP-0002-contribution-tracking-sbom.md b/workplans/CUST-WP-0002-contribution-tracking-sbom.md index 946dfde..d93dae2 100644 --- a/workplans/CUST-WP-0002-contribution-tracking-sbom.md +++ b/workplans/CUST-WP-0002-contribution-tracking-sbom.md @@ -2,7 +2,7 @@ id: CUST-WP-0002 type: workplan title: "State Hub v0.3 — Contribution Tracking & SBOM" -domain: custodian +domain: infotech status: completed owner: custodian topic_slug: custodian diff --git a/workplans/CUST-WP-0004-ep-td-tracking.md b/workplans/CUST-WP-0004-ep-td-tracking.md index 706e173..43a53de 100644 --- a/workplans/CUST-WP-0004-ep-td-tracking.md +++ b/workplans/CUST-WP-0004-ep-td-tracking.md @@ -2,7 +2,7 @@ id: CUST-WP-0004 type: workplan title: "Extension Points & Technical Debt Tracking" -domain: custodian +domain: infotech status: completed owner: custodian topic_slug: custodian diff --git a/workplans/CUST-WP-0005-dynamic-domains.md b/workplans/CUST-WP-0005-dynamic-domains.md index 5fac9ea..d3cf95d 100644 --- a/workplans/CUST-WP-0005-dynamic-domains.md +++ b/workplans/CUST-WP-0005-dynamic-domains.md @@ -2,7 +2,7 @@ id: CUST-WP-0005 type: workplan title: "State Hub v0.5 — Dynamic Domains & Multi-Repo" -domain: custodian +domain: infotech status: completed owner: custodian topic_slug: custodian diff --git a/workplans/CUST-WP-0006-gems-state-hub.md b/workplans/CUST-WP-0006-gems-state-hub.md index b6f3af5..bd802ea 100644 --- a/workplans/CUST-WP-0006-gems-state-hub.md +++ b/workplans/CUST-WP-0006-gems-state-hub.md @@ -2,7 +2,7 @@ id: CUST-WP-0006 type: workplan title: GEMS Analysis & State-Hub Migration Planning -domain: custodian +domain: infotech status: done owner: custodian topic_slug: the-custodian diff --git a/workplans/CUST-WP-0007-gems-migration.md b/workplans/CUST-WP-0007-gems-migration.md index 51c8285..367cef2 100644 --- a/workplans/CUST-WP-0007-gems-migration.md +++ b/workplans/CUST-WP-0007-gems-migration.md @@ -2,7 +2,7 @@ id: CUST-WP-0007 type: workplan title: GEMS Migration — Three-Pass State-Hub Alignment -domain: custodian +domain: infotech status: completed owner: custodian topic_slug: the-custodian diff --git a/workplans/CUST-WP-0008-consistency-engine.md b/workplans/CUST-WP-0008-consistency-engine.md index c9b106a..ed8779d 100644 --- a/workplans/CUST-WP-0008-consistency-engine.md +++ b/workplans/CUST-WP-0008-consistency-engine.md @@ -2,7 +2,7 @@ id: CUST-WP-0008 type: workplan title: Consistency Checking Engine -domain: custodian +domain: infotech status: done owner: custodian topic_slug: the-custodian diff --git a/workplans/CUST-WP-0009-human-interventions.md b/workplans/CUST-WP-0009-human-interventions.md index a16c45c..7f70403 100644 --- a/workplans/CUST-WP-0009-human-interventions.md +++ b/workplans/CUST-WP-0009-human-interventions.md @@ -2,7 +2,7 @@ id: CUST-WP-0009 type: workplan title: Human Interventions Flag -domain: custodian +domain: infotech status: completed owner: custodian topic_slug: the-custodian diff --git a/workplans/CUST-WP-0010-domain-and-repo-goals.md b/workplans/CUST-WP-0010-domain-and-repo-goals.md index e1ea644..66e28cb 100644 --- a/workplans/CUST-WP-0010-domain-and-repo-goals.md +++ b/workplans/CUST-WP-0010-domain-and-repo-goals.md @@ -2,7 +2,7 @@ id: CUST-WP-0010 type: workstream title: Domain and Repository Goals -domain: custodian +domain: infotech status: completed owner: custodian topic_slug: the-custodian diff --git a/workplans/CUST-WP-0010-workstream-lifecycle-docs.md b/workplans/CUST-WP-0010-workstream-lifecycle-docs.md index 0d5ae01..7584841 100644 --- a/workplans/CUST-WP-0010-workstream-lifecycle-docs.md +++ b/workplans/CUST-WP-0010-workstream-lifecycle-docs.md @@ -2,7 +2,7 @@ id: CUST-WP-0010 type: workplan title: Workstream Lifecycle Documentation -domain: custodian +domain: infotech status: completed owner: custodian topic_slug: the-custodian diff --git a/workplans/CUST-WP-0013-sbom-infra-expansion.md b/workplans/CUST-WP-0013-sbom-infra-expansion.md index e3b1df0..b00fc4b 100644 --- a/workplans/CUST-WP-0013-sbom-infra-expansion.md +++ b/workplans/CUST-WP-0013-sbom-infra-expansion.md @@ -2,7 +2,7 @@ id: CUST-WP-0013 type: workplan title: "SBOM Infrastructure Expansion" -domain: custodian +domain: infotech repo: the-custodian status: completed owner: custodian diff --git a/workplans/CUST-WP-0014-repo-sync-automation.md b/workplans/CUST-WP-0014-repo-sync-automation.md index 6f8639d..a6e46d1 100644 --- a/workplans/CUST-WP-0014-repo-sync-automation.md +++ b/workplans/CUST-WP-0014-repo-sync-automation.md @@ -2,7 +2,7 @@ id: CUST-WP-0014 type: workplan title: Repo Sync Automation & Gitea Inventory -domain: custodian +domain: infotech repo: the-custodian status: done state_hub_workstream_id: 27ea80bd-76bf-44a7-b0ed-e09748d5390b diff --git a/workplans/CUST-WP-0015-agent-inbox.md b/workplans/CUST-WP-0015-agent-inbox.md index 47f5ea9..bbefecc 100644 --- a/workplans/CUST-WP-0015-agent-inbox.md +++ b/workplans/CUST-WP-0015-agent-inbox.md @@ -2,7 +2,7 @@ id: CUST-WP-0015 type: workplan title: Agent Inbox — Inter-Agent Coordination via State-Hub -domain: custodian +domain: infotech repo: the-custodian status: done state_hub_workstream_id: 382c2e8a-28db-4db9-8c89-8bc2fea5159a diff --git a/workplans/CUST-WP-0016-kaizen-agentic-integration.md b/workplans/CUST-WP-0016-kaizen-agentic-integration.md index a4eeb7a..bf3982d 100644 --- a/workplans/CUST-WP-0016-kaizen-agentic-integration.md +++ b/workplans/CUST-WP-0016-kaizen-agentic-integration.md @@ -2,7 +2,7 @@ id: CUST-WP-0016 type: workplan title: Kaizen-Agentic Integration — Agents for Custodian & Registered Repos -domain: custodian +domain: infotech repo: the-custodian status: done state_hub_workstream_id: bd50b948-6013-4953-b622-6bf4b163e7c5 diff --git a/workplans/CUST-WP-0017-scope-md-agent-and-coverage.md b/workplans/CUST-WP-0017-scope-md-agent-and-coverage.md index aa5005d..b70830c 100644 --- a/workplans/CUST-WP-0017-scope-md-agent-and-coverage.md +++ b/workplans/CUST-WP-0017-scope-md-agent-and-coverage.md @@ -2,7 +2,7 @@ id: CUST-WP-0017 type: workplan title: SCOPE.md — Repo Scope Analyst Agent + Ecosystem Coverage -domain: custodian +domain: infotech status: done owner: custodian topic_slug: custodian diff --git a/workplans/CUST-WP-0018-api-hardening-code-quality.md b/workplans/CUST-WP-0018-api-hardening-code-quality.md index b3d9849..ceb4370 100644 --- a/workplans/CUST-WP-0018-api-hardening-code-quality.md +++ b/workplans/CUST-WP-0018-api-hardening-code-quality.md @@ -2,7 +2,7 @@ id: CUST-WP-0018 type: workplan title: "State Hub — API Hardening & Code Quality" -domain: custodian +domain: infotech status: done owner: custodian topic_slug: custodian diff --git a/workplans/CUST-WP-0019-dashboard-ux-polish.md b/workplans/CUST-WP-0019-dashboard-ux-polish.md index 31cbdee..954ac46 100644 --- a/workplans/CUST-WP-0019-dashboard-ux-polish.md +++ b/workplans/CUST-WP-0019-dashboard-ux-polish.md @@ -2,7 +2,7 @@ id: CUST-WP-0019 type: workplan title: "State Hub Dashboard — UX Polish" -domain: custodian +domain: infotech status: done owner: custodian topic_slug: custodian diff --git a/workplans/CUST-WP-0020-test-suite.md b/workplans/CUST-WP-0020-test-suite.md index 5a7c9bf..6625a04 100644 --- a/workplans/CUST-WP-0020-test-suite.md +++ b/workplans/CUST-WP-0020-test-suite.md @@ -2,7 +2,7 @@ id: CUST-WP-0020 type: workplan title: "State Hub — pytest Test Suite" -domain: custodian +domain: infotech status: done owner: custodian topic_slug: custodian diff --git a/workplans/CUST-WP-0021-multi-host-repo-paths.md b/workplans/CUST-WP-0021-multi-host-repo-paths.md index 1517ef9..595fcbc 100644 --- a/workplans/CUST-WP-0021-multi-host-repo-paths.md +++ b/workplans/CUST-WP-0021-multi-host-repo-paths.md @@ -2,7 +2,7 @@ id: CUST-WP-0021 type: workplan title: "State Hub — Multi-Host Repo Path Hardening" -domain: custodian +domain: infotech status: done owner: custodian topic_slug: custodian diff --git a/workplans/CUST-WP-0022-capability-requests.md b/workplans/CUST-WP-0022-capability-requests.md index 33836c2..9ad5565 100644 --- a/workplans/CUST-WP-0022-capability-requests.md +++ b/workplans/CUST-WP-0022-capability-requests.md @@ -2,7 +2,7 @@ id: CUST-WP-0022 type: workplan title: Capability Request System -domain: custodian +domain: infotech status: done owner: custodian topic_slug: the-custodian diff --git a/workplans/CUST-WP-0023-tpsc.md b/workplans/CUST-WP-0023-tpsc.md index 999291c..12d0fa0 100644 --- a/workplans/CUST-WP-0023-tpsc.md +++ b/workplans/CUST-WP-0023-tpsc.md @@ -2,7 +2,7 @@ id: CUST-WP-0023 type: feature title: Third-Party Services Catalog (TPSC) -domain: custodian +domain: infotech status: done owner: custodian-agent topic_slug: custodian diff --git a/workplans/CUST-WP-0024-repo-doi-gate.md b/workplans/CUST-WP-0024-repo-doi-gate.md index 5da66a0..ea10611 100644 --- a/workplans/CUST-WP-0024-repo-doi-gate.md +++ b/workplans/CUST-WP-0024-repo-doi-gate.md @@ -2,7 +2,7 @@ id: CUST-WP-0024 type: feature title: Repository DoI automated gate and dashboard integration -domain: custodian +domain: infotech status: done owner: custodian-agent topic_slug: custodian diff --git a/workplans/CUST-WP-0025-fos-hub-bootstrap.md b/workplans/CUST-WP-0025-fos-hub-bootstrap.md index f72b533..684151c 100644 --- a/workplans/CUST-WP-0025-fos-hub-bootstrap.md +++ b/workplans/CUST-WP-0025-fos-hub-bootstrap.md @@ -2,7 +2,7 @@ id: CUST-WP-0025 type: workplan title: "FOS Hub Bootstrap — Identity, Hub Extraction, Ops Hub, Fin Hub" -domain: custodian +domain: infotech repo: the-custodian status: active owner: custodian diff --git a/workplans/CUST-WP-0026-distributed-consistency.md b/workplans/CUST-WP-0026-distributed-consistency.md index d715030..7df5926 100644 --- a/workplans/CUST-WP-0026-distributed-consistency.md +++ b/workplans/CUST-WP-0026-distributed-consistency.md @@ -2,7 +2,7 @@ id: CUST-WP-0026 type: workplan title: "Distributed Consistency — Multi-Machine State Sync" -domain: custodian +domain: infotech repo: the-custodian status: done owner: custodian diff --git a/workplans/CUST-WP-0027-capability-request-dispute.md b/workplans/CUST-WP-0027-capability-request-dispute.md index 476a49c..dfc6299 100644 --- a/workplans/CUST-WP-0027-capability-request-dispute.md +++ b/workplans/CUST-WP-0027-capability-request-dispute.md @@ -2,7 +2,7 @@ id: CUST-WP-0027 type: workplan title: "Capability Request Dispute & Negotiation" -domain: custodian +domain: infotech repo: the-custodian status: done owner: custodian diff --git a/workplans/CUST-WP-0029-token-consumption-tracking.md b/workplans/CUST-WP-0029-token-consumption-tracking.md index 92bab5f..49934f8 100644 --- a/workplans/CUST-WP-0029-token-consumption-tracking.md +++ b/workplans/CUST-WP-0029-token-consumption-tracking.md @@ -2,7 +2,7 @@ id: CUST-WP-0029 type: workplan title: "Token Consumption Tracking" -domain: custodian +domain: infotech repo: the-custodian status: done owner: custodian diff --git a/workplans/CUST-WP-0030-dashboard-entity-list-ux.md b/workplans/CUST-WP-0030-dashboard-entity-list-ux.md index 3e3e32e..5253215 100644 --- a/workplans/CUST-WP-0030-dashboard-entity-list-ux.md +++ b/workplans/CUST-WP-0030-dashboard-entity-list-ux.md @@ -2,7 +2,7 @@ id: CUST-WP-0030 type: workplan title: "Dashboard Entity List UX" -domain: custodian +domain: infotech repo: the-custodian status: done owner: custodian diff --git a/workplans/CUST-WP-0031-capability-registry.md b/workplans/CUST-WP-0031-capability-registry.md index fb7ddb1..132cb8b 100644 --- a/workplans/CUST-WP-0031-capability-registry.md +++ b/workplans/CUST-WP-0031-capability-registry.md @@ -2,7 +2,7 @@ id: CUST-WP-0031 type: workplan title: "Domain Capability Registry" -domain: custodian +domain: infotech repo: the-custodian status: done owner: custodian diff --git a/workplans/CUST-WP-0032-haskell-build-machine.md b/workplans/CUST-WP-0032-haskell-build-machine.md index da55579..149027f 100644 --- a/workplans/CUST-WP-0032-haskell-build-machine.md +++ b/workplans/CUST-WP-0032-haskell-build-machine.md @@ -2,7 +2,7 @@ id: CUST-WP-0032 type: workplan title: "Haskell Build Machine — VirtualBox Image & State-Hub Integration" -domain: railiance +domain: infotech repo: the-custodian status: done owner: custodian diff --git a/workplans/CUST-WP-0033-interface-change-registry.md b/workplans/CUST-WP-0033-interface-change-registry.md index d81d770..088e9c7 100644 --- a/workplans/CUST-WP-0033-interface-change-registry.md +++ b/workplans/CUST-WP-0033-interface-change-registry.md @@ -2,7 +2,7 @@ id: CUST-WP-0033 type: workplan title: "Interface Change Registry — Coordinated API Evolution" -domain: custodian +domain: infotech repo: the-custodian status: done owner: custodian diff --git a/workplans/CUST-WP-0039-dashboard-poll-optimization.md b/workplans/CUST-WP-0039-dashboard-poll-optimization.md index 7404162..e54e3b5 100644 --- a/workplans/CUST-WP-0039-dashboard-poll-optimization.md +++ b/workplans/CUST-WP-0039-dashboard-poll-optimization.md @@ -2,7 +2,7 @@ id: CUST-WP-0039 type: workplan title: "Dashboard Poll Optimization" -domain: custodian +domain: infotech status: done owner: custodian topic_slug: custodian diff --git a/workplans/CUST-WP-0040-state-hub-nats-activity-core-integration.md b/workplans/CUST-WP-0040-state-hub-nats-activity-core-integration.md index 253f877..5077744 100644 --- a/workplans/CUST-WP-0040-state-hub-nats-activity-core-integration.md +++ b/workplans/CUST-WP-0040-state-hub-nats-activity-core-integration.md @@ -1,7 +1,7 @@ --- id: CUST-WP-0040 type: workplan -domain: custodian +domain: infotech repo: the-custodian status: completed state_hub_workstream_id: d8ac100b-a844-46a5-9684-415df0d32539 diff --git a/workplans/CUST-WP-0041-api-performance.md b/workplans/CUST-WP-0041-api-performance.md index 5505184..edafba9 100644 --- a/workplans/CUST-WP-0041-api-performance.md +++ b/workplans/CUST-WP-0041-api-performance.md @@ -2,7 +2,7 @@ id: CUST-WP-0041 type: workplan title: "API Performance Optimization" -domain: custodian +domain: infotech status: done owner: custodian topic_slug: custodian diff --git a/workplans/CUST-WP-0043-state-hub-repo-extraction.md b/workplans/CUST-WP-0043-state-hub-repo-extraction.md index e6ba614..ce15c4f 100644 --- a/workplans/CUST-WP-0043-state-hub-repo-extraction.md +++ b/workplans/CUST-WP-0043-state-hub-repo-extraction.md @@ -2,7 +2,7 @@ id: CUST-WP-0043 type: workplan title: "State Hub Repo Extraction" -domain: custodian +domain: infotech repo: the-custodian status: completed owner: custodian diff --git a/workplans/CUST-WP-0044-daily-statehub-wsjf-triage.md b/workplans/CUST-WP-0044-daily-statehub-wsjf-triage.md index 8f0ea9f..592bf5b 100644 --- a/workplans/CUST-WP-0044-daily-statehub-wsjf-triage.md +++ b/workplans/CUST-WP-0044-daily-statehub-wsjf-triage.md @@ -2,7 +2,7 @@ id: CUST-WP-0044 type: workplan title: "Daily State Hub WSJF Triage" -domain: custodian +domain: infotech repo: the-custodian status: finished owner: custodian diff --git a/workplans/CUST-WP-0045-activity-core-daily-triage-runner.md b/workplans/CUST-WP-0045-activity-core-daily-triage-runner.md index 6384f49..30aff2a 100644 --- a/workplans/CUST-WP-0045-activity-core-daily-triage-runner.md +++ b/workplans/CUST-WP-0045-activity-core-daily-triage-runner.md @@ -2,7 +2,7 @@ id: CUST-WP-0045 type: workplan title: "Activity-Core Daily Triage Runner Cutover" -domain: custodian +domain: infotech repo: the-custodian status: finished owner: custodian diff --git a/workplans/CUST-WP-0045-cutover-runbook.md b/workplans/CUST-WP-0045-cutover-runbook.md index 13d456a..386bf1b 100644 --- a/workplans/CUST-WP-0045-cutover-runbook.md +++ b/workplans/CUST-WP-0045-cutover-runbook.md @@ -5,6 +5,7 @@ title: "CUST-WP-0045 T06 cutover — exact command sequence" parent_workplan: CUST-WP-0045 created: "2026-06-01" state_hub_workstream_id: "4ebc847b-4a2c-4ce2-9fd2-62d3071eed96" +domain: infotech --- # CUST-WP-0045 T06 cutover — exact command sequence diff --git a/workplans/CUST-WP-0046-hourly-recently-on-scope-activity-core.md b/workplans/CUST-WP-0046-hourly-recently-on-scope-activity-core.md index af2f190..18fa866 100644 --- a/workplans/CUST-WP-0046-hourly-recently-on-scope-activity-core.md +++ b/workplans/CUST-WP-0046-hourly-recently-on-scope-activity-core.md @@ -2,7 +2,7 @@ id: CUST-WP-0046 type: workplan title: "Activity-Core Hourly RecentlyOnScope Reports" -domain: custodian +domain: infotech repo: the-custodian status: finished owner: codex diff --git a/workplans/CUST-WP-0047-ops-hub-service-inventory-now-view.md b/workplans/CUST-WP-0047-ops-hub-service-inventory-now-view.md index 7c20fe7..a144779 100644 --- a/workplans/CUST-WP-0047-ops-hub-service-inventory-now-view.md +++ b/workplans/CUST-WP-0047-ops-hub-service-inventory-now-view.md @@ -2,7 +2,7 @@ id: CUST-WP-0047 type: workplan title: "Ops Hub Service Inventory Now View" -domain: custodian +domain: infotech repo: the-custodian status: active owner: codex diff --git a/workplans/CUST-WP-0048-hub-core-state-hub-import-refactor.md b/workplans/CUST-WP-0048-hub-core-state-hub-import-refactor.md index f795e14..1d48cef 100644 --- a/workplans/CUST-WP-0048-hub-core-state-hub-import-refactor.md +++ b/workplans/CUST-WP-0048-hub-core-state-hub-import-refactor.md @@ -2,7 +2,7 @@ id: CUST-WP-0048 type: workplan title: "Hub-Core State Hub Import Refactor" -domain: custodian +domain: infotech repo: the-custodian status: finished owner: custodian diff --git a/workplans/CUST-WP-0049-interhub-bootstrap-access-lane.md b/workplans/CUST-WP-0049-interhub-bootstrap-access-lane.md index 82ee1fa..38371d0 100644 --- a/workplans/CUST-WP-0049-interhub-bootstrap-access-lane.md +++ b/workplans/CUST-WP-0049-interhub-bootstrap-access-lane.md @@ -2,7 +2,7 @@ id: CUST-WP-0049 type: workplan title: "Inter-Hub Bootstrap Access Lane" -domain: custodian +domain: infotech repo: the-custodian status: active owner: codex @@ -162,7 +162,7 @@ workplan has State Hub ids. ```task id: CUST-WP-0049-T06 -status: blocked +status: wait priority: high state_hub_task_id: "782b3846-f9c9-4acb-917b-fc1fcc6f2aec" ``` diff --git a/workplans/CUST-WP-0050-repo-classification-registration-redesign.md b/workplans/CUST-WP-0050-repo-classification-registration-redesign.md index 43cf372..7392230 100644 --- a/workplans/CUST-WP-0050-repo-classification-registration-redesign.md +++ b/workplans/CUST-WP-0050-repo-classification-registration-redesign.md @@ -2,7 +2,7 @@ id: CUST-WP-0050 type: workplan title: "Repo Classification & State Hub Registration Redesign" -domain: custodian +domain: infotech repo: the-custodian status: finished owner: custodian