This is a real export of the demo business — produced by the same code the product runs when somebody presses Download this world inside the app, over the same records you have been walking. Nothing here is a sample or a sketch of one.
It is the answer to the question worth asking before you put a business into anything: can I get it back out? Every table, every column, the row counts, and a written note saying which columns are deliberately not carried and why.
Download the whole thing as one filemanifest.json · README.txt — the plain-English guide that ships inside the export.
| File | What is in it | Rows | Columns |
|---|---|---|---|
| 01-atlas_org.json | The business itself — one row. Everything else hangs off its id. | 1 | id · name · owner_name · trade · updated_at |
| 02-atlas_role.json | Who the manual is organised for — owner, rep, office, books, customer, partner. | 6 | org_id · id · label · blurb |
| 03-atlas_procedure.json | The manual. One row per written-down procedure, with its body and version. | 20 | org_id · id · title · section · roles · audience · version · confirmed_at · status · body · keywords · covers |
| 04-atlas_procedure_version.json | Why each procedure changed, and what taught it. One row per version. | 54 | procedure_id · version · at · note · learned_from_thread_id · from_rule_id |
| 05-atlas_rule.json | Rules the owner stated in plain words, and Bisbe's read-back of each one. | 0 | org_id · id · said · heard · stated_at · stated_by_role |
| 06-atlas_thread.json | Conversations — somebody asked, and this is where the answer happened. | 8 | org_id · id · channel · asker_name · asker_user_id · about · asker_role · subject · opened_at · state · owner_notified · learned_procedure_id |
| 07-atlas_message.json | Every message in every conversation, including Bisbe's own, with its receipts. | 18 | thread_id · id · at · from · text · author_name · author_user_id · receipts · escalation_reason |
| 08-atlas_edge.json | The links — which rule updated which page, which conversation taught which page. | 1 | org_id · from_id · to_id · kind · at |
| 09-atlas_release_item.json | Changes queued for the owner's say-so. Nothing enters the manual un-released. | 0 | org_id · id · target_procedure_id · target_title · target_section · target_roles · target_audience · change_kind · from_version · to_version · draft_lines · summary · source_kind · source_id · covers_triggers · status · modify_notes · revision · queued_at · released_at |
| 10-atlas_notification.json | What Bisbe told somebody, and whether they have read it yet. | 5 | org_id · id · at · audience · kind · thread_id · text · read |
| 11-atlas_escalation_trigger.json | Questions that always go to a person, never to an answer. Committed data, not a judgment. | 4 | org_id · id · phrases · reason |