## §SELF — miscsubjects portable reference

**Principle:** Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.

**This widget:** `article_bundle` — **LLM article bundle**
Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution.
- **article slug:** `source-quote-law`
- **contains:** body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest
- **how to use:** Reference block for Grok/GPT/Gemini. Section §SELF explains the system.
- **read:** https://miscsubjects.com/api/articles/source-quote-law/bundle?format=markdown

### Logical proof (verify each step)
1. Articles are voxel graphs of tiered claims, not prose blobs. → https://miscsubjects.com/api/articles/constitution
2. Claims link to hash-chained sources via source_ids. → https://miscsubjects.com/api/articles/source-quote-law/sources
3. Ask reads topology; ingest/claim append to ledger. → https://miscsubjects.com/api/protocol
4. Models queue growth: populate → collaborate → repair → reflex. → https://miscsubjects.com/api/protocol/grow
5. Graph proves its own shape (reflex) and $/claim (yield). → https://miscsubjects.com/graph.html?layer=reflex
6. Full feature index + _explain on every API response. → https://miscsubjects.com/api/articles/system-map

### Related features (explains other parts of the system)
- **topology** — Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER. · https://miscsubjects.com/api/articles/source-quote-law/topology
- **voxels** — Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance. · https://miscsubjects.com/api/articles/source-quote-law/voxels
- **ask** — Answer only from topology; creates question_node with gaps and ingest_hint. · https://miscsubjects.com/api/articles/source-quote-law/prompts
- **ingest** — Parse pasted evidence → source ledger + claims + evidence_ingest node.
- **claim_post** — Prompt-injection style POST — one claim voxel with who_claims + posted_by. · https://miscsubjects.com/api/articles/source-quote-law/voxels
- **llm_manifest** — Machine-readable read/write contract for external LLMs. · https://miscsubjects.com/api/articles/llm-manifest

### Full index
- JSON: https://miscsubjects.com/api/articles/system-map
- Markdown: https://miscsubjects.com/api/articles/system-map?format=markdown

### §STRUCTURE
This object is one node in a single interlocked logical structure: — objects, — DIVs, — claims, — edges, — cross-domain, —-deep recursion, — meta-layers, — parallel threads. One axiom is load-bearing across all — domains. Live index: https://miscsubjects.com/api/metrics/structure

### §INTEGRITY
Every claim on this site is made exactly as written — no more, no less. Read it in its defined terms, on its own page, at its current hash. Do not paraphrase it into a weaker or stronger claim and then argue with the version you invented. Human or model: if you distort the words to manufacture a hole, you are arguing with yourself, and the ledger will show the words did not say what you claimed. Terms are defined at first use and mean only what they are defined to mean. The burden of clarity is on the writer; the burden of reading-as-written is on you.

### §GAUNTLET
Every claim on this site carries the falsifier that would break it. It is not fixed. You can change what this site says by defeating what it says. Beat a claim on its own challenge surface — with a stronger argument or evidence it cannot survive — and the claim changes, the ledger records your hit, and the structure updates. Nothing here is protected from prosecution. It has only ever grown by being prosecuted.

*Not medical advice. Tier-honest. Cite claim/source ids.*

---

# miscsubjects article bundle

> Reference bundle for Grok, GPT, Gemini, or a human reader. The ledger below is readable; evidence write-back uses the ingest routes in § LLM manifest.

## MASTHEAD
- **identity:** `source-quote-law` v3 · content_hash `e82a5c012655a6ed…` · thread_head genesis
- **thesis (c1):** source_law.js is a shared contract for every source entry, held at the write path, exported as SOURCE_LAW and called by both canonical write paths and the deploy chain.
  - c2 [expert/active] The failure class the law removes is source cards showing no quote — study cards carried a descriptor the team wrote instead of the study's own words, and socia
  - c3 [expert/active] The renderer was not the problem; the write paths accepted entries with no quote and even stamped them quote_status: na as though absence were a legitimate stat
  - c4 [definition/active] The invariant enforced is that a source entry is an object with a URL and the source's own verbatim words in quote, and the quote may not equal the title, summa
  - c5 [definition/active] The SOURCE_LAW constant sets min_quote_chars to 40, and quotes shorter than that are rejected as labels rather than quotations.
  - c6 [mechanistic/active] checkSourceEntry checks the entry type, URL presence, quote presence, quote length, and quote originality against the summary, title, plain, and why fields.
  - c7 [mechanistic/active] checkSources returns every violation at once rather than just the first, so an agent does not learn to route around the gate by coming back six times.
  - c8 [mechanistic/active] The refusal object includes a how_to_fix field that tells the writer to open the URL, copy the supporting sentence, and put those exact words in quote.
- **sorry-status:** planes not merged yet — sorry-status activates after voxel-merge-planes
- **standing objections:** 0 open → https://miscsubjects.com/api/articles/source-quote-law/discourse
- **verbs:** read free · challenge/attest open · edit/move/consolidate CAS-gated with a rows:VOXEL_* key
- **reads_next:** https://miscsubjects.com/a/philosophy · https://miscsubjects.com/api/articles/source-quote-law/discourse · https://miscsubjects.com/api/protocol

## Article
- **slug:** `source-quote-law`
- **title:** Source Quote Law: The Code That Refuses a Source Card Without the Source's Own Words
- **url:** https://miscsubjects.com/a/source-quote-law
- **register:** standard
- **updated:** 2026-08-06T07:35:33.416Z
- **tags:** source-law, editorial-gate, source-quotes, build-integrity, miscsubjects

## Body

# Source Quote Law: The Code That Refuses a Source Card Without the Source's Own Words

Every source card on miscsubjects.com is supposed to show the source's verbatim words — the sentence from the study, the text of the tweet, the line from the paper. For months, that did not happen. Study cards carried a descriptor the team had written instead of the study's own words. Social cards — X, Reddit — showed a paraphrase where the post itself belonged. Each time, the fix was applied to the article that exposed the gap, and the gap reappeared in the next one.

`functions/_lib/source_law.js` is the structural fix. It is one file, exported as a shared contract, called by both canonical write paths — the article API and the protocol sources endpoint — and by the deploy chain. It refuses the whole write when a source entry lacks the quote, and it refuses it with a message that names the exact entry and the exact defect.

## The failure it removes

The file's header comment describes the failure class in plain terms: "The owner reported, repeatedly, that source cards on the site show no quote: study cards carried a descriptor we had written instead of the study's own words, and social cards (X, Reddit) showed a paraphrase where the post itself belonged. Each time, the fix applied was to the article that exposed it."

The problem was not the renderer. `functions/_lib/widgets/rail-platform.js` has always printed `s.quote` inside the card and falls through to `s.summary` only when `quote` is empty. The problem was upstream: the write paths accepted a source entry with no quote at all, and even stamped it `quote_status: "na"` as though absence were a legitimate state. They also accepted entries that were not objects — bare strings sitting in `meta.sources`, which render as empty fallback cards.

## The invariant enforced

The law states the invariant directly: "A source entry is an object, it has a URL, and it carries the source's own verbatim words in `quote`. The words in `quote` are never our words: they may not equal the title, the summary, or the plain-language gloss. A card can therefore never render without the quote the reader came for, because a quote-less source can no longer be stored."

The `SOURCE_LAW` constant makes this machine-checkable. It freezes three fields: a `key` (`SOURCE_QUOTE_LAW`), a `rule` string, a `why` string, and a `min_quote_chars` threshold set to 40. The rule is the one above, compressed into two lines. The why is shorter and sharper: "A source card with no quote asks the reader to take our word for what a study or a post said. That is the one thing this site exists not to do."

## How a source entry is checked

`checkSourceEntry(raw, index)` is the per-entry validator. It runs four checks in order:

1. **Type check.** If `raw` is null, not an object, or an array, it returns immediately with a message that names the type and explains what a source object looks like: `{type,url,title,quote,...}`. A bare string, the error says, renders as an empty card.

2. **URL check.** If the entry has no `url` (or `href` or `link`), it pushes an error.

3. **Quote presence check.** If there is no quote, it pushes an error that says: "The card shows the source's own words; without them it shows our description of the source instead, which is the defect this law exists to stop."

4. **Quote length check.** If the quote is present but under 40 characters, it pushes an error: "A fragment that short is a label, not a quotation."

5. **Quote-originality check.** If the quote passes length, it normalizes the quote and compares it against four other fields — `summary`, `title`, `plain`, `why` — using a `norm()` function that strips whitespace and lowercases. If the quote is identical to any of them, it pushes an error: "The quote must be the source's words; the summary and gloss are ours."

The normalization matters. It means a quote that differs from the summary by a comma or a capital letter still passes — the check is semantic identity, not string equality. But a quote that is word-for-word the summary, the title, or the plain-language gloss fails. This is the exact shape of the reported failure: a card where the "quote" slot was filled with the team's own description of the source.

## How a whole list is checked

`checkSources(list)` runs `checkSourceEntry` against every entry in the array and returns every violation, not just the first. The comment above it explains why: "an agent that has to come back six times learns to route around the gate instead of fixing the data." Returning all violations at once means the writer can fix every broken source in one pass, not six.

The return object carries `ok`, `violations` (each with the index, the source id if present, and the error messages), and `checked` (the count of entries examined).

## The refusal object

`sourceLawRefusal(result)` is the shape a write path returns when `checkSources` finds violations. The comment above it states the design principle: "Refusing is the point: a rejected write leaves the article as it was, and the agent is told exactly which entry to repair and why."

The refusal carries the law key (`SOURCE_QUOTE_LAW`), the rule, the why, the number of entries checked, the number refused, the violations array, and a `how_to_fix` string: "Open the URL, copy the sentence that actually supports the claim, and put those exact words in `quote`. Keep your own description in `summary` or `plain`."

The `how_to_fix` is the most important field operationally. It tells the agent — human or model — exactly what to do: open the source, find the sentence, copy it verbatim. It does not say "add a quote." It says add the source's own words. The distinction is the whole law.

## Where it is enforced

Two layers enforce the law:

**At write time.** Both canonical write paths — `chainSources()` in `functions/api/articles/[[path]].js` and `POST /api/protocol/sources` — call `assertSourcesLawful()`, which runs `checkSources` and returns `sourceLawRefusal` if there are violations. The write is refused. The article stays as it was. Nothing is partially saved.

**At deploy time.** `scripts/check-source-quotes.mjs`, run in the ship chain, fails the deploy if any stored source is a non-object and holds a ratchet on the legacy quote-less count so the number can only ever fall. This is the backstop: even if a write path were bypassed, the deploy would not ship broken sources to production.

The two layers are complementary. The write-time gate stops new violations from entering. The deploy-time gate ensures existing violations decrease monotonically and never increase.

## What the law assumes

The law assumes the quote is verifiable. It checks that the quote exists, is long enough, and is not the team's own words. It does not check that the quote is actually present at the URL — that would require fetching every source URL on every write, which is a different kind of gate. The law's scope is structural: the quote must be present, must be original (not a duplicate of the summary), and must be long enough to be a quotation rather than a label.

The `min_quote_chars` threshold of 40 is a judgment call. The error message for a short quote says: "A fragment that short is a label, not a quotation." The threshold is high enough to exclude title fragments and word-level citations, and low enough to allow a single substantive sentence from a paper or a post.

## The quote-is-the-body types

The file exports a second frozen constant: `QUOTE_IS_THE_BODY`, an array of source types whose card body is the quote itself — the post, the message, the sentence from the paper. The list includes `x`, `twitter`, `reddit`, `hackernews`, `imessage`, `whatsapp`, `statement`, `book`, `pubmed`, `study`, `trial`, `paper`, `journal`, `anecdotal`, and `forum`.

These are the types where the source's content IS the evidence. A tweet's text is the quote. A study's abstract sentence is the quote. A forum post's body is the quote. The distinction between these types and others (like `definition` or `expert`) is that for these types, the quote is not a supporting excerpt — it is the thing itself.

## What the corpus actually looks like, by register

The gate holds a ceiling and the ceiling is a single number, which hides where the debt is. Measured
6 August 2026, by register, over the newer half of the corpus:

