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,364 +0,0 @@
1
- # Jira Integration
2
-
3
- Full integration with Atlassian Jira for enterprise project management.
4
-
5
- ---
6
-
7
- ## Setup
8
-
9
- ### 1. Create API Token
10
-
11
- 1. Go to [Atlassian API Tokens](https://id.atlassian.com/manage-profile/security/api-tokens)
12
- 2. Click "Create API token"
13
- 3. Name it "ProAgents Integration"
14
- 4. Copy the token
15
-
16
- ### 2. Configure Connection
17
-
18
- ```yaml
19
- # proagents.config.yaml
20
-
21
- integrations:
22
- jira:
23
- enabled: true
24
- base_url: "https://your-company.atlassian.net"
25
- email: "your-email@company.com"
26
- # API token stored in environment variable
27
- api_token_env: "JIRA_API_TOKEN"
28
-
29
- # Project settings
30
- project_key: "PROJ"
31
- default_issue_type: "Story"
32
- ```
33
-
34
- ### 3. Set Environment Variable
35
-
36
- ```bash
37
- export JIRA_API_TOKEN="your-api-token"
38
- ```
39
-
40
- ### 4. Verify Connection
41
-
42
- ```bash
43
- proagents pm connect jira
44
- proagents pm status
45
- ```
46
-
47
- ---
48
-
49
- ## Issue Type Mapping
50
-
51
- ```yaml
52
- integrations:
53
- jira:
54
- issue_types:
55
- feature: "Story"
56
- bug_fix: "Bug"
57
- quick_change: "Task"
58
- refactor: "Technical Debt"
59
- documentation: "Documentation"
60
-
61
- # Priority mapping
62
- priorities:
63
- critical: "Highest"
64
- high: "High"
65
- medium: "Medium"
66
- low: "Low"
67
- ```
68
-
69
- ---
70
-
71
- ## Workflow Status Mapping
72
-
73
- Map ProAgents phases to Jira workflow statuses:
74
-
75
- ```yaml
76
- integrations:
77
- jira:
78
- status_mapping:
79
- # ProAgents phase: Jira status
80
- init: "To Do"
81
- analysis: "In Progress"
82
- requirements: "In Progress"
83
- design: "In Progress"
84
- planning: "In Progress"
85
- implementation: "In Development"
86
- testing: "In QA"
87
- review: "Code Review"
88
- documentation: "Documentation"
89
- deployment: "Ready for Release"
90
- deployed: "Done"
91
-
92
- # Transition IDs (optional, for custom workflows)
93
- transitions:
94
- start: "21"
95
- in_development: "31"
96
- in_qa: "41"
97
- done: "51"
98
- ```
99
-
100
- ---
101
-
102
- ## Field Mapping
103
-
104
- Map ProAgents data to Jira fields:
105
-
106
- ```yaml
107
- integrations:
108
- jira:
109
- field_mapping:
110
- # Standard fields
111
- feature_name: "summary"
112
- description: "description"
113
- assignee: "assignee"
114
-
115
- # Custom fields
116
- branch_name: "customfield_10001"
117
- pr_link: "customfield_10002"
118
- test_coverage: "customfield_10003"
119
-
120
- # Labels
121
- auto_labels:
122
- - "proagents-managed"
123
- - "{{project_type}}"
124
- ```
125
-
126
- ---
127
-
128
- ## Auto-Actions
129
-
130
- ### On Feature Start
131
-
132
- ```yaml
133
- integrations:
134
- jira:
135
- on_feature_start:
136
- action: "create_or_link"
137
-
138
- # If issue doesn't exist, create it
139
- create:
140
- issue_type: "Story"
141
- summary: "{{feature_name}}"
142
- description: |
143
- ## Feature Description
144
- {{feature_description}}
145
-
146
- ## Acceptance Criteria
147
- {{acceptance_criteria}}
148
-
149
- ---
150
- *Created by ProAgents*
151
-
152
- labels:
153
- - "proagents"
154
- - "{{entry_mode}}"
155
-
156
- components:
157
- - "{{affected_module}}"
158
- ```
159
-
160
- ### On Phase Change
161
-
162
- ```yaml
163
- integrations:
164
- jira:
165
- on_phase_change:
166
- update_status: true
167
- add_comment: true
168
-
169
- comment_template: |
170
- **Phase Update**: {{previous_phase}} → {{current_phase}}
171
-
172
- {{#if phase_summary}}
173
- **Summary**: {{phase_summary}}
174
- {{/if}}
175
-
176
- **Progress**: {{progress_percentage}}%
177
- ```
178
-
179
- ### On PR Created
180
-
181
- ```yaml
182
- integrations:
183
- jira:
184
- on_pr_created:
185
- link_pr: true
186
- update_field: "customfield_10002" # PR link field
187
- add_comment: true
188
-
189
- comment_template: |
190
- **Pull Request Created**
191
-
192
- PR: [{{pr_title}}]({{pr_url}})
193
- Branch: `{{branch_name}}`
194
-
195
- {{#if pr_description}}
196
- {{pr_description}}
197
- {{/if}}
198
- ```
199
-
200
- ### On Feature Complete
201
-
202
- ```yaml
203
- integrations:
204
- jira:
205
- on_feature_complete:
206
- transition_to: "Done"
207
- add_comment: true
208
-
209
- comment_template: |
210
- **Feature Completed**
211
-
212
- - Duration: {{total_duration}}
213
- - Commits: {{commit_count}}
214
- - Test Coverage: {{test_coverage}}%
215
-
216
- **Summary**:
217
- {{completion_summary}}
218
- ```
219
-
220
- ---
221
-
222
- ## JQL Queries
223
-
224
- Use JQL to find and link issues:
225
-
226
- ```yaml
227
- integrations:
228
- jira:
229
- queries:
230
- # Find open issues for current project
231
- open_issues: "project = {{project_key}} AND status != Done"
232
-
233
- # Find issues for current feature
234
- feature_issues: "project = {{project_key}} AND labels = {{feature_name}}"
235
-
236
- # Find bugs to fix
237
- open_bugs: "project = {{project_key}} AND type = Bug AND status = Open"
238
- ```
239
-
240
- ---
241
-
242
- ## Smart Linking
243
-
244
- ProAgents can automatically find and link related issues:
245
-
246
- ```yaml
247
- integrations:
248
- jira:
249
- smart_linking:
250
- enabled: true
251
-
252
- # Search strategies
253
- strategies:
254
- - type: "branch_name"
255
- pattern: "PROJ-\\d+" # Extract issue key from branch
256
-
257
- - type: "commit_message"
258
- pattern: "PROJ-\\d+" # Extract from commits
259
-
260
- - type: "feature_name"
261
- search: "summary ~ '{{feature_name}}'"
262
- ```
263
-
264
- ---
265
-
266
- ## Bulk Operations
267
-
268
- ### Import Issues
269
-
270
- ```bash
271
- # Import issues as features
272
- proagents pm import --source jira --query "project = PROJ AND type = Story AND status = 'To Do'"
273
- ```
274
-
275
- ### Sync All
276
-
277
- ```bash
278
- # Sync all active features with Jira
279
- proagents pm sync --all
280
- ```
281
-
282
- ### Export Report
283
-
284
- ```bash
285
- # Export feature report to Jira
286
- proagents pm export-report --to jira --issue PROJ-123
287
- ```
288
-
289
- ---
290
-
291
- ## Webhooks (Optional)
292
-
293
- Set up webhooks for real-time sync:
294
-
295
- ```yaml
296
- integrations:
297
- jira:
298
- webhooks:
299
- enabled: true
300
- endpoint: "/webhooks/jira"
301
-
302
- events:
303
- - "issue_updated"
304
- - "issue_assigned"
305
- - "comment_created"
306
-
307
- # Secret for webhook verification
308
- secret_env: "JIRA_WEBHOOK_SECRET"
309
- ```
310
-
311
- ---
312
-
313
- ## Example Workflow
314
-
315
- ```
316
- 1. Developer: proagents feature start "Add user preferences"
317
- └── ProAgents creates PROJ-456 in Jira
318
-
319
- 2. Analysis phase completes
320
- └── PROJ-456 status → "In Progress"
321
- └── Comment added with analysis summary
322
-
323
- 3. Implementation starts
324
- └── PROJ-456 status → "In Development"
325
- └── Branch name added to custom field
326
-
327
- 4. PR created
328
- └── PR link added to PROJ-456
329
- └── Comment with PR details
330
-
331
- 5. Feature deployed
332
- └── PROJ-456 status → "Done"
333
- └── Final summary comment added
334
- ```
335
-
336
- ---
337
-
338
- ## Troubleshooting
339
-
340
- ### Connection Issues
341
-
342
- ```bash
343
- # Test connection
344
- proagents pm test jira
345
-
346
- # Verbose mode
347
- proagents pm connect jira --verbose
348
- ```
349
-
350
- ### Common Errors
351
-
352
- | Error | Solution |
353
- |-------|----------|
354
- | 401 Unauthorized | Check API token and email |
355
- | 404 Project not found | Verify project key |
356
- | Transition failed | Check workflow permissions |
357
- | Field not found | Verify custom field IDs |
358
-
359
- ### Debug Mode
360
-
361
- ```bash
362
- # Enable debug logging
363
- proagents pm sync --debug
364
- ```