Clients
Demo snapshot — build-time-generated from personalservice.store via personalservice.render-html (clojure -M:dev:render-html), regenerated nightly.
| Client | Name | Jurisdiction | Background check (seed) | Referral | Last op status |
|---|---|---|---|---|---|
| client-1 | Sato Kenji | JPN | cleared | finalized · JPN-REF-000000 | committed |
| client-2 | Atlantis Doe | ATL | cleared | not finalized | HARD hold · no-spec-basis |
| client-3 | 鈴木花子 | JPN | cleared | not finalized | HARD hold · cooling-off-period-not-elapsed |
| client-4 | 田中一郎 | JPN | not cleared | not finalized | HARD hold · background-check-not-cleared |
Action gate (Personal Service Governor)
HARD holds cannot be overridden. A jurisdiction's requirements are never invented; an uncleared background check always blocks; the cooling-off period is independently recomputed from the client's own recorded elapsed days, never trusted from the proposal.
| Op | Gate |
|---|---|
:client/intake | phase-3 auto when clean, no capital risk |
:serviceplan/verify | phase-3 human approval · spec-basis required, never invented |
:background-check/screen | phase-3 human approval · never auto, any phase |
:actuation/finalize-referral | ALWAYS human approval · never auto, any phase · cooling-off period independently recomputed |
Audit ledger (this run)
Append-only decision-fact log — every proposal, hold and commit this scenario produced.
| Fact | Op | Client | Basis |
|---|---|---|---|
| committed | intake | client-1 | id, client-name, status |
| committed | verify | client-1 | 特定商取引に関する法律 (Act on Specified Commercial Transactions) -- 特定継続的役務提供 (結婚相手紹介サービス等), https://www.caa.go.jp/policies/policy/consumer_transaction/specified_commercial_transactions/ |
| committed | screen | client-1 | background-check |
| committed | finalize-referral | client-1 | client-1 |
| committed | verify | client-3 | 特定商取引に関する法律 (Act on Specified Commercial Transactions) -- 特定継続的役務提供 (結婚相手紹介サービス等), https://www.caa.go.jp/policies/policy/consumer_transaction/specified_commercial_transactions/ |
| governor-hold | finalize-referral | client-3 | cooling-off-period-not-elapsed |
| governor-hold | verify | client-2 | no-spec-basis |
| governor-hold | screen | client-4 | background-check-not-cleared |