Document bubble export auth path in migration README
This commit is contained in:
parent
a160ad400b
commit
d3dfdebeaf
1 changed files with 13 additions and 3 deletions
|
|
@ -4,8 +4,18 @@ CSOC-WP-0001-T02/T04 home for Bubble → rebuild mapping and rehearsal notes.
|
|||
|
||||
| Doc | Status |
|
||||
|-----|--------|
|
||||
| `schema-mapping-sketch-2026-08-12.md` | Provisional mapping from inventory + ADR-0002 (no dump yet) |
|
||||
| *(later)* export manifest | Bubble dump paths, checksums, PII handling |
|
||||
| *(later)* rehearsal log | Import of one space to app host |
|
||||
| `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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue