Register State Hub workplan IDs

This commit is contained in:
2026-05-23 02:51:52 +02:00
parent 0ed55d8b37
commit df6238c7e0
11 changed files with 112 additions and 79 deletions

View File

@@ -2,13 +2,15 @@
id: ITC-WP-0002
type: workplan
title: "Service Surface Baseline CLI JSON API"
domain: canon
repo: info-tech-canon
status: planned
status: proposed
priority: high
created: "2026-05-23"
updated: "2026-05-23"
depends_on_workplans:
- ITC-WP-0001
state_hub_workstream_id: "b467e4da-6ce4-4608-a446-319427954b32"
---
# ITC-WP-0002 - Service Surface Baseline CLI JSON API
@@ -30,8 +32,9 @@ usable by downstream agents and tools.
```task
id: ITC-WP-0002-T01
status: planned
status: todo
priority: high
state_hub_task_id: "0d843b8f-0bba-4bd8-8879-5641d2b50848"
```
- Add a minimal Python package for InfoTechCanon service code.
@@ -43,8 +46,9 @@ priority: high
```task
id: ITC-WP-0002-T02
status: planned
status: todo
priority: high
state_hub_task_id: "030955d2-e6af-48d8-a617-943cf4f10628"
```
- Add commands that return JSON by default:
@@ -61,8 +65,9 @@ priority: high
```task
id: ITC-WP-0002-T03
status: planned
status: todo
priority: high
state_hub_task_id: "a926fa1d-7dc0-4450-84c9-c0d49b3744ea"
```
- Wrap infospace loading, artifact listing, validation, metrics, and graph
@@ -73,8 +78,9 @@ priority: high
```task
id: ITC-WP-0002-T04
status: planned
status: todo
priority: high
state_hub_task_id: "070ef996-cf45-47ed-b9d8-1e313c9b0e22"
```
- Add a minimal local API for read-only canon inspection.
@@ -94,4 +100,3 @@ priority: high
- Commands can inspect the `infospace/` root.
- API and CLI outputs share the same service-layer contracts.
- Tests cover the first happy paths and structured failures.