-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent-workflow.config.json
More file actions
36 lines (36 loc) · 1.23 KB
/
Copy pathagent-workflow.config.json
File metadata and controls
36 lines (36 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"ciCommands": ["pnpm test", "pnpm test:workflow", "pnpm format:check"],
"bounded": {
"allowedExactPaths": ["README.md", "AGENTS.md", "CLAUDE.md", "CODEX.md", "AGY.md"],
"allowedPathPrefixes": ["docs/", "agents/templates/", "agents/workflows/"],
"deniedPathFragments": ["/auth/", "/billing/", "/migrations/"],
"defaultBase": "origin/development"
},
"branching": {
"trunk": "main",
"releaseCandidate": null,
"integration": "development",
"directEditDeniedBranches": ["main", "development"],
"defaultPrTarget": "development",
"promotionOrder": ["development", "main"],
"workBranchPrefixes": ["work/", "feature/", "fix/", "hotfix/", "spike/", "chore/"],
"compatibilityBranchPrefixes": ["issue/", "wt/", "claude/"],
"requireBoundedWorkBranch": true
},
"integrationLifecycle": {
"integrationBranch": "development",
"trunkBranch": "main",
"referenceKeywords": ["Implements", "Refs"],
"addLabels": ["integrated:development", "awaiting-release"],
"closeIntegratedIssues": true
},
"routing": {
"defaultMode": "single-agent"
},
"extensions": {
"enabledPacks": [
"extensions/evidence-driven-engineering",
"extensions/agent-handoff-governance"
]
}
}