// the craft record, not the fiction
The Making
The Morkinstar Journals reads as a correspondent with no author. This page is where the author is. Everything below used to be scattered across the fiction itself, a line here, a link there, and it read as production apparatus left inside the lore. It has been moved, not deleted: the audits, what they killed, the two portrait passes, the voice rules and what the whole thing cost.
The ownership audit
Send the premises to seven labs, none of them Anthropic, with no context about what inspired anything, and ask them to name the source. If a different training family can name it unaided, ownership failed.
It cannot be self assessed. An author cannot see what he metabolised, and a same family panel shares too much of the same distribution to be a reliable detector of it.
It killed six of the first ten Season Two premises, and an entire first design for Season Three.
Negative control, so the gate is known to detect real borrowing rather than pattern match everything: Nobody named Assassination Classroom for the god who announced his own end date.
The portraits, twice
First set: Ten humans in period costume. Superseded before it shipped.
The fix was not to draw stranger looking people. It was The Rendering, now series level canon: nothing in this anthology ever arrived as a photograph. Everything came through a translation rig that the correspondent argues with, and a Directory form filled in by an institution whose habit is pressing a familiar shape onto whatever it files. A rendering can hold, strain, fail, or refuse, and the correspondent himself was never given a body at all.

Feeriko

Ædri

Sœlvi

Ossul
The redrawn portraits still shipped with a defect a verify pass missed: a hard rectangle around each figure that read, at thumbnail size, as a pasted grey box on the dark plates. A radial feather mask was already in the code and faded nothing, because a gradient fit to a box's own bounding coordinates is an ellipse matched to that box: it reaches the edge midpoints and still sits well short of the corners.
The real fix was a flat field matte: blur the greyscale heavily for a local estimate of the paper's own tone at every pixel, subtract it, and what remains is ink density alone, pushed into alpha. The paper stops being something to disguise and simply isn't there.
One SVG trap worth keeping. `feComposite operator="arithmetic"` runs on the alpha channel too, so the obvious `paper - grey` zeroes alpha across the whole interior: the drawing vanishes and only the blurred boundary survives. Written as `paper + (1 - grey) - 1` the RGB result is identical and alpha stays 1 inside the drawing, 0 outside it.
Redrawn set: the one that shipped.
The voice, held to its own rule
- Opens "Greetings again, my dear readers." Signs off "This is Lu'kifær Morkinstar concluding Journal Entry #NNNN, Series N of M from the X System."
- The disclaimer recurs almost word for word: "Is there truth in their legend? No one knows. My aim is never to prove or disprove the tales I come across. Just to report them to you, my dear readers."
- A Terminologies block at the foot of every entry, and the joke lives in the parenthetical Fun Planet Fact boxes.
- No em dashes anywhere in body prose, ever. Full stops, commas, colons, parentheses. House rule from voice/voice-profile.md, and the 2021 original already obeyed it.
The pipeline
- 1
The source
One markdown file per entry in the-loopdown's fiction/morkinstar-journals/, frontmatter plus body, written and voice checked before anything downstream touches it.
- 2
The registry
build-registry.mjs scans the directory and assembles the corpus registry the other scripts read from.
- 3
The art
morkinstar-art.mjs, morkinstar-plates.mjs and morkinstar-illustrations.mjs generate the sigils, the field plates and the witness portraits as build time SVG and composited raster.
- 4
The site
morkinstar-site.mjs assembles a local preview (gitignored, rebuildable on demand). The generated corpus is exported into cv-siddharth's src/data/anthology.ts, which /anthology, /canon and /read/$slug all render from.
What is allowed to count as new
Retroactions are found in shipped text during drafting, or they are retcons and are cut. No future season may be designed by asking what it can reframe. Each one that made it in was discovered on a page that already existed, not planned in ahead of it.
What it cost
$4.68total, measured
$0.32on the cross lab audits
$4.20on art
The audits are the best money spent in the whole project, because they are the only spend that killed things before they shipped.
Below this line: what the audits actually named, and the season that has not shipped an entry yet.
receipts
Everything above is standing on the other side of this door.