dumbass bot

This commit is contained in:
ed
2026-05-16 03:38:15 -04:00
parent 6fc397cb00
commit 1ddde58161
4 changed files with 320 additions and 130 deletions
@@ -11,7 +11,6 @@ For every `.py` file identified for curation:
3. **Redundancy Identification:** Cross-reference the file against `CULLING_CANDIDATES_PHASE5.md`.
4. **Proposed Change Log:** Before editing, document the specific lines/symbols to be removed or refactored and the technical justification (e.g., "Superseded by theme_2.py").
5. **Surgical Edit:** Use the `replace` tool for targeted deletions. Avoid bulk file overwrites.
6. **Style Verification:** Immediately run `scripts/ai_style_formatter.py` on the modified file to ensure indentation and formatting standards are maintained.
## 2. Regression Guardrails