proagents 1.6.17 → 1.6.19

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 (185) hide show
  1. package/.claude/settings.local.json +169 -0
  2. package/.proagents/AGENTS.md +2 -0
  3. package/.proagents/AI_INSTRUCTIONS.md +13 -0
  4. package/.proagents/ANTIGRAVITY.md +2 -0
  5. package/.proagents/BOLT.md +2 -0
  6. package/.proagents/CHATGPT.md +2 -0
  7. package/.proagents/CLAUDE.md +2 -0
  8. package/.proagents/GEMINI.md +2 -0
  9. package/.proagents/GROQ.md +2 -0
  10. package/.proagents/KIRO.md +2 -0
  11. package/.proagents/LOVABLE.md +2 -0
  12. package/.proagents/PROAGENTS.md +2 -0
  13. package/.proagents/REPLIT.md +2 -0
  14. package/.proagents/prompts/00-project-setup.md +878 -0
  15. package/.proagents/prompts/04-planning.md +38 -0
  16. package/.proagents/prompts/12-rnd.md +957 -0
  17. package/.proagents/workflow-modes/entry-modes.md +27 -0
  18. package/.proagents/worklog/_context.template.md +47 -0
  19. package/COMMANDS.md +654 -0
  20. package/README.md +16 -24
  21. package/package.json +2 -7
  22. package/.proagents/ai-models/README.md +0 -141
  23. package/.proagents/ai-models/cost-management.md +0 -362
  24. package/.proagents/ai-models/fallbacks.md +0 -342
  25. package/.proagents/ai-models/model-config.md +0 -318
  26. package/.proagents/ai-models/task-routing.md +0 -503
  27. package/.proagents/ai-training/README.md +0 -155
  28. package/.proagents/ai-training/continuous-learning.md +0 -413
  29. package/.proagents/ai-training/domain-knowledge.md +0 -378
  30. package/.proagents/ai-training/pattern-learning.md +0 -455
  31. package/.proagents/ai-training/training-data.md +0 -337
  32. package/.proagents/ai-training/user-preferences.md +0 -346
  33. package/.proagents/approval-workflows/README.md +0 -146
  34. package/.proagents/approval-workflows/approval-config.md +0 -332
  35. package/.proagents/approval-workflows/approval-stages.md +0 -503
  36. package/.proagents/approval-workflows/emergency-bypass.md +0 -351
  37. package/.proagents/approval-workflows/examples.md +0 -859
  38. package/.proagents/approval-workflows/notifications.md +0 -320
  39. package/.proagents/compliance/README.md +0 -206
  40. package/.proagents/compliance/access-control.md +0 -310
  41. package/.proagents/compliance/audit-logging.md +0 -444
  42. package/.proagents/compliance/compliance-frameworks.md +0 -429
  43. package/.proagents/compliance/reports.md +0 -491
  44. package/.proagents/compliance/retention-policies.md +0 -454
  45. package/.proagents/config-versioning/README.md +0 -120
  46. package/.proagents/config-versioning/changelog.md +0 -300
  47. package/.proagents/config-versioning/rollback.md +0 -283
  48. package/.proagents/config-versioning/versioning.md +0 -330
  49. package/.proagents/contract-testing/README.md +0 -223
  50. package/.proagents/contract-testing/contract-testing.md +0 -614
  51. package/.proagents/contract-testing/pact-integration.md +0 -507
  52. package/.proagents/contract-testing/schema-validation.md +0 -565
  53. package/.proagents/dependency-management/README.md +0 -140
  54. package/.proagents/dependency-management/automation.md +0 -363
  55. package/.proagents/dependency-management/compatibility.md +0 -319
  56. package/.proagents/dependency-management/security-scanning.md +0 -413
  57. package/.proagents/dependency-management/update-policies.md +0 -374
  58. package/.proagents/disaster-recovery/README.md +0 -247
  59. package/.proagents/disaster-recovery/automation.md +0 -366
  60. package/.proagents/disaster-recovery/backup-recovery.md +0 -571
  61. package/.proagents/disaster-recovery/incident-response.md +0 -565
  62. package/.proagents/disaster-recovery/rollback-procedures.md +0 -499
  63. package/.proagents/disaster-recovery/runbooks.md +0 -603
  64. package/.proagents/disaster-recovery/scenarios.md +0 -892
  65. package/.proagents/disaster-recovery/testing.md +0 -438
  66. package/.proagents/environments/README.md +0 -244
  67. package/.proagents/environments/configuration.md +0 -437
  68. package/.proagents/environments/promotion.md +0 -434
  69. package/.proagents/environments/setup.md +0 -420
  70. package/.proagents/examples/README.md +0 -55
  71. package/.proagents/examples/backend-nodejs/README.md +0 -188
  72. package/.proagents/examples/backend-nodejs/complete-conversation.md +0 -601
  73. package/.proagents/examples/backend-nodejs/proagents.config.yaml +0 -415
  74. package/.proagents/examples/backend-nodejs/workflow-example.md +0 -909
  75. package/.proagents/examples/fullstack-nextjs/README.md +0 -155
  76. package/.proagents/examples/fullstack-nextjs/complete-conversation.md +0 -604
  77. package/.proagents/examples/fullstack-nextjs/proagents.config.yaml +0 -287
  78. package/.proagents/examples/fullstack-nextjs/workflow-example.md +0 -553
  79. package/.proagents/examples/mobile-react-native/README.md +0 -171
  80. package/.proagents/examples/mobile-react-native/complete-conversation.md +0 -825
  81. package/.proagents/examples/mobile-react-native/proagents.config.yaml +0 -330
  82. package/.proagents/examples/mobile-react-native/workflow-example.md +0 -723
  83. package/.proagents/examples/web-frontend-react/README.md +0 -125
  84. package/.proagents/examples/web-frontend-react/complete-conversation.md +0 -556
  85. package/.proagents/examples/web-frontend-react/proagents.config.yaml +0 -183
  86. package/.proagents/examples/web-frontend-react/workflow-example.md +0 -603
  87. package/.proagents/existing-projects/README.md +0 -65
  88. package/.proagents/existing-projects/challenges.md +0 -861
  89. package/.proagents/existing-projects/coexistence-mode.md +0 -483
  90. package/.proagents/existing-projects/compatibility-assessment.md +0 -541
  91. package/.proagents/existing-projects/gradual-adoption.md +0 -515
  92. package/.proagents/existing-projects/migration-strategies.md +0 -788
  93. package/.proagents/existing-projects/pattern-reconciliation.md +0 -489
  94. package/.proagents/existing-projects/team-onboarding.md +0 -617
  95. package/.proagents/existing-projects/technical-debt-handling.md +0 -644
  96. package/.proagents/feature-flags/README.md +0 -263
  97. package/.proagents/feature-flags/ab-testing.md +0 -413
  98. package/.proagents/feature-flags/configuration.md +0 -420
  99. package/.proagents/feature-flags/kill-switches.md +0 -444
  100. package/.proagents/feature-flags/rollout-strategies.md +0 -392
  101. package/.proagents/history.log +0 -12
  102. package/.proagents/i18n/README.md +0 -133
  103. package/.proagents/i18n/extraction.md +0 -433
  104. package/.proagents/i18n/tms-integration.md +0 -332
  105. package/.proagents/i18n/translation-workflow.md +0 -413
  106. package/.proagents/i18n/validation.md +0 -355
  107. package/.proagents/logging/README.md +0 -276
  108. package/.proagents/logging/aggregation.md +0 -475
  109. package/.proagents/logging/log-levels.md +0 -376
  110. package/.proagents/logging/sensitive-data.md +0 -423
  111. package/.proagents/logging/structured-logging.md +0 -406
  112. package/.proagents/metrics/README.md +0 -69
  113. package/.proagents/metrics/code-quality-kpis.md +0 -461
  114. package/.proagents/metrics/deployment-metrics.md +0 -517
  115. package/.proagents/metrics/developer-productivity.md +0 -368
  116. package/.proagents/metrics/learning-effectiveness.md +0 -478
  117. package/.proagents/migrations/README.md +0 -77
  118. package/.proagents/migrations/from-claude-projects.md +0 -313
  119. package/.proagents/migrations/from-cursor-rules.md +0 -345
  120. package/.proagents/migrations/from-custom-workflows.md +0 -410
  121. package/.proagents/monitoring/README.md +0 -308
  122. package/.proagents/monitoring/alerting.md +0 -449
  123. package/.proagents/monitoring/dashboards.md +0 -454
  124. package/.proagents/monitoring/health-checks.md +0 -436
  125. package/.proagents/monitoring/metrics.md +0 -434
  126. package/.proagents/multi-project/README.md +0 -170
  127. package/.proagents/multi-project/coordinated-deploy.md +0 -510
  128. package/.proagents/multi-project/cross-project-deps.md +0 -395
  129. package/.proagents/multi-project/unified-changelog.md +0 -477
  130. package/.proagents/multi-project/walkthroughs/monorepo-setup.md +0 -787
  131. package/.proagents/multi-project/workspace-config.md +0 -408
  132. package/.proagents/notifications/README.md +0 -151
  133. package/.proagents/notifications/channels.md +0 -457
  134. package/.proagents/notifications/preferences.md +0 -415
  135. package/.proagents/notifications/routing.md +0 -449
  136. package/.proagents/notifications/scheduling.md +0 -425
  137. package/.proagents/notifications/templates.md +0 -446
  138. package/.proagents/offline-mode/README.md +0 -145
  139. package/.proagents/offline-mode/caching.md +0 -344
  140. package/.proagents/offline-mode/offline-operations.md +0 -312
  141. package/.proagents/offline-mode/queue-specifications.md +0 -679
  142. package/.proagents/offline-mode/sync.md +0 -475
  143. package/.proagents/parallel-features/README.md +0 -85
  144. package/.proagents/parallel-features/conflict-detection.md +0 -226
  145. package/.proagents/parallel-features/dependency-management.md +0 -392
  146. package/.proagents/parallel-features/merge-coordination.md +0 -506
  147. package/.proagents/parallel-features/tracking-system.md +0 -416
  148. package/.proagents/performance/README.md +0 -59
  149. package/.proagents/performance/bundle-analysis.md +0 -375
  150. package/.proagents/performance/load-testing.md +0 -563
  151. package/.proagents/performance/runtime-metrics.md +0 -489
  152. package/.proagents/performance/web-vitals.md +0 -425
  153. package/.proagents/plugins/README.md +0 -139
  154. package/.proagents/plugins/creating-plugins.md +0 -504
  155. package/.proagents/plugins/plugin-api.md +0 -467
  156. package/.proagents/plugins/plugin-registry.md +0 -276
  157. package/.proagents/reporting/README.md +0 -158
  158. package/.proagents/reporting/dashboards.md +0 -366
  159. package/.proagents/reporting/exports.md +0 -524
  160. package/.proagents/reporting/quality-metrics.md +0 -385
  161. package/.proagents/reporting/templates/README.md +0 -56
  162. package/.proagents/reporting/templates/dashboard-config.json +0 -187
  163. package/.proagents/reporting/templates/metrics-queries.md +0 -427
  164. package/.proagents/reporting/templates/react-dashboard.tsx +0 -544
  165. package/.proagents/reporting/templates/widgets.md +0 -451
  166. package/.proagents/reporting/velocity-metrics.md +0 -340
  167. package/.proagents/reverse-engineering/README.md +0 -151
  168. package/.proagents/reverse-engineering/architecture-extraction.md +0 -325
  169. package/.proagents/reverse-engineering/code-analysis.md +0 -377
  170. package/.proagents/reverse-engineering/dependency-mapping.md +0 -567
  171. package/.proagents/reverse-engineering/diagram-generation.md +0 -586
  172. package/.proagents/reverse-engineering/documentation-generation.md +0 -468
  173. package/.proagents/reverse-engineering/pattern-detection.md +0 -569
  174. package/.proagents/reverse-engineering/quality-assessment.md +0 -733
  175. package/.proagents/secrets/README.md +0 -278
  176. package/.proagents/secrets/access-control.md +0 -443
  177. package/.proagents/secrets/rotation.md +0 -403
  178. package/.proagents/secrets/scanning.md +0 -487
  179. package/.proagents/secrets/storage.md +0 -394
  180. package/.proagents/webhooks/README.md +0 -126
  181. package/.proagents/webhooks/endpoints.md +0 -298
  182. package/.proagents/webhooks/events.md +0 -316
  183. package/.proagents/webhooks/payloads.md +0 -325
  184. package/.proagents/webhooks/reliability.md +0 -363
  185. package/.proagents/webhooks/security.md +0 -380