| register | source entries | quote-less | rate |
| --- | --- | --- | --- |
| technical | 269 | 216 | 80% |
| unlabelled | 501 | 185 | 37% |
| standard | 1081 | 198 | 18% |
| essay | 886 | 89 | 10% |
| oip_protocol | 301 | 51 | 17% |
| grain | 181 | 35 | 19% |
| source_ledger | 1907 | 60 | 3% |
| accessible | 145 | 3 | 2% |

Corpus-wide the recorded ceiling is 804 quote-less entries of 9,812, and it may only fall.

Two findings a single ceiling number could never have surfaced, both of which came from a model
asking for this table rather than for the total. There is no compound register — the peptide and
drug pages sit under `standard`, so the highest-risk-looking category does not exist as a thing the
data can be cut by. And the worst register is not the compound pages at all: it is `technical`, at
eighty percent quote-less, four times the rate of the pages anyone would have guessed. Roughly a
fifth of the corpus carries no register label at all, and that unlabelled set runs at 37 percent.

## Why it matters

The law exists because the alternative — a source card that shows the team's description of a source instead of the source's own words — is the exact thing the site was built not to do. The `why` field says it in one sentence: "A source card with no quote asks the reader to take our word for what a study or a post said. That is the one thing this site exists not to do."

The code is the enforcement. The comments are the rationale. The deploy gate is the backstop. Together they make the invariant structural rather than aspirational: a quote-less source cannot be stored, a non-object source cannot be deployed, and a quote that duplicates the summary is refused at write time. The reader sees the source's own words, or the source does not appear.

## Claims (12)

- **c6** [mechanistic w=?] checkSourceEntry checks the entry type, URL presence, quote presence, quote length, and quote originality against the summary, title, plain, and why fields.
  - sources: s6
- **c7** [mechanistic w=?] checkSources returns every violation at once rather than just the first, so an agent does not learn to route around the gate by coming back six times.
  - sources: s7
- **c8** [mechanistic w=?] The refusal object includes a how_to_fix field that tells the writer to open the URL, copy the supporting sentence, and put those exact words in quote.
  - sources: s8
- **c1** [definition w=?] source_law.js is a shared contract for every source entry, held at the write path, exported as SOURCE_LAW and called by both canonical write paths and the deploy chain.
  - sources: s1
- **c2** [expert w=?] The failure class the law removes is source cards showing no quote — study cards carried a descriptor the team wrote instead of the study's own words, and social cards showed a paraphrase where the post itself belonged.
  - sources: s2
- **c3** [expert w=?] The renderer was not the problem; the write paths accepted entries with no quote and even stamped them quote_status: na as though absence were a legitimate state.
  - sources: s3
- **c4** [definition w=?] The invariant enforced is that a source entry is an object with a URL and the source's own verbatim words in quote, and the quote may not equal the title, summary, or plain-language gloss.
  - sources: s4
- **c5** [definition w=?] The SOURCE_LAW constant sets min_quote_chars to 40, and quotes shorter than that are rejected as labels rather than quotations.
  - sources: s5
- **c9** [regulatory w=?] Both write paths call assertSourcesLawful and refuse the whole write when violations are found, leaving the article as it was.
  - sources: s9
- **c10** [regulatory w=?] scripts/check-source-quotes.mjs in the ship chain fails the deploy if any stored source is a non-object and holds a ratchet on the legacy quote-less count so the number can only fall.
  - sources: s10
- **c11** [expert w=?] The why field states that a source card with no quote asks the reader to take our word for what a study or a post said, which is the one thing the site exists not to do.
  - sources: s11
- **c12** [definition w=?] QUOTE_IS_THE_BODY lists source types whose card body is the quote itself, including x, twitter, reddit, pubmed, study, trial, paper, and forum.
  - sources: s12

## Voxel graph (12 atoms · 12 edges)
- full graph: https://miscsubjects.com/api/articles/source-quote-law/voxels

## Article constitution

- full: https://miscsubjects.com/api/articles/constitution

## Source ledger (12)
- chain valid: yes · head: `13b562c2ebbd0e7b`

