Skip to content

Commit 4798698

Browse files
authored
Merge pull request #1274 from yamadashy/chore/improve-perf-tuning-prompt-v2
chore(agents): Expand perf-tuning scope and parallel agent count
2 parents 4f50a98 + a1053d0 commit 4798698

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Goal
2-
Improve performance or memory usage of `src` and related code (tests, configs, dependencies) without causing regressions.
2+
Improve performance or memory usage of `src`, `website/server`, and related code (tests, configs, dependencies) without causing regressions.
33

44
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.
55

66
# Steps
77

88
## Investigation & Planning
99

10-
Spawn an agent team to investigate efficiently and thoroughly, then form an improvement plan.
10+
Spawn 10 agents in parallel to investigate efficiently and thoroughly, then form an improvement plan.
1111
Even if multiple improvements are identified, scope the work to what fits in a single PR — focus on the highest-impact change only.
1212

1313
## Implementation

0 commit comments

Comments
 (0)