Complete REUSE-WP-0014-T02 seed-ready repo establishment
Some checks failed
ci / validate-registry (push) Has been cancelled

Establish registries for activity-core, audit-core, and flex-auth; update
local-repo-roster to 8/60 established. Document activity-core Gitea 404
publish block.
This commit is contained in:
2026-06-16 01:47:51 +02:00
parent 0fbb0540da
commit 19df6964f4
2 changed files with 30 additions and 24 deletions

View File

@@ -6,20 +6,21 @@ definition: All git repositories one level under the workstation home directory
folders. folders.
summary: summary:
total: 60 total: 60
established: 5 established: 8
pending: 55 pending: 52
with_reuse_surface_seed: 8 with_reuse_surface_seed: 8
repos: repos:
- slug: activity-core - slug: activity-core
path: /home/worsch/activity-core path: /home/worsch/activity-core
status: pending status: established
capability_count: 0 capability_count: 1
seed_from_reuse_surface: true seed_from_reuse_surface: true
seed_capability_ids: seed_capability_ids:
- capability.activity.event-coordinate - capability.activity.event-coordinate
hub_registered: false hub_registered: true
publish_check: pending publish_check: fail
batch: B01 batch: B01
publish_note: Gitea repo/page 404 at gitea.coulomb.social/coulomb/activity-core
- slug: agentic-resources - slug: agentic-resources
path: /home/worsch/agentic-resources path: /home/worsch/agentic-resources
status: pending status: pending
@@ -40,13 +41,13 @@ repos:
batch: B01 batch: B01
- slug: audit-core - slug: audit-core
path: /home/worsch/audit-core path: /home/worsch/audit-core
status: pending status: established
capability_count: 0 capability_count: 1
seed_from_reuse_surface: true seed_from_reuse_surface: true
seed_capability_ids: seed_capability_ids:
- capability.audit.event-retain - capability.audit.event-retain
hub_registered: false hub_registered: true
publish_check: pending publish_check: pass
batch: B01 batch: B01
- slug: can-you-assist - slug: can-you-assist
path: /home/worsch/can-you-assist path: /home/worsch/can-you-assist
@@ -152,13 +153,13 @@ repos:
batch: null batch: null
- slug: flex-auth - slug: flex-auth
path: /home/worsch/flex-auth path: /home/worsch/flex-auth
status: pending status: established
capability_count: 0 capability_count: 1
seed_from_reuse_surface: true seed_from_reuse_surface: true
seed_capability_ids: seed_capability_ids:
- capability.authorization.policy-evaluate - capability.authorization.policy-evaluate
hub_registered: false hub_registered: true
publish_check: pending publish_check: pass
batch: B02 batch: B02
- slug: guide-board - slug: guide-board
path: /home/worsch/guide-board path: /home/worsch/guide-board

View File

@@ -8,7 +8,7 @@ status: active
owner: codex owner: codex
topic_slug: helix-forge topic_slug: helix-forge
created: "2026-06-17" created: "2026-06-17"
updated: "2026-06-17" updated: "2026-06-18"
state_hub_workstream_id: "b60e63ae-c1f7-407a-a077-1cf661ba613f" state_hub_workstream_id: "b60e63ae-c1f7-407a-a077-1cf661ba613f"
--- ---
@@ -44,8 +44,8 @@ manifest + hub block list + `owner` field in reuse-surface only).
| Metric | Count | | Metric | Count |
|---|---| |---|---|
| Total local git repos | **60** | | Total local git repos | **60** |
| Established | **5** | | Established | **8** |
| Pending | **55** | | Pending | **52** |
| Pending with reuse-surface seed entries | **3** (`activity-core`, `audit-core`, `flex-auth`) | | Pending with reuse-surface seed entries | **3** (`activity-core`, `audit-core`, `flex-auth`) |
### Already established ### Already established
@@ -109,7 +109,7 @@ Create and maintain `registry/federation/local-repo-roster.yaml`:
```task ```task
id: REUSE-WP-0014-T02 id: REUSE-WP-0014-T02
status: todo status: done
priority: high priority: high
state_hub_task_id: "608a83c4-352d-4c4c-b63b-49e3093ae10c" state_hub_task_id: "608a83c4-352d-4c4c-b63b-49e3093ae10c"
``` ```
@@ -117,15 +117,19 @@ state_hub_task_id: "608a83c4-352d-4c4c-b63b-49e3093ae10c"
Establish repos that already have capability entries in reuse-surface index Establish repos that already have capability entries in reuse-surface index
(`owner` = repo slug): (`owner` = repo slug):
| Slug | Seed IDs | | Slug | Seed IDs | Result |
|---|---| |---|---|---|
| `activity-core` | `capability.activity.event-coordinate` | | `activity-core` | `capability.activity.event-coordinate` | established; **publish-check FAIL** (Gitea 404) |
| `audit-core` | `capability.audit.event-retain` | | `audit-core` | `capability.audit.event-retain` | established; publish pass; hub registered |
| `flex-auth` | `capability.authorization.policy-evaluate` | | `flex-auth` | `capability.authorization.policy-evaluate` | established; publish pass; hub registered |
Copy entry Markdown + index rows; validate; commit; push; publish-check; hub Copy entry Markdown + index rows; validate; commit; push; publish-check; hub
register. Update roster to `established`. register. Update roster to `established`.
**Block:** `activity-core``https://gitea.coulomb.social/coulomb/activity-core`
returns 404; local registry committed and pushed to `origin/main`; hub
registration attempted. Operator must confirm repo exists on Gitea or fix remote.
## Establish Batch B01 ## Establish Batch B01
```task ```task
@@ -273,4 +277,5 @@ state_hub_task_id: "51389647-3e23-4a64-a7d8-bdb5e364592f"
| Date | Event | | Date | Event |
|---|---| |---|---|
| 2026-06-17 | WP-0014 created; roster 5/60 established; batches B01B06 assigned | | 2026-06-17 | WP-0014 created; roster 5/60 established; batches B01B06 assigned |
| 2026-06-18 | T02 done: activity-core, audit-core, flex-auth established (8/60); activity-core publish blocked |