Skip to content

Feature the Codex 640TB/year bug as a slop example (README + homepage)#34

Merged
Octember merged 1 commit into
mainfrom
slop-example-links
Jun 23, 2026
Merged

Feature the Codex 640TB/year bug as a slop example (README + homepage)#34
Octember merged 1 commit into
mainfrom
slop-example-links

Conversation

@Octember

@Octember Octember commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Links most software is garbage (README) and the hero's slop (homepage) to openai/codex#28224. Two one-line edits, nothing else.

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>

@exe-dev-github-integration exe-dev-github-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ✅

@Octember Octember merged commit 2690d4b into main Jun 23, 2026
2 checks passed
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 Octember deleted the slop-example-links branch June 23, 2026 17:46
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.
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.

1 participant