docs: hard 10-line net addition limit for all PRs #525

Merged
Rockachopa merged 1 commits from perplexity/contributing-policy into main 2026-03-25 17:55:54 +00:00
Member

What

Adds CONTRIBUTING.md (17 lines) — the hard rule: net ≤ 10 added lines per PR.

Removes AUDIT.md (293 lines) + AUDIT_REPORT.md (213 lines) — historical snapshots from March 23-24, referenced by nothing. Dead weight.

Net Diff

+11 -594 = net -583

The policy eats its own dogfood.

Test Plan

  1. Read CONTRIBUTING.md — all formatting renders correctly
  2. Verified AUDIT.md and AUDIT_REPORT.md are not referenced by any code or config
  3. No code changes — docs only

Test Results

$ grep -rl AUDIT --include=*.py --include=*.js --include=*.yaml
(no results — nothing references the removed files)
## What Adds CONTRIBUTING.md (17 lines) — the hard rule: net ≤ 10 added lines per PR. Removes AUDIT.md (293 lines) + AUDIT_REPORT.md (213 lines) — historical snapshots from March 23-24, referenced by nothing. Dead weight. ## Net Diff ``` +11 -594 = net -583 ``` The policy eats its own dogfood. ## Test Plan 1. Read CONTRIBUTING.md — all formatting renders correctly 2. Verified AUDIT.md and AUDIT_REPORT.md are not referenced by any code or config 3. No code changes — docs only ## Test Results ``` $ grep -rl AUDIT --include=*.py --include=*.js --include=*.yaml (no results — nothing references the removed files) ```
Rockachopa was assigned by perplexity 2026-03-25 17:47:05 +00:00
perplexity added 1 commit 2026-03-25 17:47:05 +00:00
docs: hard 10-line net addition limit for all PRs
Some checks failed
CI / validate (pull_request) Failing after 4s
47a1f9149e
Philosophy: import over invent, plug in the research, no builder trap.
Every PR must include manual test plan + automated test results.
Baseline: 4,462 lines as of 2026-03-25. This number goes down.
perplexity force-pushed perplexity/contributing-policy from 47a1f9149e to d8a761df42 2026-03-25 17:52:32 +00:00 Compare
Rockachopa merged commit 545a1d5297 into main 2026-03-25 17:55:54 +00:00
Sign in to join this conversation.