Boundaries · research june 2026 · published 2026-08-03 · v1 · 4 min read
Projection is not protection
The only real read boundary is which repository the bytes live in
Why audience metadata, filtered views, and hidden panels protect nothing, and what five near-identical warnings in our own tooling reveal about how badly people want them to. The canonical treatment of the projection boundary.
A view that hides something feels like a control, and it is not an unreasonable feeling. It is built like a control. There is a field on the document, a renderer that respects the field, and an output in which the material does not appear. Set the field to private and watch it vanish from the page. In a running application backed by an identity system, that arrangement is a permission, and it is the arrangement nearly everyone has spent twenty years learning to trust.
In a source repository it is nothing of the kind. The field is metadata a renderer chose to honor, the renderer runs on a machine that already has the file, and the bytes sit in the repository where every person who can clone it can read them with no renderer involved. Our workspace guard puts the correction in two flat sentences. Git repository access is the source read boundary. Audience is local projection metadata, not a permission system.
The mechanism is that a projection is computed from material it must already possess, so the hiding is a property of the output while the input travels intact to everyone holding the repository, and the only place a read is actually preventable is the boundary that decides who gets a copy.
What is striking is not the rule but how many times we wrote it. The same correction appears in five files across our authoring kit, in nearly the same words, none of them citing the others. The boundary guard says not to rely on front matter, generated projections, readiness output, browser views, or local page hiding to protect source material inside a shared repository. The knowledge-graph document says a local projection may hide or emphasize material for a stakeholder and does not enforce object-level permissions. The runtime document says the generated outputs are projections and local view policies are not runtime permissions. And both workspace templates say it once more, each aimed at its own reader, telling the private workspace not to place its source in a shared repository and rely on filters to hide it, and telling the shared workspace not to accept private material in the first place.
A rule written once is a rule. A rule written five times, by people who had each read the previous version, is a confession. What is being defended against is not carelessness. It is a reasonable expectation, learned honestly from every application anyone has ever used, that the thing you cannot see is the thing you cannot get. Applications teach that because in an application it is true, and the lesson then walks into a source repository where the same gesture produces the same visual result and none of the guarantee.
The cost of the confusion is a matter of public record every few years. In January 2019 lawyers for Paul Manafort filed a court document with passages blacked out, and the blacking out was a drawing laid over text that was still in the file. Anyone who copied the page got the hidden paragraphs, including material about contacts the redaction existed to conceal, and the story was around the world the same afternoon. Nobody had been careless about the secret. They had been careless about the difference between a view of a document and the document, which is the same error at a different scale, made by professionals whose entire training is about what to disclose.
The repair is unglamorous and it is the whole of the discipline. Exposure is decided by placement, not by presentation. Material that a group must not read goes in a repository that group cannot clone, and the audience field goes back to doing the modest job it is good at, which is telling a renderer what to emphasize for a reader who was already allowed to see all of it. Get the placement right and every view downstream becomes safe to build, safe to share, and safe to be wrong about, because nothing about it was ever load-bearing.
Evidence and lineage
Research trail
Follow the sources, inspect how the claims are graded, or propose a correction at the exact record it concerns.
Sources 5
-
MNSTRY Atelier (2026). Repo Boundary Guard V1, the boundary model
The primary artifact and the flattest statement of the rule. Git repository access is the source read boundary, audience is local projection metadata rather than a permission system, and the document names the five surfaces that must not be relied on to hide anything.
Comment on this source -
MNSTRY Atelier (2026). The knowledge-graph document, projection rules
The second restatement, aimed at graph projections specifically. A local projection may hide or emphasize for a stakeholder and does not enforce object-level permissions.
Comment on this source -
MNSTRY Atelier (2026). The runtime document, local authority
The third restatement, aimed at generated outputs. Local files plus Git are the source authority, everything generated is a projection, and local view policies are not runtime permissions.
Comment on this source -
MNSTRY Atelier (2026). The private-domain and shared-project workspace templates
The fourth and fifth restatements, one addressed to each side of the boundary, telling the private workspace not to rely on projection filters and the shared workspace not to accept the material at all.
Comment on this source -
Public court record, United States District Court for the District of Columbia (2019). The January 2019 filing by counsel for Paul Manafort, whose applied redactions were removable from the underlying text
The external anchor. A professionally prepared document in which the view hid the passages and the file shipped them, which is the brick's mechanism in its most public form.
Comment on this source
Claims and confidence 5
- verified
The Atelier boundary guard states that Git repository access is the source read boundary and that kg.audience is local projection metadata rather than a permission system, and instructs that front matter, generated projections, readiness output, browser views, and local page hiding are not to be relied on to protect source material inside a shared repository.
The boundary model and guard rules sections read directly on 2026-08-03; both sentences are the document's own wording.
Respond to this claim - verified
Atelier's runtime document states that generated JSON, HTML, SQLite, API, and support-bundle outputs are projections and that local view policies are not runtime permissions.
The local authority section read directly on 2026-08-03.
Respond to this claim - verified
The Atelier knowledge-graph document states that a local projection may hide or emphasize material for a stakeholder but does not enforce object-level permissions, and that enforcement requires Git repository access locally or runtime permissions after import.
The projection rules section read directly on 2026-08-03.
Respond to this claim - directional
The rule that a projection is not a permission appears in five files across the Atelier kit, the boundary guard, the knowledge-graph document, the runtime document, and both workspace template readmes, in near-identical wording, and none of them cites the others.
A read of all five files on 2026-08-03. The count is exact; the absence of cross-citation is established over those five files only, and the near-identity is an editorial judgement about wording rather than a textual diff.
Respond to this claim - verified
In January 2019 a court filing by Paul Manafort's legal team carried redactions that could be removed by copying the underlying text, disclosing the material the redaction had been applied to conceal.
Contemporaneous reporting and the public court record; the failure was widely documented within hours of filing and is not disputed.
Respond to this claim
Read next
-
Boundaries · read
A second boundary gets crossed the same quiet way, when a system treats work being finished as permission to send it to somebody.
Readiness is not authorization
-
Safety · read
Or take the general form first, the difference between a control that asks and a control that shapes, which is the thing a hidden view is failing to be.
One bug from a breach