Remove number prefixes from pipeline output filenames#541
Merged
Conversation
Strip NNN-N- prefixes (e.g. 001-2-plan.txt → plan.txt,
030-report.html → report.html). Template filenames now place
the placeholder after the name (expert_criticism_{}_raw.json).
Updates filenames.py enum values and all 27 files referencing
them across code, tests, and documentation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Covers run_hire_team.py, create_wbs_level3.py, estimate_wbs_task_durations.py, identify_wbs_task_dependencies.py, expert_cost.py, and create_wsb_table_csv.py. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The step classifies levers as primary/secondary/remove — triage describes this more accurately than deduplication. Renames files, classes (DeduplicateLevers→TriageLevers), FilenameEnum entries, JSON keys, and all references. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Filenames and task names changed — old snapshots are incompatible. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Consistent with the naming convention used by all other raw JSON outputs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
NNN-N-prefixes from all pipeline output filenames (e.g.001-2-plan.txt→plan.txt,030-report.html→report.html)expert_criticism_{}_raw.jsoninstead of{}-expert_criticism_raw.json)FilenameEnumvalues, standalone scripts, tests, and documentation referencesTest plan
🤖 Generated with Claude Code