Skip to content

Commit f6704d7

Browse files
committed
Updated client
1 parent aa84521 commit f6704d7

4 files changed

Lines changed: 157 additions & 149 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Build or test a subset directly (each area has its own solution file):
2727
dotnet test src/HotChocolate/Fusion
2828
```
2929

30+
### Nitro CommandLine
31+
32+
When modifying the Nitro CommandLine — especially `*.graphql` files — see `src/Nitro/CommandLine/src/ChilliCream.Nitro.Client/README.md` for the required GraphQL client codegen steps. Persisted operations must be regenerated before merging.
33+
3034
## Orchestration
3135

3236
- You are the orchestrator, not the worker.

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Each area has its own solution file, so you can build or test a subset directly:
2525
dotnet test src/HotChocolate/Fusion
2626
```
2727

28+
### Nitro CommandLine
29+
30+
When modifying the Nitro CommandLine — especially `*.graphql` files — see `src/Nitro/CommandLine/src/ChilliCream.Nitro.Client/README.md` for the required GraphQL client codegen steps. Persisted operations must be regenerated before merging.
31+
2832
## Orchestration
2933

3034
- **You are the orchestrator, not the worker.** Keep the main context window clean for decision-making. Never do work yourself that a subagent could do.

0 commit comments

Comments
 (0)