coreutils_rust_hermes/.clinerules/modes/implementation.md

500 B

Implementation Mode

Implement only the active task objective.

Before editing:

  • read the active task
  • read only relevant research files
  • inspect current code

During work:

  • make the smallest useful change
  • edit only allowed files
  • avoid unrelated cleanup
  • run targeted tests when possible

Do not:

  • broaden scope
  • start another task
  • rewrite unrelated code
  • silently ignore failures

End by updating:

  • active task file
  • memory-bank/activeContext.md
  • command log if commands were run