Skip to content

Commit e99712a

Browse files
docs: clarify agent prompt append behavior
1 parent 8348a2d commit e99712a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

cli/quickstart.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ supermodel skill >> CLAUDE.md
3030
# or AGENTS.md, .cursorrules, etc.
3131
```
3232

33+
Use `>>` to append to existing instructions instead of replacing them. If the Supermodel block is already present, skip this step or remove the old block before running it again.
34+
3335
The prompt explains the naming convention (`Foo.py``Foo.graph.py`) and tells your agent to read the graph file before the source file.
3436

3537
## 3. Use the live graph

index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ supermodel skill >> CLAUDE.md
4343
# or AGENTS.md, .cursorrules, etc.
4444
```
4545

46+
Use `>>` to append to existing instructions instead of replacing them. If the Supermodel block is already present, skip this step or remove the old block before running it again.
47+
4648
The prompt explains the naming convention (`Foo.py``Foo.graph.py`), the three sections inside each sidecar (`[deps]`, `[calls]`, `[impact]`), and tells the agent to read the sidecar before the source file.
4749

4850
### 4. What you get

0 commit comments

Comments
 (0)