@@ -1,425 +0,0 @@
1
- # Notification Scheduling
2
-
3
- Quiet hours, batching, and scheduled notifications.
4
-
5
- ---
6
-
7
- ## Quiet Hours
8
-
9
- ### Global Quiet Hours
10
-
11
- ```yaml
12
- notifications:
13
- scheduling:
14
- quiet_hours:
15
- enabled: true
16
-
17
- # Default quiet period
18
- default:
19
- start: "22:00"
20
- end: "08:00"
21
- timezone: "UTC"
22
-
23
- # Weekend quiet hours
24
- weekend:
25
- enabled: true
26
- start: "Friday 20:00"
27
- end: "Monday 08:00"
28
- ```
29
-
30
- ### Per-User Quiet Hours
31
-
32
- ```yaml
33
- notifications:
34
- users:
35
- john.doe:
36
- quiet_hours:
37
- enabled: true
38
- start: "21:00"
39
- end: "09:00"
40
- timezone: "America/New_York"
41
-
42
- # Custom weekend
43
- weekend:
44
- start: "Friday 18:00"
45
- end: "Monday 10:00"
46
- ```
47
-
48
- ### Quiet Hours Exceptions
49
-
50
- ```yaml
51
- notifications:
52
- scheduling:
53
- quiet_hours:
54
- exceptions:
55
- # Always deliver critical events
56
- - priority: "critical"
57
-
58
- # Always deliver security events
59
- - events:
60
- - "security.critical"
61
- - "security.breach"
62
-
63
- # Always deliver production failures
64
- - conditions:
65
- event: "deploy.failed"
66
- environment: "production"
67
- ```
68
-
69
- ### Quiet Hours Behavior
70
-
71
- ```yaml
72
- notifications:
73
- scheduling:
74
- quiet_hours:
75
- behavior:
76
- # What to do with notifications during quiet hours
77
- action: "queue" # "queue" | "digest" | "discard"
78
-
79
- # Deliver queued notifications when quiet hours end
80
- deliver_on_resume: true
81
-
82
- # Or include in morning digest
83
- include_in_digest: true
84
- ```
85
-
86
- ---
87
-
88
- ## Notification Batching
89
-
90
- ### Batch Configuration
91
-
92
- ```yaml
93
- notifications:
94
- scheduling:
95
- batching:
96
- enabled: true
97
-
98
- # Batch similar events
99
- rules:
100
- # Batch test failures
101
- - events: ["test.failed"]
102
- window: "5m"
103
- min_count: 3
104
- title: "{{count}} Test Failures"
105
-
106
- # Batch lint warnings
107
- - events: ["lint.warning"]
108
- window: "10m"
109
- min_count: 5
110
- title: "{{count}} Lint Warnings"
111
-
112
- # Batch build events
113
- - events: ["build.*"]
114
- window: "15m"
115
- group_by: "feature"
116
- ```
117
-
118
- ### Batch Message Format
119
-
120
- ```yaml
121
- notifications:
122
- scheduling:
123
- batching:
124
- format:
125
- title: "{{count}} {{event_type}} events"
126
- summary: "Batched notifications from the last {{window}}"
127
-
128
- # Show individual items
129
- show_items: true
130
- max_items: 10
131
-
132
- # Collapse similar items
133
- collapse_similar: true
134
- ```
135
-
136
- ### Example Batched Notification
137
-
138
- ```
139
- ┌─────────────────────────────────────────────────────────────┐
140
- │ 8 Test Failures (Last 5 minutes) │
141
- ├─────────────────────────────────────────────────────────────┤
142
- │ │
143
- │ Feature: user-authentication │
144
- │ │
145
- │ Failed Tests: │
146
- │ • UserService.login.should_validate_email │
147
- │ • UserService.login.should_check_password │
148
- │ • AuthController.login.should_return_token │
149
- │ • AuthController.login.should_handle_invalid_credentials │
150
- │ • ... and 4 more │
151
- │ │
152
- │ [View All Failures] [Run Tests] │
153
- │ │
154
- └─────────────────────────────────────────────────────────────┘
155
- ```
156
-
157
- ---
158
-
159
- ## Scheduled Digests
160
-
161
- ### Daily Digest
162
-
163
- ```yaml
164
- notifications:
165
- scheduling:
166
- digest:
167
- daily:
168
- enabled: true
169
- time: "09:00"
170
- timezone: "America/New_York"
171
-
172
- # Include
173
- include:
174
- - events_summary: true
175
- - features_progress: true
176
- - pending_reviews: true
177
- - upcoming_deploys: true
178
-
179
- # Channels
180
- channels: ["email", "slack"]
181
- ```
182
-
183
- ### Weekly Digest
184
-
185
- ```yaml
186
- notifications:
187
- scheduling:
188
- digest:
189
- weekly:
190
- enabled: true
191
- day: "monday"
192
- time: "09:00"
193
- timezone: "America/New_York"
194
-
195
- include:
196
- - features_completed: true
197
- - bugs_fixed: true
198
- - deployments: true
199
- - metrics: true
200
- - highlights: true
201
- ```
202
-
203
- ### Digest Content
204
-
205
- ```
206
- ┌─────────────────────────────────────────────────────────────┐
207
- │ Daily Digest - January 15, 2024 │
208
- ├─────────────────────────────────────────────────────────────┤
209
- │ │
210
- │ Summary │
211
- │ ├── Features Completed: 2 │
212
- │ ├── Bugs Fixed: 5 │
213
- │ ├── Deployments: 3 │
214
- │ └── PRs Merged: 8 │
215
- │ │
216
- │ Completed Features │
217
- │ • User Authentication - by John Doe │
218
- │ • Dashboard Redesign - by Jane Smith │
219
- │ │
220
- │ Pending Reviews (3) │
221
- │ • PR #123: Add payment integration (waiting 2 days) │
222
- │ • PR #124: Update user profile (waiting 1 day) │
223
- │ • PR #125: Fix login bug (waiting 4 hours) │
224
- │ │
225
- │ Upcoming Deployments │
226
- │ • Staging: v1.5.0 - Today at 14:00 │
227
- │ • Production: v1.5.0 - Tomorrow at 10:00 │
228
- │ │
229
- │ [View Dashboard] [View All PRs] │
230
- │ │
231
- └─────────────────────────────────────────────────────────────┘
232
- ```
233
-
234
- ---
235
-
236
- ## Scheduled Notifications
237
-
238
- ### Schedule Future Notifications
239
-
240
- ```yaml
241
- notifications:
242
- scheduling:
243
- scheduled:
244
- # Pre-deployment reminder
245
- - name: "deployment-reminder"
246
- trigger:
247
- event: "deploy.scheduled"
248
- notifications:
249
- - delay: "-1h"
250
- message: "Deployment in 1 hour: {{deploy.version}}"
251
- channels: ["slack"]
252
-
253
- - delay: "-15m"
254
- message: "Deployment in 15 minutes: {{deploy.version}}"
255
- channels: ["slack"]
256
- mention: "@team"
257
-
258
- # Review reminders
259
- - name: "review-reminder"
260
- trigger:
261
- event: "review.pending"
262
- age: "24h"
263
- notifications:
264
- - message: "PR #{{pr.number}} is waiting for review"
265
- channels: ["slack"]
266
- mention: "{{pr.reviewers}}"
267
- ```
268
-
269
- ### Recurring Notifications
270
-
271
- ```yaml
272
- notifications:
273
- scheduling:
274
- recurring:
275
- # Daily standup reminder
276
- - name: "standup-reminder"
277
- schedule: "0 9 * * 1-5" # 9 AM weekdays
278
- channels: ["slack"]
279
- slack_channel: "#daily-standup"
280
- message: "Time for daily standup! What are you working on today?"
281
-
282
- # Weekly review reminder
283
- - name: "weekly-review"
284
- schedule: "0 14 * * 5" # 2 PM Friday
285
- channels: ["slack"]
286
- message: "Don't forget to submit your weekly review!"
287
-
288
- # Monthly metrics report
289
- - name: "monthly-metrics"
290
- schedule: "0 10 1 * *" # 10 AM, 1st of month
291
- channels: ["email"]
292
- template: "monthly-report"
293
- ```
294
-
295
- ---
296
-
297
- ## Delay & Throttling
298
-
299
- ### Notification Delay
300
-
301
- ```yaml
302
- notifications:
303
- scheduling:
304
- delay:
305
- # Delay non-urgent notifications
306
- rules:
307
- - match:
308
- priority: "low"
309
- delay: "5m"
310
-
311
- - match:
312
- priority: "normal"
313
- time: "outside_business_hours"
314
- delay: "until_business_hours"
315
- ```
316
-
317
- ### Throttling
318
-
319
- ```yaml
320
- notifications:
321
- scheduling:
322
- throttling:
323
- enabled: true
324
-
325
- # Per-user limits
326
- per_user:
327
- per_minute: 5
328
- per_hour: 30
329
- per_day: 100
330
-
331
- # Per-channel limits
332
- per_channel:
333
- slack:
334
- per_minute: 10
335
- per_hour: 100
336
-
337
- # On limit reached
338
- on_limit:
339
- action: "batch" # "batch" | "queue" | "drop"
340
- notify_user: true
341
- ```
342
-
343
- ---
344
-
345
- ## Time Zone Handling
346
-
347
- ### Time Zone Configuration
348
-
349
- ```yaml
350
- notifications:
351
- scheduling:
352
- timezone:
353
- # Default timezone
354
- default: "UTC"
355
-
356
- # Respect user timezone
357
- use_user_timezone: true
358
-
359
- # Respect team timezone
360
- use_team_timezone: true
361
- ```
362
-
363
- ### Multi-Timezone Teams
364
-
365
- ```yaml
366
- notifications:
367
- teams:
368
- global-team:
369
- members:
370
- - name: "john.doe"
371
- timezone: "America/New_York"
372
- - name: "jane.smith"
373
- timezone: "Europe/London"
374
- - name: "bob.wilson"
375
- timezone: "Asia/Tokyo"
376
-
377
- # Notifications respect individual timezones
378
- respect_timezones: true
379
-
380
- # Find overlap for team notifications
381
- team_notifications:
382
- find_overlap: true
383
- min_overlap: "2h"
384
- ```
385
-
386
- ---
387
-
388
- ## Commands
389
-
390
- ```bash
391
- # View scheduled notifications
392
- proagents notifications schedule list
393
-
394
- # Schedule notification
395
- proagents notifications schedule add \
396
- --message "Deploy reminder" \
397
- --time "2024-01-16 10:00" \
398
- --channel slack
399
-
400
- # Cancel scheduled notification
401
- proagents notifications schedule cancel <id>
402
-
403
- # View digest settings
404
- proagents notifications digest config
405
-
406
- # Trigger digest now
407
- proagents notifications digest send --type daily
408
-
409
- # Set quiet hours
410
- proagents notifications quiet-hours set "22:00-08:00"
411
-
412
- # Disable quiet hours temporarily
413
- proagents notifications quiet-hours disable --until "2024-01-16"
414
- ```
415
-
416
- ---
417
-
418
- ## Best Practices
419
-
420
- 1. **Respect Time Zones**: Deliver at appropriate local times
421
- 2. **Use Quiet Hours**: Don't disturb during off-hours
422
- 3. **Batch Related**: Combine similar notifications
423
- 4. **Summarize in Digests**: Daily/weekly summaries reduce noise
424
- 5. **Allow Exceptions**: Critical issues should always get through
425
- 6. **Test Scheduling**: Verify notifications arrive when expected