Skip to content

Commit 7db7e15

Browse files
committed
refactor: reorder Nx Commands section in AGENTS.md
1 parent d129dd8 commit 7db7e15

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

AGENTS.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This repo uses Codex-style coding agents. Keep instructions short, concrete, and scoped to this project.
44

5+
## Nx Commands
6+
7+
- All `nx` commands MUST be prefixed with `pnpm exec`.
8+
- **IMPORTANT**: Always add `--outputStyle=static` to any `nx` command to ensure logs are visible in the terminal.
9+
510
## Project Layout
611

712
- `apps/webhook_router`: Rust backend (Axum + SQLite)
@@ -32,10 +37,7 @@ This repo uses Codex-style coding agents. Keep instructions short, concrete, and
3237
- To generate the API client: `pnpm exec nx run api-client:generate`
3338

3439

35-
## Nx Commands
3640

37-
- All `nx` commands MUST be prefixed with `pnpm exec`.
38-
- **IMPORTANT**: Always add `--outputStyle=static` to any `nx` command to ensure logs are visible in the terminal.
3941

4042
<!-- nx configuration start-->
4143
<!-- Leave the start & end comments to automatically receive updates. -->

0 commit comments

Comments
 (0)