21 lines
806 B
Markdown
21 lines
806 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) |
|
|
| `schema-mapping-sketch-2026-08-12.md` | Provisional mapping (update after export; target ADR-0003/0004) |
|
|
| *(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.
|