"You didn't come here for a repo. You came for enough of the shape to make your own spark."
You Have the Shape
By now you have every piece: how to claim a system-wide chord with Carbon, how to read a selection out of any app through Accessibility (and probe the opaque ones), how to borrow a brain across a narrow seam, how to prove a target before you paste and fall to the clipboard when you can't, and how to hold a broad permission with narrow hands. Those aren't a description of Flint so much as a kit for a category of tool: the system-wide, hotkey-shaped gesture over borrowed intelligence. You have the shape. The rest is assembly.
The Minimum Viable Strike
The smallest honest version fits in one small class. A hotkey center registers a chord. The chord captures the target (refusing secure fields), renders a prompt, borrows a brain, and places the result through the guarded insertion path. That's a working strike — everything else in Flint is refinement around this core: the palette, the per-macro vault dial, the opaque-target reproduction, the remote wire. Start from the minimum, get one clean replacement with one clean undo, and grow only the parts you actually need.
MINIMUM VIABLE STRIKE
---------------------
1. register a chord (Carbon: Track 2)
2. capture selection + target (AX / copy probe: Track 3)
refuse secure fields (Track 7)
3. render {input}, borrow brain (apply-free: Track 4/5)
4. prove target, then insert (guarded insertion: Track 6)
or fall to the clipboard
Everything else is refinement around these four steps.
Borrow Any Brain
Flint borrows a specific family brain, but the seam is generic on purpose: anything that turns a prompt into transformed text can sit behind that applyFree call — a local model on your own machine, your own small server, whatever you own and trust. The lesson isn't 'use this brain'; it's 'keep the seam narrow so the brain is swappable.' Build the gesture once, and the intelligence becomes a decision you can revisit forever without touching the parts that grab and place the text.