File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22name : 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)
You can’t perform that action at this time.
0 commit comments