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.
Files changed (136) hide show
  1. package/.claude/settings.local.json +3 -1
  2. package/.proagents/.cursorrules +1 -1
  3. package/.proagents/.windsurfrules +1 -1
  4. package/.proagents/AGENTS.md +1 -1
  5. package/.proagents/AI_INSTRUCTIONS.md +29 -1
  6. package/.proagents/BOLT.md +1 -1
  7. package/.proagents/CLAUDE.md +1 -1
  8. package/.proagents/GEMINI.md +1 -1
  9. package/.proagents/KIRO.md +1 -1
  10. package/.proagents/LOVABLE.md +1 -1
  11. package/.proagents/REPLIT.md +1 -1
  12. package/.proagents/custom-commands.yaml +1 -2
  13. package/.proagents/docs/command-details.md +1 -2
  14. package/.proagents/getting-started/ai-training-setup.md +0 -1
  15. package/.proagents/performance/README.md +59 -0
  16. package/.proagents/performance/bundle-analysis.md +375 -0
  17. package/.proagents/performance/load-testing.md +563 -0
  18. package/.proagents/performance/runtime-metrics.md +489 -0
  19. package/.proagents/performance/web-vitals.md +425 -0
  20. package/.proagents/proagents.config.yaml +55 -1
  21. package/.proagents/prompts/11-session-tracking.md +100 -0
  22. package/.proagents/prompts/13-commit.md +426 -0
  23. package/.proagents/workflow-modes/entry-modes.md +1 -6
  24. package/COMMANDS.md +19 -0
  25. package/lib/commands/init.js +62 -11
  26. package/package.json +1 -1
  27. package/.proagents/api-versioning/README.md +0 -257
  28. package/.proagents/api-versioning/changelog-template.md +0 -225
  29. package/.proagents/api-versioning/deprecation-workflow.md +0 -470
  30. package/.proagents/api-versioning/versioning-strategy.md +0 -291
  31. package/.proagents/automation/README.md +0 -38
  32. package/.proagents/automation/ai-behavior-rules.md +0 -339
  33. package/.proagents/automation/ai-prompt-injection.md +0 -331
  34. package/.proagents/automation/auto-decisions.md +0 -535
  35. package/.proagents/automation/decision-defaults.yaml +0 -317
  36. package/.proagents/cache/README.md +0 -110
  37. package/.proagents/cache/analysis-metadata.json +0 -76
  38. package/.proagents/cache/conventions.json +0 -125
  39. package/.proagents/cache/dependencies.json +0 -85
  40. package/.proagents/cache/features.json +0 -115
  41. package/.proagents/cache/patterns.json +0 -105
  42. package/.proagents/cache/schemas/conventions-schema.json +0 -138
  43. package/.proagents/cache/schemas/dependencies-schema.json +0 -95
  44. package/.proagents/cache/schemas/features-schema.json +0 -104
  45. package/.proagents/cache/schemas/metadata-schema.json +0 -83
  46. package/.proagents/cache/schemas/patterns-schema.json +0 -136
  47. package/.proagents/cache/schemas/structure-schema.json +0 -72
  48. package/.proagents/cache/structure.json +0 -109
  49. package/.proagents/checklists/README.md +0 -261
  50. package/.proagents/checklists/code-quality.md +0 -137
  51. package/.proagents/checklists/code-review.md +0 -148
  52. package/.proagents/checklists/pr-checklist.md +0 -78
  53. package/.proagents/checklists/pre-deployment.md +0 -132
  54. package/.proagents/checklists/pre-implementation.md +0 -80
  55. package/.proagents/checklists/testing.md +0 -120
  56. package/.proagents/checkpoints.json +0 -13
  57. package/.proagents/cicd/README.md +0 -338
  58. package/.proagents/cicd/azure-devops.md +0 -267
  59. package/.proagents/cicd/github-actions.md +0 -375
  60. package/.proagents/cicd/gitlab-ci.md +0 -278
  61. package/.proagents/cicd/jenkins.md +0 -317
  62. package/.proagents/collaboration/README.md +0 -143
  63. package/.proagents/collaboration/roles.md +0 -248
  64. package/.proagents/collaboration/sessions.md +0 -390
  65. package/.proagents/collaboration/sync.md +0 -358
  66. package/.proagents/cost/README.md +0 -48
  67. package/.proagents/cost/cost-template.md +0 -283
  68. package/.proagents/cost/estimation-framework.md +0 -287
  69. package/.proagents/database/README.md +0 -72
  70. package/.proagents/database/examples/001-create-users.sql +0 -129
  71. package/.proagents/database/examples/002-add-preferences.sql +0 -94
  72. package/.proagents/database/examples/003-add-index.sql +0 -105
  73. package/.proagents/database/examples/004-rename-column.sql +0 -122
  74. package/.proagents/database/examples/005-add-foreign-key.sql +0 -142
  75. package/.proagents/database/examples/006-data-migration.sql +0 -196
  76. package/.proagents/database/examples/007-drop-column.sql +0 -163
  77. package/.proagents/database/examples/README.md +0 -89
  78. package/.proagents/database/migration-workflow.md +0 -478
  79. package/.proagents/database/rollback-scripts.md +0 -487
  80. package/.proagents/database/safety-checks.md +0 -447
  81. package/.proagents/git/README.md +0 -68
  82. package/.proagents/git/branch-strategy.md +0 -164
  83. package/.proagents/git/commit-conventions.md +0 -241
  84. package/.proagents/git/pr-workflow.md +0 -286
  85. package/.proagents/git/rollback-procedures.md +0 -416
  86. package/.proagents/ide-integration/README.md +0 -124
  87. package/.proagents/ide-integration/cline-config.md +0 -429
  88. package/.proagents/ide-integration/continue-config.md +0 -380
  89. package/.proagents/ide-integration/cursor-rules.md +0 -280
  90. package/.proagents/ide-integration/github-copilot.md +0 -384
  91. package/.proagents/ide-integration/windsurf-rules.md +0 -314
  92. package/.proagents/integrations/README.md +0 -97
  93. package/.proagents/integrations/pm/README.md +0 -344
  94. package/.proagents/learning/README.md +0 -136
  95. package/.proagents/learning/adaptation.md +0 -305
  96. package/.proagents/learning/data-collection.md +0 -283
  97. package/.proagents/learning/implementation-guide.md +0 -865
  98. package/.proagents/learning/reports.md +0 -306
  99. package/.proagents/mcp/README.md +0 -133
  100. package/.proagents/mcp/context-providers.md +0 -442
  101. package/.proagents/mcp/server-config.md +0 -306
  102. package/.proagents/mcp/tools-definition.md +0 -513
  103. package/.proagents/pm-integration/README.md +0 -151
  104. package/.proagents/pm-integration/asana.md +0 -346
  105. package/.proagents/pm-integration/github-issues.md +0 -308
  106. package/.proagents/pm-integration/gitlab-issues.md +0 -482
  107. package/.proagents/pm-integration/jira.md +0 -364
  108. package/.proagents/pm-integration/linear.md +0 -409
  109. package/.proagents/pm-integration/notion.md +0 -275
  110. package/.proagents/pm-integration/sync-config.md +0 -533
  111. package/.proagents/pm-integration/trello.md +0 -159
  112. package/.proagents/rules/README.md +0 -179
  113. package/.proagents/rules/custom-rules-template.yaml +0 -286
  114. package/.proagents/rules/custom-rules.md +0 -754
  115. package/.proagents/rules/validation-rules-template.yaml +0 -517
  116. package/.proagents/runbooks/README.md +0 -219
  117. package/.proagents/runbooks/dependency-vulnerability.md +0 -505
  118. package/.proagents/runbooks/incident-response.md +0 -451
  119. package/.proagents/runbooks/performance-degradation.md +0 -584
  120. package/.proagents/runbooks/production-debugging.md +0 -489
  121. package/.proagents/sessions/README.md +0 -5
  122. package/.proagents/sprints/README.md +0 -58
  123. package/.proagents/team/README.md +0 -256
  124. package/.proagents/team/code-ownership.md +0 -306
  125. package/.proagents/team/communication-templates.md +0 -441
  126. package/.proagents/team/handoff-protocol.md +0 -380
  127. package/.proagents/team/ide-setup/README.md +0 -103
  128. package/.proagents/team/ide-setup/cursor.md +0 -276
  129. package/.proagents/team/ide-setup/jetbrains.md +0 -330
  130. package/.proagents/team/ide-setup/neovim.md +0 -640
  131. package/.proagents/team/ide-setup/vscode.md +0 -348
  132. package/.proagents/team/onboarding.md +0 -278
  133. package/.proagents/time-tracking.json +0 -19
  134. package/.proagents/troubleshooting/README.md +0 -730
  135. package/.proagents/troubleshooting/ai-issues.md +0 -601
  136. 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 |