Skip to content

Commit b3458e0

Browse files
authored
Merge pull request #1242 from yamadashy/chore/improve-perf-tuning-prompt
chore(agents): Broaden perf-tuning prompt to encourage high-impact changes
2 parents b17c0e9 + eb65b8d commit b3458e0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.agents/commands/code/perf-tuning.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Goal
2-
Attempt improvements to the source code in the `src` folder without causing regressions in existing functionality.
2+
Improve performance or memory usage of `src` and related code (tests, configs, dependencies) without causing regressions.
33

4-
* Performance tuning
5-
* Memory usage reduction
4+
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.
65

76
# Steps
87

0 commit comments

Comments
 (0)