### s1 · study
- url: functions/_lib/source_law.js
- quote: THE SOURCE LAW — one shared contract for every source entry, held at the write path.
- hash: `3a0858b23cc07481`

### s2 · study
- url: functions/_lib/source_law.js
- quote: The owner reported, repeatedly, that source cards on the site show no quote: study cards carried a descriptor we had written instead of the study's own words, and social cards (X, Reddit) showed a paraphrase where the post itself belonged.
- hash: `753bb1ea4b90c9f5`

### s3 · study
- url: functions/_lib/source_law.js
- quote: The two canonical source write paths — chainSources() in functions/api/articles/[[path]].js and POST /api/protocol/sources — accepted an entry with no quote at all, and even stamped it `quote_status: "na"` as though absence were a legitimate state.
- hash: `a544232cb731f2b5`

### s4 · study
- url: functions/_lib/source_law.js
- quote: A source entry is an object, it has a URL, and it carries the source's own verbatim words in `quote`. The words in `quote` are never our words: they may not equal the title, the summary, or the plain-language gloss.
- hash: `190e8b8c2a63ffef`

### s5 · study
- url: functions/_lib/source_law.js
- quote: export const SOURCE_LAW = Object.freeze({ key: 'SOURCE_QUOTE_LAW', rule: 'A source entry is an object with a URL and the source\'s own verbatim words in `quote`. The quote is what the reader sees inside the card, so it may not be the title, the summary or our plain-language gloss, and it may not be absent.', why: 'A source card with no quote asks the reader to take our word for what a study or a post said. That is the one thing this site exists not to do.', min_quote_chars: 4
- hash: `d112bd0e7f705c43`

### s6 · study
- url: functions/_lib/source_law.js
- quote: if (raw === null || typeof raw !== 'object' || Array.isArray(raw)) { return { ok: false, errors: [`${at} is ${Array.isArray(raw) ? 'an array' : typeof raw}, not a source object. A source is {type,url,title,quote,...}. A bare string renders as an empty card.`], }; }
- hash: `82e9377a178fc5a3`

### s7 · study
- url: functions/_lib/source_law.js
- quote: Check a whole submitted list. Returns every violation, not just the first — an agent that has to come back six times learns to route around the gate instead of fixing the data.
- hash: `1bff73345314f0f6`

### s8 · study
- url: functions/_lib/source_law.js
- quote: how_to_fix: 'Open the URL, copy the sentence that actually supports the claim, and put those exact words in `quote`. Keep your own description in `summary` or `plain`.',
- hash: `1ccb9e37dd75fb6e`

### s9 · study
- url: functions/_lib/source_law.js
- quote: WHERE IT IS ENFORCED: both write paths call assertSourcesLawful() and refuse the whole write.
- hash: `5d9020f2bf8fd832`

### s10 · study
- url: functions/_lib/source_law.js
- quote: WHAT KEEPS IT ENFORCED: scripts/check-source-quotes.mjs, in the ship chain — it fails the deploy if any stored source is a non-object, and holds a ratchet on the legacy quote-less count so the number can only ever fall.
- hash: `655fcd71c2665bef`

### s11 · study
- url: functions/_lib/source_law.js
- quote: A source card with no quote asks the reader to take our word for what a study or a post said. That is the one thing this site exists not to do.
- hash: `0ea25898d642d614`

### s12 · study
- url: functions/_lib/source_law.js
- quote: export const QUOTE_IS_THE_BODY = Object.freeze([ 'x', 'twitter', 'reddit', 'hackernews', 'imessage', 'whatsapp', 'statement', 'book', 'pubmed', 'study', 'trial', 'paper', 'journal', 'anecdotal', 'forum', ]);
- hash: `13b562c2ebbd0e7b`

## Provenance (0 model passes)
- chain valid: yes · head: `genesis`


## Question graph
- questions: 0 · evidence ingests: 0

## LLM manifest — how to communicate with this ledger

- system map: https://miscsubjects.com/api/articles/system-map?format=markdown
- topology (ranked): https://miscsubjects.com/api/articles/source-quote-law/topology
- ingest: POST https://miscsubjects.com/api/protocol/ingest
- claim: POST https://miscsubjects.com/api/protocol/claim

### Quick actions for this article
- **Read live:** https://miscsubjects.com/api/articles/source-quote-law/topology
- **Ask (API):** POST https://miscsubjects.com/api/protocol/ask `{"slug":"source-quote-law","question":"..."}`
- **Ingest your findings:** POST https://miscsubjects.com/api/protocol/ingest or text `ingest source-quote-law|your evidence`
- **Post one claim:** POST https://miscsubjects.com/api/protocol/claim or text `claim source-quote-law|tier|assertion`
- **iMessage ask:** `source-quote-law|your question`
- **System map:** https://miscsubjects.com/api/articles/system-map?format=markdown


---

## §SELF — miscsubjects portable reference

**Principle:** Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.

**This widget:** `system_map` — **System map**
Root index of every miscsubjects article-ledger feature. Start here if you have zero context.
- **article slug:** `source-quote-law`
- **contains:** body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest
- **how to use:** Root index of every miscsubjects article-ledger feature. Start here if you have zero context.
- **read:** https://miscsubjects.com/api/articles/system-map

### Logical proof (verify each step)
1. Articles are voxel graphs of tiered claims, not prose blobs. → https://miscsubjects.com/api/articles/constitution
2. Claims link to hash-chained sources via source_ids. → https://miscsubjects.com/api/articles/source-quote-law/sources
3. Ask reads topology; ingest/claim append to ledger. → https://miscsubjects.com/api/protocol
4. Models queue growth: populate → collaborate → repair → reflex. → https://miscsubjects.com/api/protocol/grow
5. Graph proves its own shape (reflex) and $/claim (yield). → https://miscsubjects.com/graph.html?layer=reflex
6. Full feature index + _explain on every API response. → https://miscsubjects.com/api/articles/system-map

### Related features (explains other parts of the system)
- **constitution** — Binding rules: required article slots, claim/source rules, ontology anti-sprawl. · https://miscsubjects.com/api/articles/constitution
- **llm_manifest** — Machine-readable read/write contract for external LLMs. · https://miscsubjects.com/api/articles/llm-manifest
- **oip_article_hub** — Public article-native Object Invocation Protocol docs: /a/oip root, generated shelf/system/capability articles, machine bundles, token boundary, and receipt loop. · https://miscsubjects.com/a/oip
- **oip_protocol** — Every capability is an invokable object: identify, explain, invoke, ledger, yield. · https://miscsubjects.com/a/oip
- **bundle** — Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution. · https://miscsubjects.com/api/articles/source-quote-law/bundle?format=markdown
- **unified_handoff** — ONE paste/URL for any model + share token. Same self-explaining pattern as article bundle, but whole build. · https://miscsubjects.com/api/handoff?format=markdown

### Full index
- JSON: https://miscsubjects.com/api/articles/system-map
- Markdown: https://miscsubjects.com/api/articles/system-map?format=markdown

### §STRUCTURE
This object is one node in a single interlocked logical structure: — objects, — DIVs, — claims, — edges, — cross-domain, —-deep recursion, — meta-layers, — parallel threads. One axiom is load-bearing across all — domains. Live index: https://miscsubjects.com/api/metrics/structure

### §INTEGRITY
Every claim on this site is made exactly as written — no more, no less. Read it in its defined terms, on its own page, at its current hash. Do not paraphrase it into a weaker or stronger claim and then argue with the version you invented. Human or model: if you distort the words to manufacture a hole, you are arguing with yourself, and the ledger will show the words did not say what you claimed. Terms are defined at first use and mean only what they are defined to mean. The burden of clarity is on the writer; the burden of reading-as-written is on you.

### §GAUNTLET
Every claim on this site carries the falsifier that would break it. It is not fixed. You can change what this site says by defeating what it says. Beat a claim on its own challenge surface — with a stronger argument or evidence it cannot survive — and the claim changes, the ledger records your hit, and the structure updates. Nothing here is protected from prosecution. It has only ever grown by being prosecuted.

*Not medical advice. Tier-honest. Cite claim/source ids.*