You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,9 @@ This file defines the collaboration rules and workflow entry points for this rep
8
8
9
9
## Planning
10
10
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:
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.
20
14
21
15
## Repository Map
22
16
@@ -26,7 +20,7 @@ Start with these directories first:
26
20
-`configs/`: runtime configurations, especially `configs/example/kmhv3.py`
27
21
-`tests/`: test entry points
28
22
-`util/`: helper scripts and tools
29
-
-`docs/`: documentation, including architecture and execution plans
23
+
-`docs/`: architecture, design, and other project documentation
30
24
-`docs/design-docs/frontend/`: design-oriented Kunminghu v3 frontend/BPU notes; prefer this directory for design motivation, constraints, and tradeoffs
31
25
32
26
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
104
98
105
99
## Related Documents
106
100
107
-
-[PLANS.md](PLANS.md): ExecPlan rules for complex tasks
108
101
-[ARCHITECTURE.md](ARCHITECTURE.md): high-level architecture map of the repository
0 commit comments