proagents 1.6.19 → 1.6.21

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.
Files changed (143) hide show
  1. package/.claude/settings.local.json +13 -1
  2. package/.proagents/.cursorrules +25 -10
  3. package/.proagents/.windsurfrules +25 -10
  4. package/.proagents/AGENTS.md +30 -11
  5. package/.proagents/AI_INSTRUCTIONS.md +86 -30
  6. package/.proagents/BOLT.md +25 -10
  7. package/.proagents/CLAUDE.md +25 -10
  8. package/.proagents/GEMINI.md +25 -10
  9. package/.proagents/KIRO.md +25 -10
  10. package/.proagents/LOVABLE.md +25 -10
  11. package/.proagents/PROAGENTS.md +96 -343
  12. package/.proagents/REPLIT.md +25 -10
  13. package/.proagents/activity.log +1 -0
  14. package/.proagents/custom-commands.yaml +0 -1
  15. package/.proagents/docs/command-details.md +1 -2
  16. package/.proagents/getting-started/ai-training-setup.md +0 -1
  17. package/.proagents/performance/README.md +59 -0
  18. package/.proagents/performance/bundle-analysis.md +375 -0
  19. package/.proagents/performance/load-testing.md +563 -0
  20. package/.proagents/performance/runtime-metrics.md +489 -0
  21. package/.proagents/performance/web-vitals.md +425 -0
  22. package/.proagents/platforms.yaml +66 -0
  23. package/.proagents/proagents.config.yaml +0 -1
  24. package/.proagents/prompts/ai-add.md +80 -0
  25. package/.proagents/prompts/ai-list.md +41 -0
  26. package/.proagents/prompts/ai-remove.md +112 -0
  27. package/.proagents/prompts/ai-sync.md +96 -0
  28. package/.proagents/workflow-modes/entry-modes.md +1 -6
  29. package/lib/commands/ai.js +100 -48
  30. package/lib/commands/init.js +89 -22
  31. package/package.json +1 -1
  32. package/.proagents/ANTIGRAVITY.md +0 -61
  33. package/.proagents/CHATGPT.md +0 -57
  34. package/.proagents/GROQ.md +0 -57
  35. package/.proagents/api-versioning/README.md +0 -257
  36. package/.proagents/api-versioning/changelog-template.md +0 -225
  37. package/.proagents/api-versioning/deprecation-workflow.md +0 -470
  38. package/.proagents/api-versioning/versioning-strategy.md +0 -291
  39. package/.proagents/automation/README.md +0 -38
  40. package/.proagents/automation/ai-behavior-rules.md +0 -339
  41. package/.proagents/automation/ai-prompt-injection.md +0 -331
  42. package/.proagents/automation/auto-decisions.md +0 -535
  43. package/.proagents/automation/decision-defaults.yaml +0 -317
  44. package/.proagents/cache/README.md +0 -110
  45. package/.proagents/cache/analysis-metadata.json +0 -76
  46. package/.proagents/cache/conventions.json +0 -125
  47. package/.proagents/cache/dependencies.json +0 -85
  48. package/.proagents/cache/features.json +0 -115
  49. package/.proagents/cache/patterns.json +0 -105
  50. package/.proagents/cache/schemas/conventions-schema.json +0 -138
  51. package/.proagents/cache/schemas/dependencies-schema.json +0 -95
  52. package/.proagents/cache/schemas/features-schema.json +0 -104
  53. package/.proagents/cache/schemas/metadata-schema.json +0 -83
  54. package/.proagents/cache/schemas/patterns-schema.json +0 -136
  55. package/.proagents/cache/schemas/structure-schema.json +0 -72
  56. package/.proagents/cache/structure.json +0 -109
  57. package/.proagents/checklists/README.md +0 -261
  58. package/.proagents/checklists/code-quality.md +0 -137
  59. package/.proagents/checklists/code-review.md +0 -148
  60. package/.proagents/checklists/pr-checklist.md +0 -78
  61. package/.proagents/checklists/pre-deployment.md +0 -132
  62. package/.proagents/checklists/pre-implementation.md +0 -80
  63. package/.proagents/checklists/testing.md +0 -120
  64. package/.proagents/checkpoints.json +0 -13
  65. package/.proagents/cicd/README.md +0 -338
  66. package/.proagents/cicd/azure-devops.md +0 -267
  67. package/.proagents/cicd/github-actions.md +0 -375
  68. package/.proagents/cicd/gitlab-ci.md +0 -278
  69. package/.proagents/cicd/jenkins.md +0 -317
  70. package/.proagents/collaboration/README.md +0 -143
  71. package/.proagents/collaboration/roles.md +0 -248
  72. package/.proagents/collaboration/sessions.md +0 -390
  73. package/.proagents/collaboration/sync.md +0 -358
  74. package/.proagents/cost/README.md +0 -48
  75. package/.proagents/cost/cost-template.md +0 -283
  76. package/.proagents/cost/estimation-framework.md +0 -287
  77. package/.proagents/database/README.md +0 -72
  78. package/.proagents/database/examples/001-create-users.sql +0 -129
  79. package/.proagents/database/examples/002-add-preferences.sql +0 -94
  80. package/.proagents/database/examples/003-add-index.sql +0 -105
  81. package/.proagents/database/examples/004-rename-column.sql +0 -122
  82. package/.proagents/database/examples/005-add-foreign-key.sql +0 -142
  83. package/.proagents/database/examples/006-data-migration.sql +0 -196
  84. package/.proagents/database/examples/007-drop-column.sql +0 -163
  85. package/.proagents/database/examples/README.md +0 -89
  86. package/.proagents/database/migration-workflow.md +0 -478
  87. package/.proagents/database/rollback-scripts.md +0 -487
  88. package/.proagents/database/safety-checks.md +0 -447
  89. package/.proagents/git/README.md +0 -68
  90. package/.proagents/git/branch-strategy.md +0 -164
  91. package/.proagents/git/commit-conventions.md +0 -241
  92. package/.proagents/git/pr-workflow.md +0 -286
  93. package/.proagents/git/rollback-procedures.md +0 -416
  94. package/.proagents/ide-integration/README.md +0 -124
  95. package/.proagents/ide-integration/cline-config.md +0 -429
  96. package/.proagents/ide-integration/continue-config.md +0 -380
  97. package/.proagents/ide-integration/cursor-rules.md +0 -280
  98. package/.proagents/ide-integration/github-copilot.md +0 -384
  99. package/.proagents/ide-integration/windsurf-rules.md +0 -314
  100. package/.proagents/integrations/README.md +0 -97
  101. package/.proagents/integrations/pm/README.md +0 -344
  102. package/.proagents/learning/README.md +0 -136
  103. package/.proagents/learning/adaptation.md +0 -305
  104. package/.proagents/learning/data-collection.md +0 -283
  105. package/.proagents/learning/implementation-guide.md +0 -865
  106. package/.proagents/learning/reports.md +0 -306
  107. package/.proagents/mcp/README.md +0 -133
  108. package/.proagents/mcp/context-providers.md +0 -442
  109. package/.proagents/mcp/server-config.md +0 -306
  110. package/.proagents/mcp/tools-definition.md +0 -513
  111. package/.proagents/pm-integration/README.md +0 -151
  112. package/.proagents/pm-integration/asana.md +0 -346
  113. package/.proagents/pm-integration/github-issues.md +0 -308
  114. package/.proagents/pm-integration/gitlab-issues.md +0 -482
  115. package/.proagents/pm-integration/jira.md +0 -364
  116. package/.proagents/pm-integration/linear.md +0 -409
  117. package/.proagents/pm-integration/notion.md +0 -275
  118. package/.proagents/pm-integration/sync-config.md +0 -533
  119. package/.proagents/pm-integration/trello.md +0 -159
  120. package/.proagents/rules/README.md +0 -179
  121. package/.proagents/rules/custom-rules-template.yaml +0 -286
  122. package/.proagents/rules/custom-rules.md +0 -754
  123. package/.proagents/rules/validation-rules-template.yaml +0 -517
  124. package/.proagents/runbooks/README.md +0 -219
  125. package/.proagents/runbooks/dependency-vulnerability.md +0 -505
  126. package/.proagents/runbooks/incident-response.md +0 -451
  127. package/.proagents/runbooks/performance-degradation.md +0 -584
  128. package/.proagents/runbooks/production-debugging.md +0 -489
  129. package/.proagents/sprints/README.md +0 -58
  130. package/.proagents/team/README.md +0 -256
  131. package/.proagents/team/code-ownership.md +0 -306
  132. package/.proagents/team/communication-templates.md +0 -441
  133. package/.proagents/team/handoff-protocol.md +0 -380
  134. package/.proagents/team/ide-setup/README.md +0 -103
  135. package/.proagents/team/ide-setup/cursor.md +0 -276
  136. package/.proagents/team/ide-setup/jetbrains.md +0 -330
  137. package/.proagents/team/ide-setup/neovim.md +0 -640
  138. package/.proagents/team/ide-setup/vscode.md +0 -348
  139. package/.proagents/team/onboarding.md +0 -278
  140. package/.proagents/time-tracking.json +0 -19
  141. package/.proagents/troubleshooting/README.md +0 -730
  142. package/.proagents/troubleshooting/ai-issues.md +0 -601
  143. package/.proagents/troubleshooting/workflow-issues.md +0 -571
