Add corpus exporter (session + ES capture), record 71 spaces / 109 articles and local reichelag markdown tree with visuals. Redacted progress only in git.
23 lines
985 B
Markdown
23 lines
985 B
Markdown
# Migration docs
|
|
|
|
CSOC-WP-0001-T02/T04 home for Bubble → rebuild mapping and rehearsal notes.
|
|
|
|
| Doc | Status |
|
|
|-----|--------|
|
|
| `bubble-auth-and-export.md` | **Safe read access for agents** (session file; no secrets in chat) |
|
|
| `field-map-from-session-2026-08-13.md` | **Field map from live session export** (article/space/user) |
|
|
| `export-progress-2026-08-13.md` | Corpus counts + sample tree path (no private bodies) |
|
|
| `schema-mapping-sketch-2026-08-12.md` | Provisional mapping (supersede with field map) |
|
|
| *(later)* field-level map | After authenticated dump |
|
|
| *(later)* rehearsal log | Import of one space to thin git tree (ADR-0004) |
|
|
|
|
## Auth for automated export
|
|
|
|
```bash
|
|
./scripts/capture-auth-state.sh # you log in once (or --from-password-files)
|
|
./scripts/export-bubble-session.sh # dump routes/network under XDG auth dir
|
|
```
|
|
|
|
Do **not** paste passwords into chat. Details: `bubble-auth-and-export.md`.
|
|
|
|
Export credentials and raw dumps **never** go in git.
|