Full-export round-trip (re-import a full export) #120
Labels
No labels
bug
duplicate
enhancement
future
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rbrooks/TeaLeaves#120
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature idea (audit Phase 5, rank #3) · Effort: medium
Why
Export produces a full JSON bundle (
api/src/routes/export.ts) but there is no matching importer, so the spec principle "data portability always" is one-directional and there's no clean instance-migration path.Proposal
Add a full-bundle importer that reuses the existing import pipeline and dedup (
checkDedup) to restore entries, motifs, connections, tags, and categories from a prior full export. Enables migration between instances and a portability guarantee that round-trips.Why it was likely missed
Export and import evolved separately (import = social archives; export = backup/portability).
Acceptance criteria
Filed from the 2026-07-15 codebase audit. Full report:
docs/.internal/report-2026-07-15.md(gitignored).