Collection items
Real seeded items from museum.store/demo-data, after driving the real actor graph (museum.operation/build → museum.governor/check → museum.store) through the scenario below.
| id | item | jurisdiction | provenance-gap-years | incident-flag-resolved? | loan-finalized? | deaccessioned? | loan # | deaccession # | current status |
|---|---|---|---|---|---|---|---|---|---|
item-1 | Edo-period lacquer box | JPN | 3 | yes | yes | yes | JPN-LON-000000 | JPN-DAC-000000 | HARD hold — already-deaccessioned |
item-2 | Unregistered relic | ATL | 3 | yes | no | no | — | — | HARD hold — no-spec-basis |
item-3 | Undocumented bronze mirror | JPN | 15 | yes | no | no | — | — | HARD hold — provenance-gap-exceeds-threshold |
item-4 | Ceramic vessel (theft-flagged) | JPN | 3 | no | no | no | — | — | HARD hold — incident-flag-unresolved |
Committed records (this run)
Every :t :committed fact actually appended to the audit ledger by the :commit node during this run.
| op | subject | basis | summary |
|---|---|---|---|
:item/intake | item-1 | :id; :item-name | 資料記録更新: (:id :item-name) |
:jurisdiction/assess | item-1 | 文化財保護法 (Act on Protection of Cultural Properties); https://www.bunka.go.jp/ | JPN (文化庁 (Agency for Cultural Affairs)) 向け必要書類 4 件を提案 |
:incident/screen | item-1 | :incident-check | Edo-period lacquer box: 事故フラグ解決済み |
:item/loan | item-1 | item-1 | item-1 向け貸出提案 (item=Edo-period lacquer box) |
:item/deaccession | item-1 | item-1 | item-1 向け除籍提案 (item=Edo-period lacquer box) |
:jurisdiction/assess | item-3 | 文化財保護法 (Act on Protection of Cultural Properties); https://www.bunka.go.jp/ | JPN (文化庁 (Agency for Cultural Affairs)) 向け必要書類 4 件を提案 |
Action gate (museum.governor / museum.phase, phase 3)
This actor's own op contract, read directly off museum.phase/phases and museum.governor/high-stakes -- :item/loan/:item/deaccession are deliberately absent from every phase's :auto set (a permanent structural fact, not a rollout milestone still to come) and are always human-gated via the high-stakes actuation check, independently of the phase gate.
| op | phase-3 write allowed? | phase-3 auto-commit? | always human (high-stakes)? |
|---|---|---|---|
:incident/screen | yes | no | no |
:item/deaccession | yes | no | yes |
:item/intake | yes | yes | no |
:item/loan | yes | no | yes |
:jurisdiction/assess | yes | no | no |
Audit ledger (this run)
The full append-only museum.store/ledger after this run, in order. Every HARD hold below (:no-spec-basis, :provenance-gap-exceeds-threshold, :incident-flag-unresolved, :already-loaned, :already-deaccessioned) is un-overridable by a human approver -- see museum.governor.
| # | t | op | subject | disposition | rule / basis |
|---|---|---|---|---|---|
| 1 | :committed | :item/intake | item-1 | commit | :id, :item-name |
| 2 | :committed | :jurisdiction/assess | item-1 | commit | 文化財保護法 (Act on Protection of Cultural Properties), https://www.bunka.go.jp/ |
| 3 | :committed | :incident/screen | item-1 | commit | :incident-check |
| 4 | :committed | :item/loan | item-1 | commit | item-1 |
| 5 | :committed | :item/deaccession | item-1 | commit | item-1 |
| 6 | :governor-hold | :jurisdiction/assess | item-2 | hold | :no-spec-basis |
| 7 | :committed | :jurisdiction/assess | item-3 | commit | 文化財保護法 (Act on Protection of Cultural Properties), https://www.bunka.go.jp/ |
| 8 | :governor-hold | :item/loan | item-3 | hold | :provenance-gap-exceeds-threshold |
| 9 | :governor-hold | :incident/screen | item-4 | hold | :incident-flag-unresolved |
| 10 | :governor-hold | :item/loan | item-1 | hold | :already-loaned |
| 11 | :governor-hold | :item/deaccession | item-1 | hold | :already-deaccessioned |