proagents 1.6.20 → 1.6.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +3 -1
- package/.proagents/.cursorrules +1 -1
- package/.proagents/.windsurfrules +1 -1
- package/.proagents/AGENTS.md +1 -1
- package/.proagents/AI_INSTRUCTIONS.md +29 -1
- package/.proagents/BOLT.md +1 -1
- package/.proagents/CLAUDE.md +1 -1
- package/.proagents/GEMINI.md +1 -1
- package/.proagents/KIRO.md +1 -1
- package/.proagents/LOVABLE.md +1 -1
- package/.proagents/REPLIT.md +1 -1
- package/.proagents/custom-commands.yaml +1 -2
- package/.proagents/docs/command-details.md +1 -2
- package/.proagents/getting-started/ai-training-setup.md +0 -1
- package/.proagents/performance/README.md +59 -0
- package/.proagents/performance/bundle-analysis.md +375 -0
- package/.proagents/performance/load-testing.md +563 -0
- package/.proagents/performance/runtime-metrics.md +489 -0
- package/.proagents/performance/web-vitals.md +425 -0
- package/.proagents/proagents.config.yaml +55 -1
- package/.proagents/prompts/11-session-tracking.md +100 -0
- package/.proagents/prompts/13-commit.md +426 -0
- package/.proagents/workflow-modes/entry-modes.md +1 -6
- package/COMMANDS.md +19 -0
- package/lib/commands/init.js +62 -11
- package/package.json +1 -1
- package/.proagents/api-versioning/README.md +0 -257
- package/.proagents/api-versioning/changelog-template.md +0 -225
- package/.proagents/api-versioning/deprecation-workflow.md +0 -470
- package/.proagents/api-versioning/versioning-strategy.md +0 -291
- package/.proagents/automation/README.md +0 -38
- package/.proagents/automation/ai-behavior-rules.md +0 -339
- package/.proagents/automation/ai-prompt-injection.md +0 -331
- package/.proagents/automation/auto-decisions.md +0 -535
- package/.proagents/automation/decision-defaults.yaml +0 -317
- package/.proagents/cache/README.md +0 -110
- package/.proagents/cache/analysis-metadata.json +0 -76
- package/.proagents/cache/conventions.json +0 -125
- package/.proagents/cache/dependencies.json +0 -85
- package/.proagents/cache/features.json +0 -115
- package/.proagents/cache/patterns.json +0 -105
- package/.proagents/cache/schemas/conventions-schema.json +0 -138
- package/.proagents/cache/schemas/dependencies-schema.json +0 -95
- package/.proagents/cache/schemas/features-schema.json +0 -104
- package/.proagents/cache/schemas/metadata-schema.json +0 -83
- package/.proagents/cache/schemas/patterns-schema.json +0 -136
- package/.proagents/cache/schemas/structure-schema.json +0 -72
- package/.proagents/cache/structure.json +0 -109
- package/.proagents/checklists/README.md +0 -261
- package/.proagents/checklists/code-quality.md +0 -137
- package/.proagents/checklists/code-review.md +0 -148
- package/.proagents/checklists/pr-checklist.md +0 -78
- package/.proagents/checklists/pre-deployment.md +0 -132
- package/.proagents/checklists/pre-implementation.md +0 -80
- package/.proagents/checklists/testing.md +0 -120
- package/.proagents/checkpoints.json +0 -13
- package/.proagents/cicd/README.md +0 -338
- package/.proagents/cicd/azure-devops.md +0 -267
- package/.proagents/cicd/github-actions.md +0 -375
- package/.proagents/cicd/gitlab-ci.md +0 -278
- package/.proagents/cicd/jenkins.md +0 -317
- package/.proagents/collaboration/README.md +0 -143
- package/.proagents/collaboration/roles.md +0 -248
- package/.proagents/collaboration/sessions.md +0 -390
- package/.proagents/collaboration/sync.md +0 -358
- package/.proagents/cost/README.md +0 -48
- package/.proagents/cost/cost-template.md +0 -283
- package/.proagents/cost/estimation-framework.md +0 -287
- package/.proagents/database/README.md +0 -72
- package/.proagents/database/examples/001-create-users.sql +0 -129
- package/.proagents/database/examples/002-add-preferences.sql +0 -94
- package/.proagents/database/examples/003-add-index.sql +0 -105
- package/.proagents/database/examples/004-rename-column.sql +0 -122
- package/.proagents/database/examples/005-add-foreign-key.sql +0 -142
- package/.proagents/database/examples/006-data-migration.sql +0 -196
- package/.proagents/database/examples/007-drop-column.sql +0 -163
- package/.proagents/database/examples/README.md +0 -89
- package/.proagents/database/migration-workflow.md +0 -478
- package/.proagents/database/rollback-scripts.md +0 -487
- package/.proagents/database/safety-checks.md +0 -447
- package/.proagents/git/README.md +0 -68
- package/.proagents/git/branch-strategy.md +0 -164
- package/.proagents/git/commit-conventions.md +0 -241
- package/.proagents/git/pr-workflow.md +0 -286
- package/.proagents/git/rollback-procedures.md +0 -416
- package/.proagents/ide-integration/README.md +0 -124
- package/.proagents/ide-integration/cline-config.md +0 -429
- package/.proagents/ide-integration/continue-config.md +0 -380
- package/.proagents/ide-integration/cursor-rules.md +0 -280
- package/.proagents/ide-integration/github-copilot.md +0 -384
- package/.proagents/ide-integration/windsurf-rules.md +0 -314
- package/.proagents/integrations/README.md +0 -97
- package/.proagents/integrations/pm/README.md +0 -344
- package/.proagents/learning/README.md +0 -136
- package/.proagents/learning/adaptation.md +0 -305
- package/.proagents/learning/data-collection.md +0 -283
- package/.proagents/learning/implementation-guide.md +0 -865
- package/.proagents/learning/reports.md +0 -306
- package/.proagents/mcp/README.md +0 -133
- package/.proagents/mcp/context-providers.md +0 -442
- package/.proagents/mcp/server-config.md +0 -306
- package/.proagents/mcp/tools-definition.md +0 -513
- package/.proagents/pm-integration/README.md +0 -151
- package/.proagents/pm-integration/asana.md +0 -346
- package/.proagents/pm-integration/github-issues.md +0 -308
- package/.proagents/pm-integration/gitlab-issues.md +0 -482
- package/.proagents/pm-integration/jira.md +0 -364
- package/.proagents/pm-integration/linear.md +0 -409
- package/.proagents/pm-integration/notion.md +0 -275
- package/.proagents/pm-integration/sync-config.md +0 -533
- package/.proagents/pm-integration/trello.md +0 -159
- package/.proagents/rules/README.md +0 -179
- package/.proagents/rules/custom-rules-template.yaml +0 -286
- package/.proagents/rules/custom-rules.md +0 -754
- package/.proagents/rules/validation-rules-template.yaml +0 -517
- package/.proagents/runbooks/README.md +0 -219
- package/.proagents/runbooks/dependency-vulnerability.md +0 -505
- package/.proagents/runbooks/incident-response.md +0 -451
- package/.proagents/runbooks/performance-degradation.md +0 -584
- package/.proagents/runbooks/production-debugging.md +0 -489
- package/.proagents/sessions/README.md +0 -5
- package/.proagents/sprints/README.md +0 -58
- package/.proagents/team/README.md +0 -256
- package/.proagents/team/code-ownership.md +0 -306
- package/.proagents/team/communication-templates.md +0 -441
- package/.proagents/team/handoff-protocol.md +0 -380
- package/.proagents/team/ide-setup/README.md +0 -103
- package/.proagents/team/ide-setup/cursor.md +0 -276
- package/.proagents/team/ide-setup/jetbrains.md +0 -330
- package/.proagents/team/ide-setup/neovim.md +0 -640
- package/.proagents/team/ide-setup/vscode.md +0 -348
- package/.proagents/team/onboarding.md +0 -278
- package/.proagents/time-tracking.json +0 -19
- package/.proagents/troubleshooting/README.md +0 -730
- package/.proagents/troubleshooting/ai-issues.md +0 -601
- package/.proagents/troubleshooting/workflow-issues.md +0 -571
|
@@ -1,346 +0,0 @@
|
|
|
1
|
-
# Asana Integration
|
|
2
|
-
|
|
3
|
-
Task management integration with Asana for cross-functional teams.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## Setup
|
|
8
|
-
|
|
9
|
-
### 1. Create Personal Access Token
|
|
10
|
-
|
|
11
|
-
1. Go to [Asana Developer Console](https://app.asana.com/0/developer-console)
|
|
12
|
-
2. Create a Personal Access Token
|
|
13
|
-
3. Copy the token
|
|
14
|
-
|
|
15
|
-
### 2. Configure Connection
|
|
16
|
-
|
|
17
|
-
```yaml
|
|
18
|
-
# proagents.config.yaml
|
|
19
|
-
|
|
20
|
-
integrations:
|
|
21
|
-
asana:
|
|
22
|
-
enabled: true
|
|
23
|
-
token_env: "ASANA_TOKEN"
|
|
24
|
-
|
|
25
|
-
# Workspace and project
|
|
26
|
-
workspace_gid: "your-workspace-gid"
|
|
27
|
-
project_gid: "your-project-gid"
|
|
28
|
-
|
|
29
|
-
# Optional: Team
|
|
30
|
-
team_gid: "your-team-gid"
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
### 3. Set Environment Variable
|
|
34
|
-
|
|
35
|
-
```bash
|
|
36
|
-
export ASANA_TOKEN="your-personal-access-token"
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
### 4. Verify Connection
|
|
40
|
-
|
|
41
|
-
```bash
|
|
42
|
-
proagents pm connect asana
|
|
43
|
-
proagents pm status
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
---
|
|
47
|
-
|
|
48
|
-
## Section Mapping
|
|
49
|
-
|
|
50
|
-
Map ProAgents phases to Asana sections:
|
|
51
|
-
|
|
52
|
-
```yaml
|
|
53
|
-
integrations:
|
|
54
|
-
asana:
|
|
55
|
-
sections:
|
|
56
|
-
# Section mapping
|
|
57
|
-
mapping:
|
|
58
|
-
backlog: "Backlog"
|
|
59
|
-
in_progress: "In Progress"
|
|
60
|
-
review: "In Review"
|
|
61
|
-
done: "Done"
|
|
62
|
-
|
|
63
|
-
# Phase to section
|
|
64
|
-
phase_mapping:
|
|
65
|
-
init: "Backlog"
|
|
66
|
-
analysis: "In Progress"
|
|
67
|
-
implementation: "In Progress"
|
|
68
|
-
testing: "In Review"
|
|
69
|
-
review: "In Review"
|
|
70
|
-
deployed: "Done"
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
---
|
|
74
|
-
|
|
75
|
-
## Task Configuration
|
|
76
|
-
|
|
77
|
-
### Task Template
|
|
78
|
-
|
|
79
|
-
```yaml
|
|
80
|
-
integrations:
|
|
81
|
-
asana:
|
|
82
|
-
task_template:
|
|
83
|
-
name: "{{feature_name}}"
|
|
84
|
-
|
|
85
|
-
notes: |
|
|
86
|
-
## Description
|
|
87
|
-
{{feature_description}}
|
|
88
|
-
|
|
89
|
-
## Acceptance Criteria
|
|
90
|
-
{{acceptance_criteria}}
|
|
91
|
-
|
|
92
|
-
---
|
|
93
|
-
Managed by ProAgents
|
|
94
|
-
|
|
95
|
-
# Custom fields
|
|
96
|
-
custom_fields:
|
|
97
|
-
- name: "Phase"
|
|
98
|
-
value: "{{current_phase}}"
|
|
99
|
-
- name: "Type"
|
|
100
|
-
value: "Feature"
|
|
101
|
-
- name: "Branch"
|
|
102
|
-
value: "{{branch_name}}"
|
|
103
|
-
|
|
104
|
-
# Tags
|
|
105
|
-
tags:
|
|
106
|
-
- "proagents"
|
|
107
|
-
- "{{entry_mode}}"
|
|
108
|
-
|
|
109
|
-
# Due date
|
|
110
|
-
due_on: "{{due_date}}"
|
|
111
|
-
|
|
112
|
-
# Assignee
|
|
113
|
-
assignee: "{{asana_user_gid}}"
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
### Subtasks
|
|
117
|
-
|
|
118
|
-
```yaml
|
|
119
|
-
integrations:
|
|
120
|
-
asana:
|
|
121
|
-
subtasks:
|
|
122
|
-
enabled: true
|
|
123
|
-
template:
|
|
124
|
-
- name: "Analysis complete"
|
|
125
|
-
completed: false
|
|
126
|
-
- name: "Implementation complete"
|
|
127
|
-
completed: false
|
|
128
|
-
- name: "Tests passing"
|
|
129
|
-
completed: false
|
|
130
|
-
- name: "Code reviewed"
|
|
131
|
-
completed: false
|
|
132
|
-
- name: "Documentation updated"
|
|
133
|
-
completed: false
|
|
134
|
-
```
|
|
135
|
-
|
|
136
|
-
---
|
|
137
|
-
|
|
138
|
-
## Auto-Actions
|
|
139
|
-
|
|
140
|
-
### On Feature Start
|
|
141
|
-
|
|
142
|
-
```yaml
|
|
143
|
-
integrations:
|
|
144
|
-
asana:
|
|
145
|
-
on_feature_start:
|
|
146
|
-
action: "create_task"
|
|
147
|
-
|
|
148
|
-
task:
|
|
149
|
-
name: "{{feature_name}}"
|
|
150
|
-
notes: "{{task_template}}"
|
|
151
|
-
section: "In Progress"
|
|
152
|
-
assignee: "{{user}}"
|
|
153
|
-
tags: ["proagents"]
|
|
154
|
-
|
|
155
|
-
# Create subtasks
|
|
156
|
-
create_subtasks: true
|
|
157
|
-
```
|
|
158
|
-
|
|
159
|
-
### On Phase Change
|
|
160
|
-
|
|
161
|
-
```yaml
|
|
162
|
-
integrations:
|
|
163
|
-
asana:
|
|
164
|
-
on_phase_change:
|
|
165
|
-
# Move to appropriate section
|
|
166
|
-
move_section: true
|
|
167
|
-
|
|
168
|
-
# Update custom field
|
|
169
|
-
update_field:
|
|
170
|
-
name: "Phase"
|
|
171
|
-
value: "{{current_phase}}"
|
|
172
|
-
|
|
173
|
-
# Add comment (story)
|
|
174
|
-
add_comment: |
|
|
175
|
-
**Phase Update**: {{current_phase}}
|
|
176
|
-
{{phase_summary}}
|
|
177
|
-
|
|
178
|
-
# Update subtask if applicable
|
|
179
|
-
complete_subtask: "{{completed_subtask}}"
|
|
180
|
-
```
|
|
181
|
-
|
|
182
|
-
### On Feature Complete
|
|
183
|
-
|
|
184
|
-
```yaml
|
|
185
|
-
integrations:
|
|
186
|
-
asana:
|
|
187
|
-
on_feature_complete:
|
|
188
|
-
# Move to done
|
|
189
|
-
move_section: "Done"
|
|
190
|
-
|
|
191
|
-
# Complete task
|
|
192
|
-
complete_task: true
|
|
193
|
-
|
|
194
|
-
# Add final comment
|
|
195
|
-
add_comment: |
|
|
196
|
-
**Completed**
|
|
197
|
-
|
|
198
|
-
- Duration: {{total_duration}}
|
|
199
|
-
- PR: {{pr_link}}
|
|
200
|
-
- Coverage: {{test_coverage}}%
|
|
201
|
-
|
|
202
|
-
# Complete remaining subtasks
|
|
203
|
-
complete_all_subtasks: true
|
|
204
|
-
```
|
|
205
|
-
|
|
206
|
-
---
|
|
207
|
-
|
|
208
|
-
## Portfolio Integration
|
|
209
|
-
|
|
210
|
-
### Project Portfolios
|
|
211
|
-
|
|
212
|
-
```yaml
|
|
213
|
-
integrations:
|
|
214
|
-
asana:
|
|
215
|
-
portfolios:
|
|
216
|
-
enabled: true
|
|
217
|
-
portfolio_gid: "portfolio-gid"
|
|
218
|
-
|
|
219
|
-
# Status updates
|
|
220
|
-
status_updates:
|
|
221
|
-
frequency: "weekly"
|
|
222
|
-
include:
|
|
223
|
-
- features_completed
|
|
224
|
-
- features_in_progress
|
|
225
|
-
- blockers
|
|
226
|
-
```
|
|
227
|
-
|
|
228
|
-
### Goals Integration
|
|
229
|
-
|
|
230
|
-
```yaml
|
|
231
|
-
integrations:
|
|
232
|
-
asana:
|
|
233
|
-
goals:
|
|
234
|
-
enabled: true
|
|
235
|
-
|
|
236
|
-
# Link features to goals
|
|
237
|
-
goal_mapping:
|
|
238
|
-
- feature_type: "user_growth"
|
|
239
|
-
goal_gid: "goal-1"
|
|
240
|
-
- feature_type: "performance"
|
|
241
|
-
goal_gid: "goal-2"
|
|
242
|
-
```
|
|
243
|
-
|
|
244
|
-
---
|
|
245
|
-
|
|
246
|
-
## Custom Fields
|
|
247
|
-
|
|
248
|
-
### Define Custom Fields
|
|
249
|
-
|
|
250
|
-
```yaml
|
|
251
|
-
integrations:
|
|
252
|
-
asana:
|
|
253
|
-
custom_fields:
|
|
254
|
-
phase:
|
|
255
|
-
gid: "field-gid-1"
|
|
256
|
-
type: "enum"
|
|
257
|
-
options:
|
|
258
|
-
- "Analysis"
|
|
259
|
-
- "Implementation"
|
|
260
|
-
- "Testing"
|
|
261
|
-
- "Review"
|
|
262
|
-
- "Done"
|
|
263
|
-
|
|
264
|
-
type:
|
|
265
|
-
gid: "field-gid-2"
|
|
266
|
-
type: "enum"
|
|
267
|
-
options:
|
|
268
|
-
- "Feature"
|
|
269
|
-
- "Bug Fix"
|
|
270
|
-
- "Refactor"
|
|
271
|
-
|
|
272
|
-
branch:
|
|
273
|
-
gid: "field-gid-3"
|
|
274
|
-
type: "text"
|
|
275
|
-
|
|
276
|
-
pr_link:
|
|
277
|
-
gid: "field-gid-4"
|
|
278
|
-
type: "text"
|
|
279
|
-
|
|
280
|
-
test_coverage:
|
|
281
|
-
gid: "field-gid-5"
|
|
282
|
-
type: "number"
|
|
283
|
-
```
|
|
284
|
-
|
|
285
|
-
---
|
|
286
|
-
|
|
287
|
-
## Commands
|
|
288
|
-
|
|
289
|
-
```bash
|
|
290
|
-
# Link to existing task
|
|
291
|
-
proagents pm link --task "task-gid"
|
|
292
|
-
|
|
293
|
-
# Create new task
|
|
294
|
-
proagents pm create --title "Feature name"
|
|
295
|
-
|
|
296
|
-
# Update task
|
|
297
|
-
proagents pm update --section "In Review"
|
|
298
|
-
|
|
299
|
-
# Complete task
|
|
300
|
-
proagents pm complete
|
|
301
|
-
|
|
302
|
-
# Add comment
|
|
303
|
-
proagents pm comment "Status update"
|
|
304
|
-
|
|
305
|
-
# List tasks
|
|
306
|
-
proagents pm list --section "In Progress"
|
|
307
|
-
```
|
|
308
|
-
|
|
309
|
-
---
|
|
310
|
-
|
|
311
|
-
## Webhooks
|
|
312
|
-
|
|
313
|
-
### Configure Webhooks
|
|
314
|
-
|
|
315
|
-
```yaml
|
|
316
|
-
integrations:
|
|
317
|
-
asana:
|
|
318
|
-
webhooks:
|
|
319
|
-
enabled: true
|
|
320
|
-
endpoint: "/webhooks/asana"
|
|
321
|
-
|
|
322
|
-
# Events to listen for
|
|
323
|
-
events:
|
|
324
|
-
- "changed"
|
|
325
|
-
- "added"
|
|
326
|
-
- "removed"
|
|
327
|
-
|
|
328
|
-
# Actions
|
|
329
|
-
actions:
|
|
330
|
-
on_task_completed:
|
|
331
|
-
action: "mark_feature_complete"
|
|
332
|
-
|
|
333
|
-
on_task_assigned:
|
|
334
|
-
action: "notify_assignee"
|
|
335
|
-
```
|
|
336
|
-
|
|
337
|
-
---
|
|
338
|
-
|
|
339
|
-
## Best Practices
|
|
340
|
-
|
|
341
|
-
1. **Use Sections**: Organize by workflow stage
|
|
342
|
-
2. **Custom Fields**: Track phase and metadata
|
|
343
|
-
3. **Subtasks**: Break down into trackable items
|
|
344
|
-
4. **Tags**: Categorize for filtering
|
|
345
|
-
5. **Dependencies**: Link related tasks
|
|
346
|
-
6. **Portfolios**: Roll up to project level
|
|
@@ -1,308 +0,0 @@
|
|
|
1
|
-
# GitHub Issues Integration
|
|
2
|
-
|
|
3
|
-
Native integration with GitHub Issues and Projects.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## Setup
|
|
8
|
-
|
|
9
|
-
### 1. Authentication
|
|
10
|
-
|
|
11
|
-
GitHub integration uses your existing GitHub authentication:
|
|
12
|
-
|
|
13
|
-
```yaml
|
|
14
|
-
# proagents.config.yaml
|
|
15
|
-
|
|
16
|
-
integrations:
|
|
17
|
-
github:
|
|
18
|
-
enabled: true
|
|
19
|
-
# Uses GITHUB_TOKEN or gh CLI authentication
|
|
20
|
-
|
|
21
|
-
# Repository
|
|
22
|
-
owner: "your-org"
|
|
23
|
-
repo: "your-repo"
|
|
24
|
-
|
|
25
|
-
# Optional: GitHub Projects
|
|
26
|
-
project_number: 1 # Project board number
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
### 2. Verify Connection
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
proagents pm connect github
|
|
33
|
-
proagents pm status
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
---
|
|
37
|
-
|
|
38
|
-
## Issue Configuration
|
|
39
|
-
|
|
40
|
-
### Label Mapping
|
|
41
|
-
|
|
42
|
-
```yaml
|
|
43
|
-
integrations:
|
|
44
|
-
github:
|
|
45
|
-
labels:
|
|
46
|
-
# Entry mode labels
|
|
47
|
-
feature: "enhancement"
|
|
48
|
-
bug_fix: "bug"
|
|
49
|
-
quick_change: "quick-fix"
|
|
50
|
-
refactor: "refactor"
|
|
51
|
-
|
|
52
|
-
# Phase labels
|
|
53
|
-
phases:
|
|
54
|
-
analysis: "phase:analysis"
|
|
55
|
-
implementation: "phase:implementation"
|
|
56
|
-
testing: "phase:testing"
|
|
57
|
-
review: "phase:review"
|
|
58
|
-
|
|
59
|
-
# ProAgents label
|
|
60
|
-
managed: "proagents-managed"
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
### Issue Template
|
|
64
|
-
|
|
65
|
-
```yaml
|
|
66
|
-
integrations:
|
|
67
|
-
github:
|
|
68
|
-
issue_template:
|
|
69
|
-
title: "{{feature_name}}"
|
|
70
|
-
body: |
|
|
71
|
-
## Description
|
|
72
|
-
{{feature_description}}
|
|
73
|
-
|
|
74
|
-
## Acceptance Criteria
|
|
75
|
-
{{acceptance_criteria}}
|
|
76
|
-
|
|
77
|
-
## Tasks
|
|
78
|
-
- [ ] Analysis complete
|
|
79
|
-
- [ ] Implementation complete
|
|
80
|
-
- [ ] Tests passing
|
|
81
|
-
- [ ] Code reviewed
|
|
82
|
-
|
|
83
|
-
---
|
|
84
|
-
*Managed by ProAgents*
|
|
85
|
-
|
|
86
|
-
labels:
|
|
87
|
-
- "enhancement"
|
|
88
|
-
- "proagents-managed"
|
|
89
|
-
|
|
90
|
-
assignees:
|
|
91
|
-
- "{{github_username}}"
|
|
92
|
-
```
|
|
93
|
-
|
|
94
|
-
---
|
|
95
|
-
|
|
96
|
-
## Auto-Actions
|
|
97
|
-
|
|
98
|
-
### On Feature Start
|
|
99
|
-
|
|
100
|
-
```yaml
|
|
101
|
-
integrations:
|
|
102
|
-
github:
|
|
103
|
-
on_feature_start:
|
|
104
|
-
# Create or link issue
|
|
105
|
-
action: "create_or_link"
|
|
106
|
-
|
|
107
|
-
# If creating new issue
|
|
108
|
-
create:
|
|
109
|
-
title: "{{feature_name}}"
|
|
110
|
-
body: "{{issue_template}}"
|
|
111
|
-
labels: ["enhancement", "proagents-managed"]
|
|
112
|
-
assignees: ["{{user}}"]
|
|
113
|
-
|
|
114
|
-
# Add to project board
|
|
115
|
-
add_to_project: true
|
|
116
|
-
project_column: "In Progress"
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
### On Phase Change
|
|
120
|
-
|
|
121
|
-
```yaml
|
|
122
|
-
integrations:
|
|
123
|
-
github:
|
|
124
|
-
on_phase_change:
|
|
125
|
-
# Update labels
|
|
126
|
-
update_labels:
|
|
127
|
-
remove: ["phase:*"] # Remove old phase label
|
|
128
|
-
add: ["phase:{{current_phase}}"]
|
|
129
|
-
|
|
130
|
-
# Add comment
|
|
131
|
-
add_comment: |
|
|
132
|
-
**Phase Update**: {{current_phase}}
|
|
133
|
-
|
|
134
|
-
{{phase_summary}}
|
|
135
|
-
|
|
136
|
-
# Move in project
|
|
137
|
-
move_in_project:
|
|
138
|
-
column: "{{phase_to_column}}"
|
|
139
|
-
```
|
|
140
|
-
|
|
141
|
-
### On PR Created
|
|
142
|
-
|
|
143
|
-
```yaml
|
|
144
|
-
integrations:
|
|
145
|
-
github:
|
|
146
|
-
on_pr_created:
|
|
147
|
-
# Link PR to issue
|
|
148
|
-
link_to_issue: true
|
|
149
|
-
|
|
150
|
-
# Add comment to issue
|
|
151
|
-
add_comment: |
|
|
152
|
-
PR created: #{{pr_number}}
|
|
153
|
-
|
|
154
|
-
# Update project
|
|
155
|
-
move_in_project:
|
|
156
|
-
column: "In Review"
|
|
157
|
-
```
|
|
158
|
-
|
|
159
|
-
### On Feature Complete
|
|
160
|
-
|
|
161
|
-
```yaml
|
|
162
|
-
integrations:
|
|
163
|
-
github:
|
|
164
|
-
on_feature_complete:
|
|
165
|
-
# Close issue
|
|
166
|
-
close_issue: true
|
|
167
|
-
|
|
168
|
-
# Add final comment
|
|
169
|
-
add_comment: |
|
|
170
|
-
**Feature Completed**
|
|
171
|
-
|
|
172
|
-
- Duration: {{total_duration}}
|
|
173
|
-
- PR: #{{pr_number}}
|
|
174
|
-
- Test Coverage: {{test_coverage}}%
|
|
175
|
-
|
|
176
|
-
# Move in project
|
|
177
|
-
move_in_project:
|
|
178
|
-
column: "Done"
|
|
179
|
-
```
|
|
180
|
-
|
|
181
|
-
---
|
|
182
|
-
|
|
183
|
-
## GitHub Projects Integration
|
|
184
|
-
|
|
185
|
-
### Project Board Setup
|
|
186
|
-
|
|
187
|
-
```yaml
|
|
188
|
-
integrations:
|
|
189
|
-
github:
|
|
190
|
-
projects:
|
|
191
|
-
enabled: true
|
|
192
|
-
project_number: 1
|
|
193
|
-
|
|
194
|
-
# Column mapping
|
|
195
|
-
columns:
|
|
196
|
-
backlog: "Backlog"
|
|
197
|
-
in_progress: "In Progress"
|
|
198
|
-
review: "In Review"
|
|
199
|
-
done: "Done"
|
|
200
|
-
|
|
201
|
-
# Custom fields (Projects V2)
|
|
202
|
-
fields:
|
|
203
|
-
phase:
|
|
204
|
-
name: "Phase"
|
|
205
|
-
type: "single_select"
|
|
206
|
-
priority:
|
|
207
|
-
name: "Priority"
|
|
208
|
-
type: "single_select"
|
|
209
|
-
```
|
|
210
|
-
|
|
211
|
-
### Auto-Move Cards
|
|
212
|
-
|
|
213
|
-
```yaml
|
|
214
|
-
integrations:
|
|
215
|
-
github:
|
|
216
|
-
projects:
|
|
217
|
-
auto_move:
|
|
218
|
-
# Move on issue events
|
|
219
|
-
on_issue_opened: "Backlog"
|
|
220
|
-
on_issue_assigned: "In Progress"
|
|
221
|
-
on_pr_opened: "In Review"
|
|
222
|
-
on_pr_merged: "Done"
|
|
223
|
-
on_issue_closed: "Done"
|
|
224
|
-
```
|
|
225
|
-
|
|
226
|
-
---
|
|
227
|
-
|
|
228
|
-
## Smart Linking
|
|
229
|
-
|
|
230
|
-
### Branch to Issue
|
|
231
|
-
|
|
232
|
-
```yaml
|
|
233
|
-
integrations:
|
|
234
|
-
github:
|
|
235
|
-
smart_linking:
|
|
236
|
-
# Extract issue number from branch name
|
|
237
|
-
branch_pattern: "^(?:feature|fix)/(?:GH-)?(\d+)"
|
|
238
|
-
|
|
239
|
-
# Auto-link PR to issue
|
|
240
|
-
auto_link_pr: true
|
|
241
|
-
|
|
242
|
-
# Close issue on PR merge
|
|
243
|
-
close_on_merge: true
|
|
244
|
-
```
|
|
245
|
-
|
|
246
|
-
### Commit Messages
|
|
247
|
-
|
|
248
|
-
```yaml
|
|
249
|
-
integrations:
|
|
250
|
-
github:
|
|
251
|
-
commits:
|
|
252
|
-
# Reference issue in commits
|
|
253
|
-
template: "{{message}}\n\nRefs: #{{issue_number}}"
|
|
254
|
-
|
|
255
|
-
# Close keywords
|
|
256
|
-
close_keywords: ["fixes", "closes", "resolves"]
|
|
257
|
-
```
|
|
258
|
-
|
|
259
|
-
---
|
|
260
|
-
|
|
261
|
-
## Commands
|
|
262
|
-
|
|
263
|
-
```bash
|
|
264
|
-
# Link to existing issue
|
|
265
|
-
proagents pm link --issue 123
|
|
266
|
-
|
|
267
|
-
# Create new issue
|
|
268
|
-
proagents pm create --title "Feature name"
|
|
269
|
-
|
|
270
|
-
# Update issue
|
|
271
|
-
proagents pm update --labels "phase:testing"
|
|
272
|
-
|
|
273
|
-
# Close issue
|
|
274
|
-
proagents pm close --issue 123
|
|
275
|
-
|
|
276
|
-
# List issues
|
|
277
|
-
proagents pm list --state open --label "proagents-managed"
|
|
278
|
-
|
|
279
|
-
# Move in project
|
|
280
|
-
proagents pm move --column "In Review"
|
|
281
|
-
```
|
|
282
|
-
|
|
283
|
-
---
|
|
284
|
-
|
|
285
|
-
## GitHub CLI Integration
|
|
286
|
-
|
|
287
|
-
ProAgents uses `gh` CLI when available:
|
|
288
|
-
|
|
289
|
-
```bash
|
|
290
|
-
# Authenticate
|
|
291
|
-
gh auth login
|
|
292
|
-
|
|
293
|
-
# ProAgents uses gh for:
|
|
294
|
-
# - Creating issues
|
|
295
|
-
# - Creating PRs
|
|
296
|
-
# - Managing projects
|
|
297
|
-
# - Querying issues
|
|
298
|
-
```
|
|
299
|
-
|
|
300
|
-
---
|
|
301
|
-
|
|
302
|
-
## Best Practices
|
|
303
|
-
|
|
304
|
-
1. **Use Labels**: Consistent labeling for filtering
|
|
305
|
-
2. **Link Everything**: Connect issues, PRs, and commits
|
|
306
|
-
3. **Project Boards**: Use for visual tracking
|
|
307
|
-
4. **Templates**: Create issue templates for consistency
|
|
308
|
-
5. **Automation**: Combine with GitHub Actions
|