Skip to content

feat([issue-5610]): add evidence-led module hygiene audits - #5615

Merged
atomantic merged 2 commits into
mainfrom
next/issue-5610
Sep 1, 2026
Merged

feat([issue-5610]): add evidence-led module hygiene audits#5615
atomantic merged 2 commits into
mainfrom
next/issue-5610

Conversation

@atomantic

Copy link
Copy Markdown
Owner

Summary

  • add an on-demand module-hygiene scheduled audit with file-issues as the safe default
  • make the audit evidence-led, bounded, prior-work-aware, and explicit about reusable-surface discoverability
  • force remediation runs into isolated worktrees while keeping file-issues runs read-only
  • preload open issues and pull requests for cross-task deduplication
  • preserve task-type skill routing when users customize the scheduled prompt

Validation

  • server test suite: 36,793 passed, 23 skipped
  • client test suite: 10,620 passed
  • client lint: clean
  • client production build: clean
  • focused post-review regression: 250 passed
  • required local code review: clean after one routing fix

Closes #5610

Add a scheduled task that audits bounded code slices for proven structural maintenance cost, reuse discoverability, and cross-task duplication. Keep file-issues mode read-only by default and require managed-worktree isolation whenever remediation is selected.
@atomantic
atomantic merged commit 6dc41cd into main Sep 1, 2026
7 checks passed
@atomantic
atomantic deleted the next/issue-5610 branch September 1, 2026 15:59
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.

Add module-hygiene CoS scheduled task for complexity, DRY, and discoverable modules

1 participant