From 19df6964f47423ed6bb33db486d1960d694affe0 Mon Sep 17 00:00:00 2001 From: tegwick Date: Tue, 16 Jun 2026 01:47:51 +0200 Subject: [PATCH] Complete REUSE-WP-0014-T02 seed-ready repo establishment 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. --- registry/federation/local-repo-roster.yaml | 29 ++++++++++--------- ...USE-WP-0014-local-repo-registry-rollout.md | 25 +++++++++------- 2 files changed, 30 insertions(+), 24 deletions(-) diff --git a/registry/federation/local-repo-roster.yaml b/registry/federation/local-repo-roster.yaml index 1ef9590..357b694 100644 --- a/registry/federation/local-repo-roster.yaml +++ b/registry/federation/local-repo-roster.yaml @@ -6,20 +6,21 @@ definition: All git repositories one level under the workstation home directory folders. summary: total: 60 - established: 5 - pending: 55 + established: 8 + pending: 52 with_reuse_surface_seed: 8 repos: - slug: activity-core path: /home/worsch/activity-core - status: pending - capability_count: 0 + status: established + capability_count: 1 seed_from_reuse_surface: true seed_capability_ids: - capability.activity.event-coordinate - hub_registered: false - publish_check: pending + hub_registered: true + publish_check: fail batch: B01 + publish_note: Gitea repo/page 404 at gitea.coulomb.social/coulomb/activity-core - slug: agentic-resources path: /home/worsch/agentic-resources status: pending @@ -40,13 +41,13 @@ repos: batch: B01 - slug: audit-core path: /home/worsch/audit-core - status: pending - capability_count: 0 + status: established + capability_count: 1 seed_from_reuse_surface: true seed_capability_ids: - capability.audit.event-retain - hub_registered: false - publish_check: pending + hub_registered: true + publish_check: pass batch: B01 - slug: can-you-assist path: /home/worsch/can-you-assist @@ -152,13 +153,13 @@ repos: batch: null - slug: flex-auth path: /home/worsch/flex-auth - status: pending - capability_count: 0 + status: established + capability_count: 1 seed_from_reuse_surface: true seed_capability_ids: - capability.authorization.policy-evaluate - hub_registered: false - publish_check: pending + hub_registered: true + publish_check: pass batch: B02 - slug: guide-board path: /home/worsch/guide-board diff --git a/workplans/REUSE-WP-0014-local-repo-registry-rollout.md b/workplans/REUSE-WP-0014-local-repo-registry-rollout.md index 2bedd90..933f3f3 100644 --- a/workplans/REUSE-WP-0014-local-repo-registry-rollout.md +++ b/workplans/REUSE-WP-0014-local-repo-registry-rollout.md @@ -8,7 +8,7 @@ status: active owner: codex topic_slug: helix-forge created: "2026-06-17" -updated: "2026-06-17" +updated: "2026-06-18" 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 | |---|---| | Total local git repos | **60** | -| Established | **5** | -| Pending | **55** | +| Established | **8** | +| Pending | **52** | | Pending with reuse-surface seed entries | **3** (`activity-core`, `audit-core`, `flex-auth`) | ### Already established @@ -109,7 +109,7 @@ Create and maintain `registry/federation/local-repo-roster.yaml`: ```task id: REUSE-WP-0014-T02 -status: todo +status: done priority: high 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 (`owner` = repo slug): -| Slug | Seed IDs | -|---|---| -| `activity-core` | `capability.activity.event-coordinate` | -| `audit-core` | `capability.audit.event-retain` | -| `flex-auth` | `capability.authorization.policy-evaluate` | +| Slug | Seed IDs | Result | +|---|---|---| +| `activity-core` | `capability.activity.event-coordinate` | established; **publish-check FAIL** (Gitea 404) | +| `audit-core` | `capability.audit.event-retain` | established; publish pass; hub registered | +| `flex-auth` | `capability.authorization.policy-evaluate` | established; publish pass; hub registered | Copy entry Markdown + index rows; validate; commit; push; publish-check; hub 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 ```task @@ -273,4 +277,5 @@ state_hub_task_id: "51389647-3e23-4a64-a7d8-bdb5e364592f" | Date | Event | |---|---| -| 2026-06-17 | WP-0014 created; roster 5/60 established; batches B01–B06 assigned | \ No newline at end of file +| 2026-06-17 | WP-0014 created; roster 5/60 established; batches B01–B06 assigned | +| 2026-06-18 | T02 done: activity-core, audit-core, flex-auth established (8/60); activity-core publish blocked | \ No newline at end of file