docs: session pickup and residual intakes after WP-0001/0006

Record where next session should start; open CSOC-IN-0003 (bulk import) and
CSOC-IN-0004 (deploy PageOps) as live residuals.
This commit is contained in:
tegwick 2026-08-13 12:55:59 +02:00
parent c7814484a0
commit 8a831b5924
2 changed files with 155 additions and 0 deletions

View file

@ -71,3 +71,67 @@ notes: |
Pulls from CSOC-IN-0001 for live registration path; some checks can run offline.
state_hub_intake_id: "019ff532-3ade-7d75-acb7-2bbfa264fcb8"
```
---
## CSOC-IN-0003 — Multi-space Bubble corpus import + membership map
```yaml
id: CSOC-IN-0003
kind: intake
title: "Bulk-import Bubble corpus trees; map members to NetKingdom"
lane: blue
status: open
priority: medium
owner: coulomb-social
repo: coulomb-social
origin: residual
origin_ref: CSOC-WP-0001
description: |
Single-space rehearsal (reichelag) is done via import_content_tree.
Residuals from finished CSOC-WP-0001:
1. Generate ADR-0004 trees for more of the 71-space corpus (optional deeper
crawl for thin spaces — export-progress-2026-08-13).
2. Bulk import into CONTENT_ROOT with tenant + replace policy.
3. Map Bubble members_list_user → NetKingdom/Member + SpaceMembership
(no password import; assisted transfer only).
4. Keep private trees out of git; document additional lossiness.
Prefer a dedicated workplan if bulk import + identity map spans multiple
sessions; otherwise close this intake when (1)(3) are evidenced.
notes: |
Pickup: docs/session-pickup.md · rehearsal: docs/migration/rehearsal-reichelag-2026-08-13.md
Code: coulomb_social/apps/spaces/import_tree.py
```
---
## CSOC-IN-0004 — Deploy stage-1 PageOps to app.coulomb.social
```yaml
id: CSOC-IN-0004
kind: intake
title: "Deploy PageOps CONTENT_ROOT + space visual migration to app host"
lane: green
status: open
priority: high
owner: coulomb-social
repo: coulomb-social
origin: residual
origin_ref: CSOC-WP-0006
description: |
Member UI and content plane land on main; production host still needs:
1. Image/release with spaces.0002_space_visual + PageOps views.
2. CONTENT_ROOT persistent volume (or agreed path) on the workload.
3. migrate + smoke: New space, page CRUD, copy/transfer on app.coulomb.social.
4. Extend docs/identity/smoke.md live results.
Local default CONTENT_ROOT is var/content (gitignored). Cluster must not
rely on empty ephemeral disk without a volume decision.
notes: |
Runbook docs/deploy.md · capability model docs/capability/model-v0.yaml
Pickup: docs/session-pickup.md
```