Files
Trevin Chow aa3b7d55e2 refactor(ce-simplify-code): drop baseline-capture, remove the unsupportable claim instead
The previous fix added a Step 3 that ran the project's tests/lint/typecheck
before fixes, so Step 5 could compare and label failures as pre-existing
vs regression. That was machinery in service of one bullet ("say so explicitly
if a check was already failing pre-simplification") that the agent couldn't
honestly satisfy without a baseline.

Simpler resolution: delete the bullet. Step 4 now just runs the project's
checks, surfaces any failure, and forbids relaxing assertions to make checks
pass. The agent can still mention an unrelated-looking failure organically
when the output makes it obvious; it just isn't instructed to make
attribution claims it can't back up. Net 15 lines lighter than the prior
approach and lands closer to where the skill was before the feedback round.
2026-05-01 01:13:35 -07:00
..
2026-04-22 14:21:19 -07:00