feat(workplan): close CUST-WP-0067-T05 and open T10 for the workplan divergence
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

All 44 cache-only repository records resolved: 43 onboarded and classified,
agent-harness dropped by owner decision. Central holds 121 repositories.

Corrects an earlier claim in this workplan that the cache would hold nothing
unique once the repository records were resolved. That generalised a
repository-scoped result: the cache still holds ~400 workplans and ~1,950 tasks
that exist nowhere else, which is ADR-010's original divergence.

The cache database still must not be discarded.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
codex 2026-08-25 14:04:23 +02:00
parent 70ad0835b0
commit d0216adb44
2 changed files with 88 additions and 2 deletions

View file

@ -71,3 +71,44 @@ and the variable set — tracked as `CUST-WP-0067-T09`.
The records are correct and re-derivable in the meantime: the classification
files are committed and pushed, so re-running onboarding projects them once the
hub can validate.
## Closed 2026-08-25 — all 44 resolved
| Outcome | Count |
|---|---|
| Onboarded to central and classified | 43 |
| Dropped by owner decision (`agent-harness`) | 1 |
`soul-frame`'s three research commits were pushed by owner decision and it
onboarded cleanly. The nine repositories without a classification file had their
sector domain and category decided with the owner one at a time; all nine
validated against canon, were committed, pushed, and onboarded. Central holds
121 repositories.
Two decisions worth keeping visible:
- **`rein-openweights` moved `infotech``agents`**, matching its sibling
`rein-aharness` so the rein concept groups coherently.
- **`railiance-telemetry` moved `financials``infotech`** by owner decision,
classifying it by what it is rather than the estate it serves. This
deliberately splits it from the other Railiance repositories on central.
## The cache database still must not be discarded
Repository records are fully recovered, but that was only this task's scope.
Measured 2026-08-25:
| Record type | Local cache | Central |
|---|---|---|
| `managed_repos` | 122 | 121 |
| `workplans` | 1075 | 669 |
| `tasks` | 6073 | 4123 |
Roughly 400 workplans and 1,950 tasks still exist only in the cache. That is
`ADR-010`'s original divergence, which this workplan never claimed to close —
it addressed the repository-record subset. `ADR-010` assessed the bulk of those
as file-backed and therefore re-derivable, but re-derivation has not been run
or verified.
**Do not discard the cache database until that is resolved.**