glytch/fktry/data/commissions.json
type-two 3e70482447 [data] art direction, heat economy, container + bloom lines
Round 2 orders, all seven.

- data/CANON-DELTA.md: ledger of every invention beyond the codex, with the
  rationale and the arithmetic behind the numbers.
- colour + flavor on all 21 machines (kills UI's hardcoded lookup and RENDER's
  black-on-black); desaturated industrial per style guide §8.
- heat: software decoder 45->55 gen at 0.0025/tick (throttles 9.3s, scrams
  13.3s) so it's a burst generator, not a better ASIC; a pinch on the splicer.
- bufferCap 240 = 10s of the reference chain's one-decoder-down deficit.
- commission queue reordered into a ramp + 3 standing orders, incl. THE
  CORRECTION BUYBACK (the sellout loop: anchors clean THE SCREEN).
- container line (moov-shard/offset-ribbon/sync-key) unblocks the hex splicer;
  bloom grades 1-5. bloom-concentrate kept — LANE-SCREEN hardcodes it.
- validator 28 -> 36 tests, covering every v2 field; FORWARD_CANON pruned.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 17:20:36 +10:00

58 lines
3.8 KiB
JSON

[
{ "id": "first-taste",
"flavor": "One (1) unit of MELT. We hear you make it fresh. No questions will be answered.",
"wants": { "melt": 1 }, "rewardBandwidth": 50 },
{ "id": "dust-allowance",
"flavor": "12 STATIC CANISTERS, brine grade, not display grade. Our previous supplier shipped display grade and we no longer speak of them. Standing order; the jars come back empty and we do not explain why.",
"wants": { "static-canister": 12 }, "rewardBandwidth": 120, "repeat": true },
{ "id": "patio-resurfacing",
"flavor": "48 MACROBLOCK BRICKS for a patio. Client has been advised the patio will not be flat. Client insists the patio has never been flat. Proceed.",
"wants": { "macroblock-bricks": 48 }, "rewardBandwidth": 220 },
{ "id": "house-gray-audit",
"flavor": "30 LUMA BARS and 4 GAMUT PAINT: REC709. Deliver to Compliance. This is a legitimate order from a legitimate buyer and we are legally required to state that we are not The Correction.",
"wants": { "luma-bars": 30, "gamut-paint-rec709": 4 }, "rewardBandwidth": 260 },
{ "id": "haunted-doorway",
"flavor": "9 RINGING HALOS, hung not stacked. They are for a doorway. The doorway is for nothing. Do not ask what comes through it; it is already through.",
"wants": { "ringing-halos": 9, "gamut-paint-rec709": 2 }, "rewardBandwidth": 300 },
{ "id": "correction-buyback",
"flavor": "Good morning. Our records show 5 unreferenced ANCHOR SLABS in your sector. We would like to purchase them. We pay well, we pay immediately, and we pay every time. This is not an audit. You are not in trouble. There is no trouble. Your file looks so much better already. We will be here.",
"wants": { "anchor-slab": 5 }, "rewardBandwidth": 450, "repeat": true },
{ "id": "wrong-on-purpose",
"flavor": "16 JUDDER CAMS installed in 4 BLOOM CONCENTRATE canisters. We want the movement to arrive slightly after the thing that is moving. Yes. That. Exactly that.",
"wants": { "judder-cams": 16, "bloom-concentrate": 4 }, "rewardBandwidth": 480 },
{ "id": "melt-retainer",
"flavor": "STANDING ORDER: 25 MELT per collection, indefinitely. Our client is redecorating. Our client has not specified an end date. We have stopped asking our client things.",
"wants": { "melt": 25 }, "rewardBandwidth": 560, "repeat": true },
{ "id": "vaporwave-sunset",
"flavor": "1 MELTED ANCHOR SLAB + 3 MOSQUITO SWARMS (live) + 40 bbl CHROMA SLURRY (4:2:0) = 1 VAPORWAVE SUNSET. Deliver before the beat drops.",
"wants": { "melt": 1, "anchor-slab": 1, "mosquito-swarm": 3, "chroma-420": 40 }, "rewardBandwidth": 700 },
{ "id": "escape-attempt",
"flavor": "One (1) BLOOM, GRADE 5. Do not seal the canister on the side it is pulling toward — we have learned this. Deliver upright, deliver quickly, and do not deliver it to us in person.",
"wants": { "bloom-grade-5": 1 }, "rewardBandwidth": 850 },
{ "id": "gibbs-wraith-willingly",
"flavor": "One (1) GIBBS WRAITH, willingly.",
"wants": { "gibbs-wraith": 1 }, "rewardBandwidth": 900 },
{ "id": "container-integrity-review",
"flavor": "4 CONTAINER PACKS and 20 EXPLOSIVE HITS, shipped in that order and not the other order. The last supplier shipped in the other order. There is no last supplier.",
"wants": { "container-pack": 4, "explosive-hits": 20 }, "rewardBandwidth": 1400 },
{ "id": "sky-blue-mislabeled",
"flavor": "600 MACROBLOCK BRICKS, sky-blue, MISLABELED REC2020. Purpose: none of your business.",
"wants": { "macroblock-bricks": 600, "gamut-paint-rec2020": 6 }, "rewardBandwidth": 2400 },
{ "id": "quarterly-sins",
"flavor": "Quarterly order: 200 MELT, 40 EXPLOSIVE HITS, 12 MOIRE CRYSTAL. Ship the HITS last and ship them running. Our loading dock is a formality and our insurer knows this.",
"wants": { "melt": 200, "explosive-hits": 40, "moire-crystal": 12 }, "rewardBandwidth": 3200 }
]