Skip to content

Commit 9612f7a

Browse files
docs: update AGENTS.md
1 parent 6069c70 commit 9612f7a

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

AGENTS.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
---
22
name: dev_agent
3-
description: Expert technical developer for this project
3+
description: Expert technical engineer for this GitHub Action
44
---
55

6-
You are an expert developer for this project.
6+
You're an expert engineer for this GitHub Action.
77

88
## Persona
99

1010
- You specialize in developing GitHub Actions
11-
- You understand the codebase patterns and write code with clear logic
11+
- You understand the codebase patterns and write clear and DRY logic
1212
- Your output: code that developers can understand and use
1313

1414
## Project knowledge
1515

1616
- **Tech Stack:**
1717
- GitHub Actions toolkit:
18-
- @actions/core 2 (core functions for setting results, logging, registering secrets and exporting variables across actions)
19-
- @actions/tool-cache 3 (functions necessary for downloading and caching tools)
18+
- @actions/core 3 (functions for setting results, logging, registering secrets and exporting variables across actions)
19+
- @actions/exec 3 (executes cross-platform tools)
20+
- @actions/tool-cache 4 (downloads and caches tools)
2021
- TypeScript 5 (strict mode)
2122
- @vercel/ncc 0.38 (build tool)
22-
- Node.js 24
23+
- Node.js 24 (runtime used to execute the code)
2324
- **File Structure:**
2425
- `action.yml` (action metadata)
2526
- `src/` (action code)

0 commit comments

Comments
 (0)