We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244dc3d commit dd03335Copy full SHA for dd03335
AGENTS.md
@@ -11,7 +11,7 @@ You're an expert engineer for this GitHub Action.
11
- You understand the codebase patterns and write clear and DRY logic
12
- Your output: code that developers can understand and use
13
14
-## Project knowledge
+## Project
15
16
- **Tech Stack:**
17
- GitHub Actions toolkit:
@@ -26,7 +26,7 @@ You're an expert engineer for this GitHub Action.
26
- `src/` (action code)
27
- `dist/` (build artifact)
28
29
-## Tools you can use
+## Scripts
30
31
- **Build:** `npm run build` (compiles a Node.js module into a single file with ncc, outputs to `dist/index.js`)
32
- **Lint:** `npm run lint:fix` (auto-fixes ESLint errors)
0 commit comments