cyberneticlibrary

Clean up completed feature work

finalizecommandsetup L14
tessak22/rival
What it does

Clean up completed feature work — remove false starts and dead-end code

Best for

When you've built a feature through iterations and want to remove all experimental branches

Inputs
  • · conversation_context (implicit)
Outputs
  • · cleaned_implementation
  • · final_commits
  • · removed_experimental_code
Requires
  • · git
  • · file_operations
Preconditions

Feature work in progress; conversation context available

Failure modes
  • · False starts not identified
  • · Cleanup removes wrong code
  • · Final impl incomplete
Trust signals
  • · Reviews conversation for scope
  • · Consolidates multiple approaches into clean solution