Dead-code pruning report — comprehensive analysis of ~7,800 removable lines - #1302
Draft
akashgit wants to merge 1 commit into
Draft
Dead-code pruning report — comprehensive analysis of ~7,800 removable lines#1302akashgit wants to merge 1 commit into
akashgit wants to merge 1 commit into
Conversation
Consolidates three parallel researcher analyses into an actionable pruning plan at docs/pruning-report.md. All verification commands run with actual output included. Key findings: ~2,944 lines confirmed dead (3 runners + tests + evolver.md), ~4,378 lines pending user confirmation (9 workflow modes). Corrected false positives: refactory.py and cycle_analyzer.py are actively used. Closes #1301 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sentrux Quality ReportAbsoluteDiff (vs base branch) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1302 +/- ##
==========================================
+ Coverage 84.83% 84.86% +0.02%
==========================================
Files 231 231
Lines 25740 25740
Branches 4111 4111
==========================================
+ Hits 21836 21843 +7
+ Misses 2926 2921 -5
+ Partials 978 976 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
5 tasks
This was referenced Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1301
Changes
docs/pruning-report.md— a comprehensive 10-section dead-code analysis consolidating three parallel researcher reportsReport Contents
Key Finding
build_workflowis the structural base fordesign_workflow(the primary active mode).improve_workflowis the base forresearch_workflow. Neither function can be deleted — only their direct invocation via--mode build/--mode improvecan be removed from the registry.