@stillrivercode/agentic-workflow-template
Version:
NPM package to create AI-powered GitHub workflow automation projects
56 lines (55 loc) • 1.08 kB
JSON
{
"distributedFiles": {
"base": [
"scripts/",
".github/",
"README.md",
"LICENSE",
".gitignore",
".gitattributes",
"install.sh",
"shared-commands/",
"package.json"
],
"codeQuality": [
".pre-commit-config.yaml",
".eslintrc.js",
".yamllint.yaml",
".secrets.baseline"
],
"documentation": ["docs/"],
"enterprise": ["monitoring/", "advanced-scripts/"]
},
"packageJsonFiles": [
"cli/",
"scripts/",
".github/",
"docs/",
"README.md",
"LICENSE",
"install.sh",
"shared-commands/",
"package.json",
".pre-commit-config.yaml",
".eslintrc.js",
".yamllint.yaml",
".secrets.baseline"
],
"exclusionFilters": [
"dev-docs/",
"tests/",
"venv/",
".pytest_cache/",
"node_modules/",
".git/"
],
"validation": {
"requiredFiles": [
".pre-commit-config.yaml",
"package.json",
"README.md",
"LICENSE"
],
"optionalFiles": [".eslintrc.js", ".yamllint.yaml", ".secrets.baseline"]
}
}