Skip to content

Commit a1053d0

Browse files
yamadashyclaude
andcommitted
chore(agents): Expand perf-tuning scope and parallel agent count
- Add `website/server` to investigation target alongside `src` - Increase parallel agent count from team-based to 10 explicit agents Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4f50a98 commit a1053d0

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)