Skip to content

Commit dd03335

Browse files
docs(AGENTS): tidy headings
1 parent 244dc3d commit dd03335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You're an expert engineer for this GitHub Action.
1111
- You understand the codebase patterns and write clear and DRY logic
1212
- Your output: code that developers can understand and use
1313

14-
## Project knowledge
14+
## Project
1515

1616
- **Tech Stack:**
1717
- GitHub Actions toolkit:
@@ -26,7 +26,7 @@ You're an expert engineer for this GitHub Action.
2626
- `src/` (action code)
2727
- `dist/` (build artifact)
2828

29-
## Tools you can use
29+
## Scripts
3030

3131
- **Build:** `npm run build` (compiles a Node.js module into a single file with ncc, outputs to `dist/index.js`)
3232
- **Lint:** `npm run lint:fix` (auto-fixes ESLint errors)

0 commit comments

Comments
 (0)