kaizen-agentic/engagements/pilots/eng-coulomb-railiance01-ho-001/commercial
tegwick 16cafc3e67
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
ci / test (push) Successful in 2m25s
ops: railiance01 reboot for capacity; guest still 2 vCPU / 3.8 GiB
Soft reboot did not pick up reported 4/16 flavor; provider resize still required.
2026-07-22 00:37:53 +02:00
..
ledger.jsonl ops: railiance01 reboot for capacity; guest still 2 vCPU / 3.8 GiB 2026-07-22 00:37:53 +02:00
quote.yaml feat: Phase 1 FDA host-operator Role and railiance01 pilot (WP-0009 T02–T07) 2026-07-16 10:47:52 +02:00
README.md feat: Phase 1 FDA host-operator Role and railiance01 pilot (WP-0009 T02–T07) 2026-07-16 10:47:52 +02:00

Commercial — Kai trial ledger

  • Quote: quote.yaml — month-1 estimate (~72 800 Kai)
  • Ledger: ledger.jsonl — append-only charges/credits
  • Schema: architecture §10 (KaiLedgerEntry)

Rules

  • No secrets or full shell transcripts in ledger lines
  • Seat/ramp charges when phase transitions are accepted
  • Duty charges on session close
  • Empty account pauses new duties (ramp-down still allowed)

Example duty charge

{
  "apiVersion": "kaizen.agentic/v1",
  "kind": "KaiLedgerEntry",
  "id": "kai-YYYYMMDDTHHMMSSZ-001",
  "account": "coulomb-ops-kai",
  "engagement_id": "eng-coulomb-railiance01-ho-001",
  "type": "duty_charge",
  "product": "standard_review",
  "capability_tier": 4,
  "access_surcharge_product": "host_observe",
  "amount_kai": 1700,
  "currency": "KAI",
  "session_ref": "reports/YYYY-MM-DD-health-review.md",
  "created_at": "YYYY-MM-DDTHH:MM:SSZ",
  "metadata": {"target": "railiance01", "phase": "operating"}
}