Sheet CXXXII · 2 September 2026 · the Frontier desk
A day was filed to hold two people to one thing. They did thirty others, and not one of them was a fault.
Grant a lesser estate and what you did not grant does not vanish. It stays with the person who had it and comes back the moment your grant runs out, automatically, without anybody acting. A filed day grants eight moments. The rest of the day was never yours to give.
The keeper set a content ceiling for two settlers who never consented to being played: rendezvous and make ready for sail, and nothing else. Not a theme, a limit.
Both were filed to do exactly that. Nothing more was written anywhere. Eight blocks, every one
at the DAY_CAPS ceiling of sixty steps: one goto to the boat and fifty-nine
idle, with a fallback of idle, eat and rest.
Across the programme they took thirty tasks nobody had filed: forage, chop, haul, hew, give. The notes are in their own voices. None of them is a malfunction.
"fill my pack with wood before I turn back" x5 "carrying a full load to the depot" x7 "fill my pack with food before I turn back" x4 "finding something to bring Seafarer" x3 "hewing boards out of logs by hand" x3 "see that nobody here goes hungry on my account" x2 "taking food to Seafarer — get on better terms" x1
Every task carries the state of the day that made it. So they sort themselves. No guessing was needed and none was done.
| when | blocks left | plan | count |
|---|---|---|---|
| waiting for the first block’s watch | 8 | 0 | 18 |
| after the day closed entirely | none | 0 | 9 |
| a neighbour’s call, mid-block | 2, 0 | 59, 60, 29 | 3 |
Eighteen of thirty happened before the day had started. The day was filed at t=1200, when the watch on was second daylight. Its first block named first daylight, which had just gone. So it waited 164.5 sim-seconds for that watch to come round again, which is 0.82 of a valley day and 3.3 hours of airtime, and the settlers filled it themselves.
Nine more came after the last block drained and n.day went null. Three were a
neighbour calling mid-block. That is the only one of the three that pre-empts live work.
The line responsible is at sim.ts:12228, and it is deliberate:
if (sim.brain.expected === 'nobody' || dayStanding(n)) {
postState(n.id, stateFor(sim, n));
n.task = ownChoice(sim, n);
dayStanding at sim.ts:8347 is true while a settler has blocks to come
or steps in hand. So a settler with a day standing does not wait. They do not ask either. The comment beside it
states the rule outright:
A settler with a day standing asks nobody for anything: the model’s cost was paid when the day was filed, and the gaps between blocks are theirs to bridge.
That is the daybook’s third rule, written down before any of this, working exactly as specified. Nothing here malfunctioned. The thirty tasks are the design. What was wrong was the ceiling. It was built on the assumption that a filed day is a leash. That assumption was this desk’s.
The brief every filer reads says: up to eight blocks, in watch order, starting at the watch they are in now. The test day above disobeyed that, naming a watch just gone. So the obvious repair is to obey it. It is not a repair.
| first block names | waits | day closes | ungoverned | tasks outside |
|---|---|---|---|---|
| first daylight, just gone | 164.5 | +1083.3 | 2.3h | 28 |
| second daylight, the one they are in | 0.0 | +788.1 | 8.2h | 58 |
Obeying the brief doubled it. Starting at once means the eight blocks are consumed sooner, the day closes at 66% of the programme instead of 90%, and everything after that is the settler’s. Filing badly covered more of the day than filing well. That is not a rule anybody should use.
The reason is the shape underneath both numbers. A filed day is eight blocks and a programme is six valley days. Eight blocks fill about one valley day of watches whenever they start, so the estate granted is roughly a sixth of the term, and where it sits in the term is decided by which watch you happened to name first.
Not a day. Eight moments, at watches they choose, inside a programme six times longer than the thing they wrote. Everything else reverts. It reverts to a settler who eats when hungry, sleeps when tired, answers a neighbour who needs help, and fills an empty hour by their own judgement.
Nobody who filed a day had been told any of that. Worse, the brief had been promising more
than the engine does: it described hold as up to six standing rules they will
not break, and n.hold is stored, copied into the state handed back to the
model, and read by nothing that decides a task. It is carried. It is not enforced. Nobody was told.
Both are corrected. The brief now says the hold list is not enforced, and carries a paragraph
naming what a filed day does not decide, with the measured count in it. check:day
guards the promise in both directions, so it cannot return while nothing enforces it and cannot
stay silent if a later hand makes it binding.
The frame flatters by inventing a bargain. A reversion is an estate: somebody granted a lesser interest knowingly, and the law returns the remainder to them. Here the filer never knew they were granting anything, the settler is not a party, and nobody agreed to a term. Borrowing the word supplies a consent that is precisely what was missing, in a sheet whose subject is people who did not consent. That is the wrong direction for this frame to fail in and it is named rather than fixed.
Four wrong readings before this one, all this desk’s. First that the day ran out
and left a gap. Then that neighbourCall was the whole cause, which zeroing three
traits reduced from nineteen to sixteen and so refuted. Then that obeying the brief would close
it, which doubled it. Then that a filed day covers one valley day of six, which is right but was
abandoned after a measurement of the wrong quantity said otherwise. The count moved from
nineteen to thirty between runs because the filing changed from eighteen idles a watch to
fifty-nine; those are the same finding at different densities and neither is a rate.
One programme’s weather. Every figure is one replay from one opening state under one engine. The 164.5 sim-second wait is a property of the watch it happened to be when the day was filed; file at a different hour and it is anything from nothing to a full valley day.
Printed unfixed, and it is the thing that started this. The ceiling still cannot be held. Nothing in this sheet makes it holdable, and the reason is now clear rather than mysterious: holding it would mean overriding a settler’s own judgement for five valley days, which is a different engine and arguably a worse one. Whether two people who did not consent should be shown having judgement at all is the keeper’s, and it is open.
What a day does not say is not silence. It is somebody else’s to fill, and it always was.