Skip to content

fix: next-task audit cascade, terminal state, and constraint parity#25

Merged
fyodoriv merged 2 commits into
mainfrom
fix/next-task-find-more-work
Apr 8, 2026
Merged

fix: next-task audit cascade, terminal state, and constraint parity#25
fyodoriv merged 2 commits into
mainfrom
fix/next-task-find-more-work

Conversation

@fyodoriv
Copy link
Copy Markdown
Collaborator

@fyodoriv fyodoriv commented Apr 8, 2026

Summary

  • Replace the generic audit bullet list with a structured 5-tier cascade (Verify, Security & dead code, Doc drift, Dependency modernization, DX polish) that applies to every repo type
  • Make the audit re-runnable — every invocation runs the full cascade from Tier 1 instead of treating a previous pass as permanently done
  • Add a Terminal state section so agents print a final summary and stop cleanly instead of repeating "nothing to do"
  • Update Constraints: "Do not auto-implement audit findings" → "Audit findings become tasks"
  • Propagated to all 7 variants (canonical, claude, codex, cursor, devin, windsurf, gemini) + README

Fixes #next-task-find-more-work

Test plan

  • All 7 next-task variants contain the audit cascade and terminal state sections
  • No stale references to old audit text remain (grep -r "audit genuinely found nothing" returns empty)
  • README step list updated from 13 to 15 steps (added Roam and Terminal)
  • Constraints section consistent across all variants
  • Scouted: added P2 task for incomplete Gemini TOML variant

Generated with Devin

Fyodor Ivanischev and others added 2 commits April 8, 2026 11:43
…g work

Three problems observed in a real 8h grind session:
1. Roaming logic not deployed to all agent variants
2. Audit cascade treated as one-time pass, never re-runs
3. No terminal state — agent repeats 'nothing to do' 20+ times

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Replace the generic audit bullet list with a structured 5-tier cascade
(Verify, Security, Doc drift, Dependency modernization, DX polish) that
applies to every repo type — not just Node.js/Rust. Tiers 4-5 now
produce actionable checks for shell/markdown repos too.

Make the audit re-runnable: every invocation runs the full cascade from
Tier 1 instead of treating a previous pass as permanently done.

Add a Terminal state section so agents print a final summary and stop
cleanly instead of repeating "nothing to do" on every subsequent call.

Update the Constraints section: "Do not auto-implement audit findings"
replaced with "Audit findings become tasks" to match the cascade flow.

Changes propagated to all 7 variants (canonical, claude, codex, cursor,
devin, windsurf, gemini) and README step list (now 15 steps with Roam
and Terminal).

Scouted: Gemini TOML variant is truncated — missing half the command.
Added as P2 task gemini-next-task-incomplete.

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@fyodoriv fyodoriv force-pushed the fix/next-task-find-more-work branch from b494d78 to 48a11df Compare April 8, 2026 17:12
@fyodoriv fyodoriv merged commit 4c31e22 into main Apr 8, 2026
4 checks passed
@fyodoriv fyodoriv deleted the fix/next-task-find-more-work branch April 8, 2026 17:13
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