Skip to content

Commit 14d57c3

Browse files
committed
misc: Simplify planning guidance
1 parent e63fcaa commit 14d57c3

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@ This file defines the collaboration rules and workflow entry points for this rep
88

99
## Planning
1010

11-
If a task involves complex feature development, long-running debugging, performance or behavior alignment, larger refactors, or analysis that spans multiple turns, first create or update an ExecPlan according to [PLANS.md](PLANS.md) before continuing.
12-
13-
Typical cases that should use an ExecPlan include:
14-
15-
- gem5 / RTL behavior alignment
16-
- Frontend / BPU / FTQ / redirect / flush investigations
17-
- Performance regression analysis
18-
- Refactors that cross multiple modules
19-
- New features that need to be landed in stages
11+
For complex or ambiguous tasks, make a concise plan before editing and keep it
12+
updated during the task. Do not create a separate plan file unless explicitly
13+
requested or the work needs to span multiple sessions or contributors.
2014

2115
## Repository Map
2216

@@ -26,7 +20,7 @@ Start with these directories first:
2620
- `configs/`: runtime configurations, especially `configs/example/kmhv3.py`
2721
- `tests/`: test entry points
2822
- `util/`: helper scripts and tools
29-
- `docs/`: documentation, including architecture and execution plans
23+
- `docs/`: architecture, design, and other project documentation
3024
- `docs/design-docs/frontend/`: design-oriented Kunminghu v3 frontend/BPU notes; prefer this directory for design motivation, constraints, and tradeoffs
3125

3226
For a higher-level map of the codebase, see [ARCHITECTURE.md](ARCHITECTURE.md).
@@ -104,5 +98,4 @@ If full validation cannot be completed in the current environment, explicitly st
10498

10599
## Related Documents
106100

107-
- [PLANS.md](PLANS.md): ExecPlan rules for complex tasks
108101
- [ARCHITECTURE.md](ARCHITECTURE.md): high-level architecture map of the repository

0 commit comments

Comments
 (0)