@@ -1,513 +0,0 @@
1
- # MCP Tools Definition
2
-
3
- Complete reference for ProAgents MCP tools available to AI assistants.
4
-
5
- ---
6
-
7
- ## Tool Schema
8
-
9
- Each tool follows the MCP tool specification:
10
-
11
- ```typescript
12
- interface Tool {
13
- name: string;
14
- description: string;
15
- inputSchema: JSONSchema;
16
- }
17
- ```
18
-
19
- ---
20
-
21
- ## Workflow Tools
22
-
23
- ### proagents_init
24
-
25
- Initialize ProAgents in a project.
26
-
27
- ```json
28
- {
29
- "name": "proagents_init",
30
- "description": "Initialize ProAgents workflow in a project directory",
31
- "inputSchema": {
32
- "type": "object",
33
- "properties": {
34
- "project_path": {
35
- "type": "string",
36
- "description": "Path to the project root"
37
- },
38
- "project_type": {
39
- "type": "string",
40
- "enum": ["web-frontend", "fullstack", "backend", "mobile", "auto"],
41
- "description": "Type of project",
42
- "default": "auto"
43
- },
44
- "git_enabled": {
45
- "type": "boolean",
46
- "description": "Enable git integration",
47
- "default": true
48
- }
49
- },
50
- "required": ["project_path"]
51
- }
52
- }
53
- ```
54
-
55
- **Example Usage:**
56
- ```
57
- Use proagents_init to set up the workflow in /projects/my-app
58
- ```
59
-
60
- ---
61
-
62
- ### proagents_analyze
63
-
64
- Analyze codebase structure and patterns.
65
-
66
- ```json
67
- {
68
- "name": "proagents_analyze",
69
- "description": "Analyze codebase to understand structure, patterns, and conventions",
70
- "inputSchema": {
71
- "type": "object",
72
- "properties": {
73
- "depth": {
74
- "type": "string",
75
- "enum": ["lite", "moderate", "full"],
76
- "description": "Analysis depth level",
77
- "default": "moderate"
78
- },
79
- "path": {
80
- "type": "string",
81
- "description": "Specific path to analyze (optional)"
82
- },
83
- "focus": {
84
- "type": "array",
85
- "items": {
86
- "type": "string",
87
- "enum": ["structure", "patterns", "dependencies", "conventions", "security"]
88
- },
89
- "description": "Specific aspects to focus on"
90
- },
91
- "use_cache": {
92
- "type": "boolean",
93
- "description": "Use cached analysis if available",
94
- "default": true
95
- }
96
- }
97
- }
98
- }
99
- ```
100
-
101
- **Example Usage:**
102
- ```
103
- Use proagents_analyze with depth "full" to understand the authentication module
104
- ```
105
-
106
- ---
107
-
108
- ### proagents_feature_start
109
-
110
- Start a new feature development workflow.
111
-
112
- ```json
113
- {
114
- "name": "proagents_feature_start",
115
- "description": "Start a new feature development workflow with full tracking",
116
- "inputSchema": {
117
- "type": "object",
118
- "properties": {
119
- "name": {
120
- "type": "string",
121
- "description": "Feature name/description"
122
- },
123
- "mode": {
124
- "type": "string",
125
- "enum": ["full", "fast", "minimal"],
126
- "description": "Workflow mode",
127
- "default": "full"
128
- },
129
- "branch": {
130
- "type": "string",
131
- "description": "Git branch name (auto-generated if not provided)"
132
- },
133
- "checkpoints": {
134
- "type": "object",
135
- "description": "Override default checkpoints"
136
- }
137
- },
138
- "required": ["name"]
139
- }
140
- }
141
- ```
142
-
143
- ---
144
-
145
- ### proagents_feature_status
146
-
147
- Check current feature status.
148
-
149
- ```json
150
- {
151
- "name": "proagents_feature_status",
152
- "description": "Get status of current or specified feature",
153
- "inputSchema": {
154
- "type": "object",
155
- "properties": {
156
- "feature_id": {
157
- "type": "string",
158
- "description": "Feature ID (current feature if not specified)"
159
- },
160
- "include_history": {
161
- "type": "boolean",
162
- "description": "Include phase history",
163
- "default": false
164
- }
165
- }
166
- }
167
- }
168
- ```
169
-
170
- ---
171
-
172
- ### proagents_fix
173
-
174
- Start bug fix workflow.
175
-
176
- ```json
177
- {
178
- "name": "proagents_fix",
179
- "description": "Start a bug fix workflow with streamlined process",
180
- "inputSchema": {
181
- "type": "object",
182
- "properties": {
183
- "description": {
184
- "type": "string",
185
- "description": "Bug description"
186
- },
187
- "severity": {
188
- "type": "string",
189
- "enum": ["critical", "high", "medium", "low"],
190
- "description": "Bug severity"
191
- },
192
- "mode": {
193
- "type": "string",
194
- "enum": ["quick", "standard", "thorough"],
195
- "description": "Fix mode",
196
- "default": "standard"
197
- },
198
- "related_files": {
199
- "type": "array",
200
- "items": { "type": "string" },
201
- "description": "Known affected files"
202
- }
203
- },
204
- "required": ["description"]
205
- }
206
- }
207
- ```
208
-
209
- ---
210
-
211
- ## Testing Tools
212
-
213
- ### proagents_test
214
-
215
- Run tests with various options.
216
-
217
- ```json
218
- {
219
- "name": "proagents_test",
220
- "description": "Run project tests with configurable options",
221
- "inputSchema": {
222
- "type": "object",
223
- "properties": {
224
- "type": {
225
- "type": "string",
226
- "enum": ["all", "unit", "integration", "e2e"],
227
- "description": "Type of tests to run",
228
- "default": "all"
229
- },
230
- "path": {
231
- "type": "string",
232
- "description": "Specific test file or directory"
233
- },
234
- "coverage": {
235
- "type": "boolean",
236
- "description": "Generate coverage report",
237
- "default": true
238
- },
239
- "watch": {
240
- "type": "boolean",
241
- "description": "Run in watch mode",
242
- "default": false
243
- },
244
- "filter": {
245
- "type": "string",
246
- "description": "Filter tests by name pattern"
247
- }
248
- }
249
- }
250
- }
251
- ```
252
-
253
- ---
254
-
255
- ## Documentation Tools
256
-
257
- ### proagents_doc
258
-
259
- Generate documentation.
260
-
261
- ```json
262
- {
263
- "name": "proagents_doc",
264
- "description": "Generate documentation for code, modules, or entire project",
265
- "inputSchema": {
266
- "type": "object",
267
- "properties": {
268
- "scope": {
269
- "type": "string",
270
- "enum": ["project", "module", "file", "function"],
271
- "description": "Documentation scope",
272
- "default": "project"
273
- },
274
- "target": {
275
- "type": "string",
276
- "description": "Target path for documentation"
277
- },
278
- "mode": {
279
- "type": "string",
280
- "enum": ["full", "moderate", "lite"],
281
- "description": "Documentation detail level",
282
- "default": "moderate"
283
- },
284
- "format": {
285
- "type": "string",
286
- "enum": ["markdown", "html", "json"],
287
- "description": "Output format",
288
- "default": "markdown"
289
- },
290
- "include_examples": {
291
- "type": "boolean",
292
- "description": "Include usage examples",
293
- "default": true
294
- }
295
- }
296
- }
297
- }
298
- ```
299
-
300
- ---
301
-
302
- ## Deployment Tools
303
-
304
- ### proagents_deploy
305
-
306
- Start deployment workflow.
307
-
308
- ```json
309
- {
310
- "name": "proagents_deploy",
311
- "description": "Start deployment workflow with pre-flight checks",
312
- "inputSchema": {
313
- "type": "object",
314
- "properties": {
315
- "environment": {
316
- "type": "string",
317
- "enum": ["development", "staging", "production"],
318
- "description": "Target environment"
319
- },
320
- "skip_tests": {
321
- "type": "boolean",
322
- "description": "Skip test execution (not recommended)",
323
- "default": false
324
- },
325
- "dry_run": {
326
- "type": "boolean",
327
- "description": "Simulate deployment without executing",
328
- "default": false
329
- }
330
- },
331
- "required": ["environment"]
332
- }
333
- }
334
- ```
335
-
336
- **Requires Confirmation:** Yes
337
-
338
- ---
339
-
340
- ### proagents_rollback
341
-
342
- Execute rollback procedures.
343
-
344
- ```json
345
- {
346
- "name": "proagents_rollback",
347
- "description": "Rollback to previous version with safety checks",
348
- "inputSchema": {
349
- "type": "object",
350
- "properties": {
351
- "target": {
352
- "type": "string",
353
- "description": "Target version/commit/tag to rollback to"
354
- },
355
- "environment": {
356
- "type": "string",
357
- "enum": ["staging", "production"],
358
- "description": "Environment to rollback"
359
- },
360
- "include_database": {
361
- "type": "boolean",
362
- "description": "Include database rollback",
363
- "default": false
364
- },
365
- "dry_run": {
366
- "type": "boolean",
367
- "description": "Simulate rollback",
368
- "default": true
369
- }
370
- },
371
- "required": ["environment"]
372
- }
373
- }
374
- ```
375
-
376
- **Requires Confirmation:** Yes
377
-
378
- ---
379
-
380
- ## Quality Tools
381
-
382
- ### proagents_qa
383
-
384
- Run quality assurance checks.
385
-
386
- ```json
387
- {
388
- "name": "proagents_qa",
389
- "description": "Run comprehensive quality assurance checks",
390
- "inputSchema": {
391
- "type": "object",
392
- "properties": {
393
- "checks": {
394
- "type": "array",
395
- "items": {
396
- "type": "string",
397
- "enum": ["lint", "types", "security", "performance", "accessibility", "all"]
398
- },
399
- "description": "QA checks to run",
400
- "default": ["all"]
401
- },
402
- "fix": {
403
- "type": "boolean",
404
- "description": "Auto-fix issues where possible",
405
- "default": false
406
- },
407
- "path": {
408
- "type": "string",
409
- "description": "Specific path to check"
410
- }
411
- }
412
- }
413
- }
414
- ```
415
-
416
- ---
417
-
418
- ## Utility Tools
419
-
420
- ### proagents_status
421
-
422
- Get overall workflow status.
423
-
424
- ```json
425
- {
426
- "name": "proagents_status",
427
- "description": "Get current workflow and project status",
428
- "inputSchema": {
429
- "type": "object",
430
- "properties": {
431
- "include_features": {
432
- "type": "boolean",
433
- "description": "Include active features",
434
- "default": true
435
- },
436
- "include_todos": {
437
- "type": "boolean",
438
- "description": "Include todo list",
439
- "default": true
440
- },
441
- "include_metrics": {
442
- "type": "boolean",
443
- "description": "Include recent metrics",
444
- "default": false
445
- }
446
- }
447
- }
448
- }
449
- ```
450
-
451
- ---
452
-
453
- ## Tool Response Format
454
-
455
- All tools return responses in this format:
456
-
457
- ```typescript
458
- interface ToolResponse {
459
- success: boolean;
460
- data?: any;
461
- error?: {
462
- code: string;
463
- message: string;
464
- details?: any;
465
- };
466
- metadata?: {
467
- duration_ms: number;
468
- cached: boolean;
469
- warnings?: string[];
470
- };
471
- }
472
- ```
473
-
474
- **Example Success Response:**
475
- ```json
476
- {
477
- "success": true,
478
- "data": {
479
- "feature_id": "feature-user-auth",
480
- "status": "in_progress",
481
- "current_phase": "implementation",
482
- "progress": 65
483
- },
484
- "metadata": {
485
- "duration_ms": 45,
486
- "cached": false
487
- }
488
- }
489
- ```
490
-
491
- **Example Error Response:**
492
- ```json
493
- {
494
- "success": false,
495
- "error": {
496
- "code": "FEATURE_NOT_FOUND",
497
- "message": "No active feature found",
498
- "details": {
499
- "suggestion": "Start a new feature with proagents_feature_start"
500
- }
501
- }
502
- }
503
- ```
504
-
505
- ---
506
-
507
- ## Best Practices
508
-
509
- 1. **Check Status First**: Use `proagents_status` before starting operations
510
- 2. **Use Appropriate Depth**: Start with `lite` analysis, go deeper if needed
511
- 3. **Leverage Caching**: Use cached data for repeated queries
512
- 4. **Confirm Destructive Operations**: Always use `dry_run` first for deploy/rollback
513
- 5. **Provide Context**: Include related files and descriptions for better results
@@ -1,151 +0,0 @@
1
- # Project Management Integration
2
-
3
- Integrate ProAgents with popular project management tools.
4
-
5
- ---
6
-
7
- ## Overview
8
-
9
- Seamlessly connect your development workflow with project management platforms for automatic issue tracking, status updates, and team coordination.
10
-
11
- ```
12
- ┌─────────────────────────────────────────────────────────────┐
13
- │ PM Integration Architecture │
14
- ├─────────────────────────────────────────────────────────────┤
15
- │ │
16
- │ ProAgents Workflow │
17
- │ │ │
18
- │ ├──► Feature Start ──► Create/Link Issue │
19
- │ │ │
20
- │ ├──► Phase Change ──► Update Status │
21
- │ │ │
22
- │ ├──► PR Created ──► Link to Issue │
23
- │ │ │
24
- │ └──► Feature Complete ──► Close Issue │
25
- │ │
26
- │ Supported Platforms: │
27
- │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │
28
- │ │ Jira │ │ Trello │ │ Linear │ │ Notion │ │
29
- │ └─────────┘ └─────────┘ └─────────┘ └─────────┘ │
30
- │ ┌─────────┐ ┌─────────┐ ┌─────────┐ │
31
- │ │ GitHub │ │ GitLab │ │ Asana │ │
32
- │ └─────────┘ └─────────┘ └─────────┘ │
33
- │ │
34
- └─────────────────────────────────────────────────────────────┘
35
- ```
36
-
37
- ---
38
-
39
- ## Quick Start
40
-
41
- ### Enable Integration
42
-
43
- ```yaml
44
- # proagents.config.yaml
45
-
46
- integrations:
47
- pm:
48
- enabled: true
49
- primary: "jira" # or linear, trello, notion, github, gitlab, asana
50
- ```
51
-
52
- ### Connect Platform
53
-
54
- ```bash
55
- # Connect to Jira
56
- proagents pm connect jira
57
-
58
- # Connect to Linear
59
- proagents pm connect linear
60
-
61
- # Verify connection
62
- proagents pm status
63
- ```
64
-
65
- ---
66
-
67
- ## Supported Platforms
68
-
69
- | Platform | Features | Best For |
70
- |----------|----------|----------|
71
- | **Jira** | Full integration, custom workflows | Enterprise teams |
72
- | **Linear** | Bi-directional sync, auto-linking | Modern dev teams |
73
- | **Trello** | Card sync, board updates | Small teams, visual workflows |
74
- | **Notion** | Database sync, documentation | Documentation-heavy teams |
75
- | **GitHub Issues** | Native integration | Open source, GitHub-centric |
76
- | **GitLab Issues** | Native integration | GitLab-centric workflows |
77
- | **Asana** | Task sync, project updates | Cross-functional teams |
78
-
79
- ---
80
-
81
- ## Features
82
-
83
- | Feature | Description |
84
- |---------|-------------|
85
- | **Auto-Create Issues** | Create issues when features start |
86
- | **Status Sync** | Update PM status as workflow progresses |
87
- | **PR Linking** | Automatically link PRs to issues |
88
- | **Time Tracking** | Log time spent on features |
89
- | **Comment Sync** | Sync comments and decisions |
90
- | **Bi-directional** | Changes in PM reflect in workflow |
91
-
92
- ---
93
-
94
- ## Documentation Files
95
-
96
- | File | Description |
97
- |------|-------------|
98
- | [jira.md](./jira.md) | Jira integration guide |
99
- | [linear.md](./linear.md) | Linear integration guide |
100
- | [trello.md](./trello.md) | Trello integration guide |
101
- | [notion.md](./notion.md) | Notion integration guide |
102
- | [github-issues.md](./github-issues.md) | GitHub Issues integration |
103
- | [sync-config.md](./sync-config.md) | Synchronization configuration |
104
-
105
- ---
106
-
107
- ## Configuration
108
-
109
- ```yaml
110
- # proagents.config.yaml
111
-
112
- integrations:
113
- pm:
114
- enabled: true
115
- primary: "jira"
116
-
117
- # Auto-sync settings
118
- sync:
119
- on_feature_start: true
120
- on_phase_change: true
121
- on_pr_create: true
122
- on_feature_complete: true
123
-
124
- # Field mappings
125
- mappings:
126
- feature_name: "summary"
127
- feature_description: "description"
128
- current_phase: "status"
129
- assignee: "assignee"
130
-
131
- # Status transitions
132
- status_mapping:
133
- analysis: "In Progress"
134
- implementation: "In Development"
135
- testing: "In QA"
136
- review: "In Review"
137
- deployed: "Done"
138
- ```
139
-
140
- ---
141
-
142
- ## Commands
143
-
144
- | Command | Description |
145
- |---------|-------------|
146
- | `proagents pm connect <platform>` | Connect to platform |
147
- | `proagents pm status` | Show connection status |
148
- | `proagents pm sync` | Manual sync |
149
- | `proagents pm link <issue-id>` | Link current feature to issue |
150
- | `proagents pm create` | Create issue for current feature |
151
- | `proagents pm disconnect` | Disconnect platform |