pilot-agent-cli
Version:
GitHub Copilot automation tool with configuration-driven file management
18 lines • 450 B
JSON
{
"rootDir": "./",
"targetFiles": [
"src/components/Header.js",
"src/utils/helpers.js",
"docs/API.md"
],
"readFiles": [
"README.md",
"package.json",
"src/types/index.ts"
],
"prompt": "Add comprehensive error handling and logging to all components. Follow clean code principles and add JSDoc comments.",
"autoCommit": true,
"autoAccept": true,
"commitMessage": "",
"squashOnSuccess": true
}