Meters
Demo snapshot — build-time-generated from grid.store via grid.render-html (clojure -M:dev:render-html), regenerated nightly.
| Meter | Customer | Meter number | Jurisdiction | Capacity (kW) | Protected recipient | Billing/service dispute | Provisioning / disconnection | Last op status |
|---|---|---|---|---|---|---|---|---|
| meter-1 | Sakura Ryokan | 10234567 | JPN | 10 | n/a | clear | provisioned / disconnected | committed |
| meter-2 | Atlantis Research Station | 10234568 | ATL | 12 | n/a | clear | not provisioned / not disconnected | HARD hold · no-spec-basis |
| meter-3 | 鈴木商店 | 12AB567 | JPN | 8 | n/a | clear | not provisioned / not disconnected | HARD hold · meter-number-format-invalid |
| meter-4 | 田中在宅酸素療法宅 | 10234569 | JPN | 6 | protected | clear | provisioned / not disconnected | HARD hold · evidence-incomplete |
| meter-5 | Sakura Foundry Works | 10234570 | JPN | 250 | n/a | clear | provisioned / not disconnected | committed |
| meter-6 | 田中離島診療所 | 10234571 | JPN | 15 | n/a | unresolved | provisioned / not disconnected | HARD hold · dispute-unresolved |
Feeders / substations
Network infrastructure upstream of any one customer's meter — a separate entity from a meter, sharing the same identity-verification and audit mechanism.
| Feeder | Substation | Jurisdiction | Status | Last op status |
|---|---|---|---|---|
| feeder-1 | SS-01 | JPN | in-service | committed |
| feeder-2 | SS-02 | JPN | in-service | committed |
| feeder-3 | SS-99 | ATL | in-service | HARD hold · no-spec-basis |
Draft service-provisioning / service-disconnection records
Unsigned drafts only — the licensed distribution utility's own act of signing/energizing is outside this actor's authority (see README Actuation).
| Kind | Record id | Meter | Jurisdiction | Status |
|---|---|---|---|---|
| provisioning | JPN-PRV-000000 | meter-1 | JPN | immutable draft |
| provisioning | JPN-PRV-000001 | meter-5 | JPN | immutable draft |
| disconnection | JPN-DSC-000000 | meter-1 | JPN | immutable draft |
Draft outage-event / restoration records
Unsigned drafts only — the upstream half of an entirely optional, no-shared-code cross-actor contract with cloud-itonami-jsic-4721 (see superproject ADR-2608510000).
| Kind | Record id | Feeder / outage ref | Jurisdiction | Status |
|---|---|---|---|---|
| outage-event | JPN-OUT-000000 | feeder-1 | JPN | immutable draft |
| restoration | JPN-RST-000000 | outage-1 | JPN | immutable draft |
Action gate (Grid Transmission Governor)
HARD holds cannot be overridden by a human approver. Jurisdiction spec-basis, evidence completeness, meter-number format, protected-recipient status and unresolved billing/service disputes are independently recomputed, never trusted from the advisor's proposal; a real service disconnection or outage-event actuation is always a human distribution operator's call, at every rollout phase.
| Op | Gate |
|---|---|
:meter/intake | phase-3 auto-commit when clean, no capital risk yet |
:identity/verify | ALWAYS human approval · spec-basis independently checked against grid.facts, never fabricated (also serves feeder outage-event verification against the separate outage-catalog) |
:dispute/screen | ALWAYS human approval when clean · an unresolved billing/service dispute is a HARD, un-overridable hold instead |
:actuation/provision-service | phase-3 auto-commit when clean AND under the capacity threshold · escalates to human capacity-impact review when clean but over-threshold · meter-number format independently re-verified, never auto if invalid |
:actuation/disconnect-service | ALWAYS human approval · withholding a necessity service, never auto at any phase · protected-recipient (life-support/critical-infrastructure) status is a HARD, un-overridable hold |
:actuation/log-outage-event / :actuation/report-restoration | ALWAYS human approval · unconditionally high-stakes, like disconnection · double-open-outage / restoration-without-open-outage independently guarded |
:supply/report-status | ALWAYS human approval in this V1 · routine, non-actuation demand-side report |
Audit ledger (this run)
Append-only decision-fact log — every proposal, hold and commit this scenario produced.
| Fact | Op | Subject | Basis |
|---|---|---|---|
| committed | intake | meter-1 | id, customer-name |
| committed | verify | meter-1 | 電気事業法 (Electricity Business Act), https://www.enecho.meti.go.jp/category/electricity_and_gas/electric/ |
| committed | screen | meter-1 | dispute-check |
| committed | provision-service | meter-1 | meter-1 |
| committed | disconnect-service | meter-1 | meter-1 |
| committed | verify | meter-5 | 電気事業法 (Electricity Business Act), https://www.enecho.meti.go.jp/category/electricity_and_gas/electric/ |
| committed | provision-service | meter-5 | meter-5 |
| governor-hold | verify | meter-2 | no-spec-basis |
| committed | verify | meter-3 | 電気事業法 (Electricity Business Act), https://www.enecho.meti.go.jp/category/electricity_and_gas/electric/ |
| governor-hold | provision-service | meter-3 | meter-number-format-invalid |
| governor-hold | disconnect-service | meter-4 | evidence-incomplete, protected-recipient |
| governor-hold | screen | meter-6 | dispute-unresolved |
| committed | verify | feeder-1 | 電気事業法 (Electricity Business Act, Act No. 170 of 1964) 第2条第1項第8号, https://www.enecho.meti.go.jp/category/electricity_and_gas/electric/ |
| committed | log-outage-event | feeder-1 | 電気事業法 (Electricity Business Act, Act No. 170 of 1964) 第2条第1項第8号, https://www.enecho.meti.go.jp/category/electricity_and_gas/electric/ |
| committed | report-restoration | outage-1 | 電気事業法 (Electricity Business Act, Act No. 170 of 1964) 第2条第1項第8号, https://www.enecho.meti.go.jp/category/electricity_and_gas/electric/ |
| committed | report-status | feeder-2 | feeder-2 |
| governor-hold | verify | feeder-3 | no-spec-basis |