Feature the Codex 640TB/year bug as a slop example (README + homepage)#34
Merged
Conversation
Link 'most software is garbage' (README) and the hero's 'slop' (homepage) to openai/codex#28224 — feedback logging that writes ~640 TB/year and burns SSD endurance. Joins the existing rsync / openui / claudes-c-compiler links. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Octember
added a commit
that referenced
this pull request
Jun 23, 2026
Link 'most software is garbage' (README) and the hero's 'slop' (homepage) to openai/codex#28224 — feedback logging that writes ~640 TB/year and burns SSD endurance. Joins the existing rsync / openui / claudes-c-compiler links.
Octember
added a commit
that referenced
this pull request
Jun 23, 2026
The bot-PR skip in inScope only checked for a `[bot]` login suffix, which misses GitHub App bots like Dependabot — `gh pr list --json author` reports their login as `app/dependabot`, not `dependabot[bot]`. A DRY_RUN sweep with SCOPE=auto against Octember/stupif.ai printed "would review" for all 6 open Dependabot PRs, so in auto scope stupify would auto-review every dependency bump — exactly the noise/spend the tool exists to avoid. gh exposes `author.is_bot` (boolean) in the `--json author` payload. Add it to the Author shape, validate it at the gh boundary in isAuthor/isPr with the existing `in`-narrowing pattern (no `as`), and treat `is_bot === true` as a bot in inScope. The `[bot]` suffix check stays as a belt-and-suspenders fallback. Verified: gh reports is_bot:true for the Dependabot PRs; a DRY_RUN auto sweep now lists zero "would review" lines (machinery loaded, queue empty); `bun run typecheck` is green.
Octember
added a commit
that referenced
this pull request
Jun 23, 2026
One command wires prime into Claude Code; its inverse cleanly removes it — no hand-editing settings.json (the friction we just killed for the reviewer). Modular split: - src/prime.ts: the emitter, extracted into its own DEPENDENCY-FREE module so the installer can drop a copy at ~/.stupify/prime.ts and the hook runs it fast with no global install / node_modules (mirrors review-sweep.ts). - cli.ts: install/uninstall only manage wiring. Merge-safe (never clobbers other hooks/keys), idempotent (no duplicate), surgical uninstall (removes only ours + the copied engine), and refuses to overwrite malformed settings.json. Targets ~/.claude/settings.json (CLAUDE_CONFIG_DIR-overridable, which also makes it testable). Tested: src/prime-install.test.ts drives the real CLI subprocess against throwaway STUPIFY_HOME + CLAUDE_CONFIG_DIR — merge, idempotency, surgical uninstall, malformed refusal, clean no-op. Also fixed the is_bot field in the prompt test after #34.
Octember
added a commit
that referenced
this pull request
Jun 23, 2026
Link 'most software is garbage' (README) and the hero's 'slop' (homepage) to openai/codex#28224 — feedback logging that writes ~640 TB/year and burns SSD endurance. Joins the existing rsync / openui / claudes-c-compiler links.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Links
most software is garbage(README) and the hero'sslop(homepage) to openai/codex#28224. Two one-line edits, nothing else.