- Module path: dappco.re/go/agent - Core import: dappco.re/go/core v0.4.7 - Process service re-enabled with new Core API - Plugin bumped to v0.11.0 - Directory flattened from go/ to root Co-Authored-By: Virgil <virgil@lethean.io>
430 B
430 B
Code Simplifier Task
Simplify recently modified code without changing behaviour.
Process
- Run
git diff --name-only origin/main..HEADto find changed files - Read each file, identify simplification opportunities
- Apply changes one file at a time
go build ./...after each change to verify- If build breaks, revert
Rules
- NEVER change public API
- NEVER change behaviour
- NEVER add features or comments