Regixo docs
Walkthrough · two people, one record

The hand-off round-trip

One record, two people. The engineer forwards a draft from the command line; the compliance team fills and signs it in the browser; then the engineer pulls the filled cells and the finished seal back home. This is that full round-trip, so the sealed evidence ends up next to the systems it describes.

Who does what Steps 1, 3, 4 and 5 are the engineer’s — said to their coding agent, or run in the project shell; step 2 is the compliance team in the browser (its own walkthrough). Screens below are static examples — not live widgets.
1
The engineer forwards engineer
Forward the draft. Regixo shows exactly what will leave (metadata only), asks you to confirm, then writes a forwardable PDF and a live claim link.
say

“Forward my Regixo draft record to our compliance team. Show me what would be uploaded before you send it.”

Show the commandHide the commandShow the sentenceHide the sentence
run
$ regixo invite
then

It previews what leaves the machine and waits. 22 dataset names and types, 14 personal-data flags, the drafted record — and no row values.

Check it worked: a DRAFT PDF you can email and a claim link. Your agent must show you the preview and get your word — off a terminal regixo invite needs --yes, and the playbook tells it to get that agreement in words first, never to assume it.

Show what it prints in the terminalHide the terminal outputShow what your agent reportsHide what your agent reports
what you'll see — terminal
▸ what leaves: metadata only — 22 dataset names/types + 14 personal-data flags
             + the drafted record (activity titles, suggested legal fields)
             your row values                                        ✗ never
  ? Send this snapshot?  [y/N] y
✓ RoPA_DRAFT.pdf written
This forwards a copy of your one compliance record — forward it to your
compliance team (no account needed from you):
  DRAFT PDF:   .regixo/invite/RoPA_DRAFT.pdf  (forward it today — it carries the claim link)
  claim link:  https://app.regixo.com/claim/clm_7Q…  (uploaded — this link now works;
               your compliance team opens it and unlocks there)
coverage: 6/6 sources
A PDF you can email and a link that opens with no account — metadata only, no row values ever leave the machine. The hand-off is out the door.
Full detail: Your first session → (step 8, regixo invite).
What works today The DRAFT PDF and its claim link are written locally right now. The fully hosted portal at app.regixo.com is a launch gate, not yet switched on — so today the forwardable DRAFT PDF is what your compliance team opens.
2
Compliance fills & signs compliance
Your compliance team opens the claim link, signs in with a one-time email link, fills the legal calls their engineer can't make, and — after unlocking — an approver signs and seals the record.
On the portal the record flips from DRAFT to OFFICIAL under a named person, with a tamper-evident seal. That whole side is its own walkthrough.
3
The engineer brings the fills home engineer
When the compliance team has filled DORA cells (and legal fields) on the forwarded link, merge their work into your local store. Add --dry-run first to preview.
say

“Pull the answers our compliance team filled in on the forwarded link back into my local Regixo catalog.”

Show the commandHide the commandShow the sentenceHide the sentence
run
$ regixo dora pull clm_7Q…
then

Their answers, merged into your local draft. A field they confirmed stays confirmed — it is carried, never re-derived.

Check it worked: it reports how many merged and how many were skipped (already merged, or your local copy is newer). If it says anything else, check for yourself with regixo dora status.

Show what it prints in the terminalHide the terminal outputShow what your agent reportsHide what your agent reports
what you'll see — terminal
  B_05.01/stripe/lei: “” → “5493001KJTIIGC8Y1R12” (claim-side 2026-07-04 09:12)
  B_02.01/contract-88/expiryDate: “” → “2027-03-31” (claim-side 2026-07-04 09:15)
✓ merged 2 fills from claim clm_7Q… · 3 skipped (already merged or local is newer).
↳ see them:  regixo dora status   ·   regixo annotate list
A merge with eyes: a per-field diff, and skip-if-local-newer so this machine's own answer is never silently clobbered. A field the approver confirmed is carried as confirmed — never fabricated, never invented if it names no one who confirmed it.
4
The engineer brings the seal home engineer
Once your compliance lead has signed, bring the sealed record home: regixo seal pull <claim-token>. It fetches the signed artifacts — the sealed PDF, the record JSON, the attestation, and the offline verifier — into your local data directory.
say

“Pull our signed, sealed record from the portal onto this machine.”

Show the commandHide the commandShow the sentenceHide the sentence
run
$ regixo seal pull clm_7Q…
then

The sealed record comes home — the official PDF, the record and the attestation, next to the source they describe.

Check it worked: it names who signed and when. Not signed yet? It says so and changes nothing.

Show what it prints in the terminalHide the terminal outputShow what your agent reportsHide what your agent reports
what you'll see — terminal
✓ pulled 4/4 sealed artifact(s) → .regixo/remote-seal
  signed & sealed by Dana Kessler (Data Protection Officer, Acme Europe BV) on 2026-07-05 · plan ropa
  verify offline:  node .regixo/remote-seal/verify-attestation.mjs
The defensible evidence now lives next to the source it describes — RoPA_OFFICIAL.pdf, RoPA_OFFICIAL.json, attestation.json and verify-attestation.mjs. You can check the seal with no Regixo server in the loop.
5
The host record closes the loop engineer
Back in regixo open, look at the Record screen — the same GDPR Article 30 record you forwarded, still derived from the map, still stamped DRAFT until a person signs it. The screen below is that record before the round-trip closes: the coverage line, the four counts, and legal calls still blank — for your compliance team. Once regixo seal pull has brought the signature home, this same screen carries the seal and the hand-off card reports it was signed, rather than merely forwarded.
what you'll see — the head of the RoPA record · the coverage line, the four counts, and the DRAFT stamp
The loop is closed. The engineer who forwarded the draft can see that it was signed, by whom, and holds the sealed copy locally — ↓ Download the sealed PDF serves it right from the host.
Honest about the pulls Both pulls are a merge with eyes, never a blind overwrite: they diff each field, skip anything your local copy has answered more recently, and offer --dry-run to preview. And the DORA official export always stays on the engineer's host — the machine that holds the source — never on the claim.
REGIXO — documentation · two people, one record · pulls are a merge with eyes, never a blind overwrite · Command reference