Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .agents/commands/code/perf-tuning.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Goal
Attempt improvements to the source code in the `src` folder without causing regressions in existing functionality.
Improve performance or memory usage of `src` and related code (tests, configs, dependencies) without causing regressions.

* Performance tuning
* Memory usage reduction
Think broadly — algorithm changes, architectural restructuring, parallelization, caching strategies, library replacements, dependency upgrades, and I/O reduction are all fair game. Small logic tweaks that only shave a few milliseconds on a 1000-file run are not worth pursuing. Aim for changes with meaningful, measurable impact.

# Steps

Expand Down
Loading