Cases
Demo snapshot — build-time-generated from funeral.store via funeral.render-html (clojure -M:dev:render-html), regenerated nightly.
| Case | Decedent | Jurisdiction | Hours since death | Disposition authorization | Final disposition | Last op status |
|---|---|---|---|---|---|---|
| case-1 | Sakura Tanaka (family: Tanaka) | JPN | 48 | verified | disposed · JPN-DSP-000000 | HARD hold · already-disposed |
| case-2 | Atlantis Doe (family: Doe) | ATL | 48 | verified | not disposed | HARD hold · evidence-incomplete |
| case-3 | 鈴木一郎 (family: 鈴木) | JPN | 10 | verified | not disposed | HARD hold · waiting-period-not-elapsed |
| case-4 | 田中花子 (family: 田中) | JPN | 48 | unverified | not disposed | HARD hold · authorization-unverified |
Draft final-disposition records
Unsigned drafts only — the licensed funeral director's own act of performing and signing off the disposition is outside this actor's authority (see README Actuation).
| Record id | Case | Jurisdiction | Status |
|---|---|---|---|
| JPN-DSP-000000 | case-1 | JPN | immutable draft |
Action gate (Funeral Services Governor)
HARD holds cannot be overridden by a human approver. Jurisdiction spec-basis, disposition-evidence completeness, the statutory waiting period, and disposition authorization are independently recomputed, never trusted from the advisor's proposal; a real final disposition is always a licensed funeral director's call, at every rollout phase.
| Op | Gate |
|---|---|
:case/intake | phase-3 auto-commit when clean, no legal act yet -- the ONLY auto-eligible op in this domain |
:jurisdiction/assess | ALWAYS human approval · spec-basis independently checked against funeral.facts, never fabricated |
:authorization/screen | ALWAYS human approval when clean · an unverified next-of-kin/legal disposition authorization is a HARD, un-overridable hold instead |
:disposition/perform | ALWAYS human approval · a real burial or cremation (actuation/perform-disposition) · disposition-evidence completeness, the statutory waiting period, authorization status and double-disposition are all independently recomputed, never auto at any phase |
Audit ledger (this run)
Append-only decision-fact log — every proposal, hold and commit this scenario produced.
| Fact | Op | Case | Basis |
|---|---|---|---|
| committed | intake | case-1 | id, decedent |
| committed | assess | case-1 | 墓地、埋葬等に関する法律 (Cemetery and Burial Act) 第3条, https://www.mhlw.go.jp/ |
| committed | screen | case-1 | authorization-check |
| committed | perform | case-1 | case-1 |
| governor-hold | assess | case-2 | no-spec-basis |
| governor-hold | perform | case-2 | evidence-incomplete |
| committed | assess | case-3 | 墓地、埋葬等に関する法律 (Cemetery and Burial Act) 第3条, https://www.mhlw.go.jp/ |
| governor-hold | perform | case-3 | waiting-period-not-elapsed |
| governor-hold | screen | case-4 | authorization-unverified |
| governor-hold | perform | case-1 | already-disposed |