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,441 +0,0 @@
1
- # Communication Templates
2
-
3
- Standard templates for team communication during development.
4
-
5
- ---
6
-
7
- ## Feature Development Notifications
8
-
9
- ### Feature Start Notification
10
-
11
- ```markdown
12
- ## 🚀 Feature Started
13
-
14
- **Feature:** [Feature Name]
15
- **Branch:** `feature/[branch-name]`
16
- **Assigned:** @developer
17
- **Started:** [Date]
18
-
19
- ### Summary
20
- [Brief description of the feature]
21
-
22
- ### Scope
23
- - [Key deliverable 1]
24
- - [Key deliverable 2]
25
- - [Key deliverable 3]
26
-
27
- ### Areas Affected
28
- - Files: [list or "TBD after analysis"]
29
- - Modules: [list affected modules]
30
- - APIs: [list affected APIs]
31
-
32
- ### Dependencies
33
- - Depends on: [other features/PRs]
34
- - Blocks: [features waiting on this]
35
-
36
- ### Timeline
37
- - Analysis: [date]
38
- - Implementation: [date range]
39
- - Review: [date]
40
- - Target completion: [date]
41
-
42
- ### Notes
43
- [Any additional context or considerations]
44
-
45
- ---
46
- cc: @team-lead @relevant-stakeholders
47
- ```
48
-
49
- ### Feature Progress Update
50
-
51
- ```markdown
52
- ## 📊 Feature Progress Update
53
-
54
- **Feature:** [Feature Name]
55
- **Branch:** `feature/[branch-name]`
56
- **Date:** [Date]
57
-
58
- ### Current Status
59
- - **Phase:** [Implementation / Testing / Review]
60
- - **Progress:** [X]%
61
- - **On Track:** ✅ Yes / ⚠️ At Risk / ❌ Delayed
62
-
63
- ### Completed
64
- - [x] [Completed item 1]
65
- - [x] [Completed item 2]
66
-
67
- ### In Progress
68
- - [ ] [Current work item]
69
-
70
- ### Remaining
71
- - [ ] [Remaining item 1]
72
- - [ ] [Remaining item 2]
73
-
74
- ### Blockers
75
- - [Blocker description, if any]
76
- - Waiting on: @person
77
-
78
- ### Changes from Plan
79
- - [Any scope changes or pivots]
80
-
81
- ### Next Steps
82
- 1. [Next step 1]
83
- 2. [Next step 2]
84
-
85
- ---
86
- cc: @team-lead
87
- ```
88
-
89
- ### Feature Complete Notification
90
-
91
- ```markdown
92
- ## ✅ Feature Complete
93
-
94
- **Feature:** [Feature Name]
95
- **Branch:** `feature/[branch-name]`
96
- **PR:** #[PR number]
97
- **Completed:** [Date]
98
-
99
- ### Summary
100
- [Brief summary of what was delivered]
101
-
102
- ### What Was Built
103
- - [Deliverable 1]
104
- - [Deliverable 2]
105
- - [Deliverable 3]
106
-
107
- ### Files Changed
108
- - Created: [X] files
109
- - Modified: [X] files
110
- - Deleted: [X] files
111
-
112
- ### Test Coverage
113
- - Unit tests: [X] added
114
- - Integration tests: [X] added
115
- - Coverage: [X]%
116
-
117
- ### Documentation
118
- - [Link to docs if applicable]
119
-
120
- ### Ready for Review
121
- - [ ] Code review: @reviewer
122
- - [ ] Design review: @designer (if applicable)
123
- - [ ] QA review: @qa (if applicable)
124
-
125
- ### Deployment Notes
126
- - [Any deployment considerations]
127
- - [Environment variables needed]
128
-
129
- ---
130
- cc: @team-lead @reviewers
131
- ```
132
-
133
- ---
134
-
135
- ## Code Review Communication
136
-
137
- ### Review Request
138
-
139
- ```markdown
140
- ## 👀 Review Request
141
-
142
- **PR:** #[PR number]
143
- **Feature:** [Feature Name]
144
- **Author:** @developer
145
-
146
- ### Review Type
147
- - [ ] Full review (new feature)
148
- - [ ] Quick review (bug fix)
149
- - [ ] Architecture review
150
- - [ ] Security review
151
-
152
- ### Changes Summary
153
- [Brief description of changes]
154
-
155
- ### Key Areas to Review
156
- 1. [Specific area 1] - [why it needs attention]
157
- 2. [Specific area 2] - [why it needs attention]
158
-
159
- ### Testing Done
160
- - [x] Unit tests pass
161
- - [x] Manual testing completed
162
- - [x] [Other testing]
163
-
164
- ### Review Deadline
165
- [Date] - [Reason if urgent]
166
-
167
- ### Context
168
- [Any additional context reviewers need]
169
-
170
- ---
171
- Requested reviewers: @reviewer1 @reviewer2
172
- ```
173
-
174
- ### Review Complete
175
-
176
- ```markdown
177
- ## ✅ Review Complete
178
-
179
- **PR:** #[PR number]
180
- **Reviewer:** @reviewer
181
-
182
- ### Decision
183
- - ✅ Approved
184
- - 🔄 Approved with suggestions
185
- - ⚠️ Request changes
186
-
187
- ### Summary
188
- [Brief summary of review findings]
189
-
190
- ### Comments
191
- - **Blocking:** [X] items
192
- - **Suggestions:** [X] items
193
- - **Praise:** [X] items
194
-
195
- ### Key Feedback
196
- 1. [Most important feedback point]
197
- 2. [Second important point]
198
-
199
- ### Next Steps
200
- - [ ] [Required action if changes requested]
201
-
202
- ---
203
- cc: @developer
204
- ```
205
-
206
- ---
207
-
208
- ## Bug Reports
209
-
210
- ### Bug Report Template
211
-
212
- ```markdown
213
- ## 🐛 Bug Report
214
-
215
- **Title:** [Brief description]
216
- **Severity:** 🔴 Critical / 🟠 High / 🟡 Medium / 🟢 Low
217
- **Found in:** [Environment/Version]
218
- **Reported by:** @reporter
219
- **Date:** [Date]
220
-
221
- ### Description
222
- [Detailed description of the bug]
223
-
224
- ### Steps to Reproduce
225
- 1. [Step 1]
226
- 2. [Step 2]
227
- 3. [Step 3]
228
-
229
- ### Expected Behavior
230
- [What should happen]
231
-
232
- ### Actual Behavior
233
- [What actually happens]
234
-
235
- ### Screenshots/Videos
236
- [Attach if applicable]
237
-
238
- ### Environment
239
- - Browser/Device: [details]
240
- - OS: [details]
241
- - Version: [app version]
242
-
243
- ### Logs
244
- ```
245
- [Relevant error logs]
246
- ```
247
-
248
- ### Impact
249
- - Users affected: [estimate]
250
- - Workaround available: Yes/No
251
-
252
- ### Related
253
- - Related issues: #[issue numbers]
254
- - Related PRs: #[PR numbers]
255
-
256
- ---
257
- Assigned: @developer
258
- Priority: [Priority level]
259
- ```
260
-
261
- ### Bug Fix Notification
262
-
263
- ```markdown
264
- ## 🔧 Bug Fixed
265
-
266
- **Bug:** #[Issue number] - [Title]
267
- **PR:** #[PR number]
268
- **Fixed by:** @developer
269
- **Fixed in:** [Version/Branch]
270
-
271
- ### Root Cause
272
- [Explanation of why the bug occurred]
273
-
274
- ### Solution
275
- [Brief explanation of the fix]
276
-
277
- ### Files Changed
278
- - [File 1]: [What changed]
279
- - [File 2]: [What changed]
280
-
281
- ### Testing
282
- - [x] Bug no longer reproducible
283
- - [x] Related functionality tested
284
- - [x] Regression tests added
285
-
286
- ### Deployment
287
- - [ ] Deployed to staging
288
- - [ ] Ready for production
289
-
290
- ### Verification Steps
291
- 1. [How to verify the fix]
292
- 2. [Step 2]
293
-
294
- ---
295
- cc: @reporter @qa
296
- ```
297
-
298
- ---
299
-
300
- ## Deployment Communication
301
-
302
- ### Deployment Notification
303
-
304
- ```markdown
305
- ## 🚢 Deployment Notification
306
-
307
- **Environment:** [Staging / Production]
308
- **Version:** [Version number]
309
- **Date/Time:** [Date and time]
310
- **Deployed by:** @deployer
311
-
312
- ### Changes Included
313
- - [Feature 1] (#PR)
314
- - [Feature 2] (#PR)
315
- - [Bug fix 1] (#PR)
316
-
317
- ### Deployment Checklist
318
- - [x] All tests passing
319
- - [x] Code review approved
320
- - [x] Staging tested
321
- - [x] Rollback plan ready
322
-
323
- ### Breaking Changes
324
- - [List any breaking changes]
325
- - Migration required: Yes/No
326
-
327
- ### Action Required
328
- - [ ] [Any manual steps needed]
329
- - [ ] [Configuration changes]
330
-
331
- ### Monitoring
332
- - Dashboard: [link]
333
- - Alerts: [configured]
334
-
335
- ### Rollback Plan
336
- [How to rollback if issues found]
337
-
338
- ---
339
- cc: @team @on-call
340
- ```
341
-
342
- ### Incident Notification
343
-
344
- ```markdown
345
- ## 🚨 Incident Alert
346
-
347
- **Severity:** 🔴 Critical / 🟠 High / 🟡 Medium
348
- **Status:** Investigating / Identified / Monitoring / Resolved
349
- **Started:** [Time]
350
- **Duration:** [Ongoing / X minutes]
351
-
352
- ### Impact
353
- - Affected: [What's affected]
354
- - Users impacted: [Estimate]
355
- - Error rate: [X]%
356
-
357
- ### Summary
358
- [Brief description of the incident]
359
-
360
- ### Timeline
361
- - [Time]: [Event]
362
- - [Time]: [Event]
363
- - [Time]: [Event]
364
-
365
- ### Current Actions
366
- - [Action being taken]
367
- - [Action being taken]
368
-
369
- ### Incident Commander
370
- @person
371
-
372
- ### Updates
373
- Next update in: [X] minutes
374
-
375
- ---
376
- cc: @on-call @leadership
377
- ```
378
-
379
- ---
380
-
381
- ## Handoff Communication
382
-
383
- ### Work Handoff
384
-
385
- ```markdown
386
- ## 🔄 Work Handoff
387
-
388
- **From:** @current-developer
389
- **To:** @next-developer
390
- **Feature/Task:** [Name]
391
- **Date:** [Date]
392
-
393
- ### Current Status
394
- - Branch: `[branch-name]`
395
- - Phase: [Phase]
396
- - Progress: [X]%
397
-
398
- ### What's Done
399
- - [x] [Completed item 1]
400
- - [x] [Completed item 2]
401
-
402
- ### What's Remaining
403
- - [ ] [Remaining item 1]
404
- - [ ] [Remaining item 2]
405
-
406
- ### Key Context
407
- - [Important decision made and why]
408
- - [Known issue to be aware of]
409
- - [Design consideration]
410
-
411
- ### Files to Focus On
412
- - `[file1.ts]` - [what's there]
413
- - `[file2.ts]` - [what's there]
414
-
415
- ### Blockers/Dependencies
416
- - [Any blockers]
417
- - Waiting on: [items/people]
418
-
419
- ### Resources
420
- - Design: [link]
421
- - Requirements: [link]
422
- - Related PRs: #[numbers]
423
-
424
- ### Questions?
425
- [Best way to reach for questions]
426
-
427
- ---
428
- cc: @team-lead
429
- ```
430
-
431
- ---
432
-
433
- ## Commands
434
-
435
- | Command | Description |
436
- |---------|-------------|
437
- | `pa:notify-start` | Send feature start notification |
438
- | `pa:notify-update` | Send progress update |
439
- | `pa:notify-complete` | Send completion notification |
440
- | `pa:notify-deploy` | Send deployment notification |
441
- | `pa:handoff` | Generate handoff document |