Record CSOC-WP-0001-T02 progress: live ES payloads show custom.article as Research content with nomer/abstractor/content/logo; redacted field map only.
22 lines
894 B
Markdown
22 lines
894 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) |
|
|
| `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.
|