chore(workplans): write State Hub IDs for OPEN-WP-0003 and OPEN-WP-0004

This commit is contained in:
2026-06-24 18:17:27 +02:00
parent da5f55422c
commit ff2843ec5a
2 changed files with 10 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ owner: codex
topic_slug: infotech
created: "2026-06-24"
updated: "2026-06-24"
state_hub_workstream_id: "16149ad7-be98-4ec1-807b-3d4b62db2bba"
---
# Integration CLI validator
@@ -33,6 +34,7 @@ patterns from reuse-surface `reuse-surface validate`.
id: OPEN-WP-0003-T01
status: todo
priority: high
state_hub_task_id: "70b8cead-3c16-4e48-ab8f-ee6f7cedf25e"
```
Add `pyproject.toml`, `open_reuse/` package skeleton, and entry point
@@ -46,6 +48,7 @@ as dependencies. Document install and run commands in `AGENTS.md` and
id: OPEN-WP-0003-T02
status: todo
priority: high
state_hub_task_id: "0f8c8e25-1c1f-4f94-8771-71bcc3402db2"
```
Implement `open-reuse validate` with:
@@ -64,6 +67,7 @@ Implement `open-reuse validate` with:
id: OPEN-WP-0003-T03
status: todo
priority: medium
state_hub_task_id: "e84e7b00-43ec-429e-afa0-42cb8eaa0074"
```
Add `tests/test_validate.py` covering schema pass/fail, index consistency, and
@@ -76,6 +80,7 @@ pytest on push/PR to `main`.
id: OPEN-WP-0003-T04
status: todo
priority: medium
state_hub_task_id: "cfd38f45-0c0a-4790-b666-c211983b3ee9"
```
Update `registry/README.md` to reference `open-reuse validate` as the primary