Skip to content

Remove three docs - #72

Merged
noah-pi merged 1 commit into
mainfrom
claude/source-kit-open-source-launch-w4030i
Aug 27, 2026
Merged

Remove three docs#72
noah-pi merged 1 commit into
mainfrom
claude/source-kit-open-source-launch-w4030i

Conversation

@noah-pi

@noah-pi noah-pi commented Aug 27, 2026

Copy link
Copy Markdown
Owner

docs/INVARIANTS.md, docs/MEDIA-PARITY.md and docs/SECURITY.md are gone.

The deletion is three files. The work was the ten things pointing at them, which now point at nothing:

  • the CONTRIBUTING.md paragraph telling a contributor to read the invariants before touching verification
  • the security-design pointer at the foot of the root SECURITY.md
  • the Docs line in README.md
  • cross-references in docs/ARCHITECTURE.md and docs/THREAT-MODEL.md
  • five code comments in attest.ts, manifest.ts and rfc3161.ts citing one of the two deleted canonical lists

The code comments kept what they were saying and lost the pointer — // named exceptions (docs/MEDIA-PARITY.md — the canonical list): stills becomes // named exceptions: stills. Nothing in the tree now links to a file that does not exist.

The root SECURITY.md stays. It is the vulnerability disclosure policy and GitHub reads it as one for the Security tab; only docs/SECURITY.md was removed.

One consequence, stated rather than argued: every test those invariants described still runs and still guards. What is gone is the written reason each rule exists, not the enforcement.

tsc clean, knip clean, 31/31 suites.


Generated by Claude Code

INVARIANTS.md, MEDIA-PARITY.md and docs/SECURITY.md are gone.

Ten things pointed at them and now point at nothing, so those went
too: the CONTRIBUTING paragraph telling a contributor to read the
invariants first, the security-design pointer at the bottom of the root
SECURITY.md, the Docs line in the README, two cross-references in
ARCHITECTURE and THREAT-MODEL, and five code comments citing one of the
two deleted canonical lists.

The code comments kept what they were saying and lost the pointer. The
root SECURITY.md stays: it is the vulnerability disclosure policy and
GitHub reads it as one.
@noah-pi
noah-pi merged commit 4c6f75b into main Aug 27, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants