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,477 +0,0 @@
1
- # Unified Changelog
2
-
3
- Aggregating changes across multiple projects in a monorepo or workspace.
4
-
5
- ---
6
-
7
- ## Overview
8
-
9
- When working with multiple related projects, a unified changelog provides:
10
- - Single source of truth for all changes
11
- - Cross-project change correlation
12
- - Coordinated release notes
13
- - Timeline of workspace evolution
14
-
15
- ---
16
-
17
- ## Configuration
18
-
19
- ### Workspace Setup
20
-
21
- ```yaml
22
- # proagents.workspace.yaml
23
- multi_project:
24
- unified_changelog:
25
- enabled: true
26
-
27
- # Output location
28
- output:
29
- path: "./CHANGELOG.md"
30
- format: "markdown"
31
-
32
- # Archive by date
33
- archive:
34
- enabled: true
35
- path: "./changelog/"
36
- structure: "year/month"
37
-
38
- # Projects to include
39
- projects:
40
- - name: "frontend"
41
- path: "./projects/frontend"
42
- prefix: "[Frontend]"
43
-
44
- - name: "backend"
45
- path: "./projects/backend"
46
- prefix: "[Backend]"
47
-
48
- - name: "mobile"
49
- path: "./projects/mobile"
50
- prefix: "[Mobile]"
51
-
52
- - name: "shared"
53
- path: "./packages/shared"
54
- prefix: "[Shared]"
55
- ```
56
-
57
- ### Entry Configuration
58
-
59
- ```yaml
60
- multi_project:
61
- unified_changelog:
62
- entries:
63
- # Entry format
64
- format: |
65
- ## {{date}} - {{title}}
66
-
67
- **Projects:** {{projects}}
68
- **Authors:** {{authors}}
69
-
70
- ### Changes
71
- {{changes}}
72
-
73
- ### Related
74
- {{#if tickets}}
75
- - Tickets: {{tickets}}
76
- {{/if}}
77
- {{#if prs}}
78
- - Pull Requests: {{prs}}
79
- {{/if}}
80
-
81
- # Categories
82
- categories:
83
- - name: "Features"
84
- prefix: "feat"
85
- icon: "rocket"
86
-
87
- - name: "Bug Fixes"
88
- prefix: "fix"
89
- icon: "bug"
90
-
91
- - name: "Performance"
92
- prefix: "perf"
93
- icon: "zap"
94
-
95
- - name: "Security"
96
- prefix: "security"
97
- icon: "shield"
98
-
99
- - name: "Dependencies"
100
- prefix: "deps"
101
- icon: "package"
102
- ```
103
-
104
- ---
105
-
106
- ## Changelog Structure
107
-
108
- ### Directory Layout
109
-
110
- ```
111
- /workspace/
112
- ├── CHANGELOG.md # Current changelog
113
- ├── changelog/
114
- │ ├── 2024/
115
- │ │ ├── 01/
116
- │ │ │ ├── 2024-01-15-user-auth.md
117
- │ │ │ ├── 2024-01-18-dashboard.md
118
- │ │ │ └── 2024-01-20-payment-fix.md
119
- │ │ └── 02/
120
- │ │ └── ...
121
- │ └── ARCHIVE.md # Archived summaries
122
- └── proagents.workspace.yaml
123
- ```
124
-
125
- ### Entry Template
126
-
127
- ```markdown
128
- # Change: User Authentication System
129
-
130
- **Date:** 2024-01-15
131
- **Type:** Feature
132
- **Projects:** [Backend, Frontend]
133
- **Authors:** @developer1, @developer2
134
-
135
- ## Summary
136
- Implemented complete user authentication system with OAuth support.
137
-
138
- ## Changes by Project
139
-
140
- ### Backend
141
- - Added authentication middleware
142
- - Implemented JWT token management
143
- - Created user session endpoints
144
- - Added OAuth provider integrations
145
-
146
- ### Frontend
147
- - Created login/signup forms
148
- - Added authentication context
149
- - Implemented protected routes
150
- - Added session persistence
151
-
152
- ## Related
153
- - **Tickets:** AUTH-123, AUTH-124
154
- - **Pull Requests:** #456, #457
155
- - **Documentation:** [Auth Guide](/docs/auth.md)
156
-
157
- ## Migration Notes
158
- - Run database migration: `npm run migrate`
159
- - Update environment variables: `JWT_SECRET`, `OAUTH_CLIENT_ID`
160
-
161
- ## Tags
162
- authentication, oauth, security, user-management
163
- ```
164
-
165
- ---
166
-
167
- ## Automated Generation
168
-
169
- ### From Git Commits
170
-
171
- ```yaml
172
- multi_project:
173
- unified_changelog:
174
- automation:
175
- git:
176
- enabled: true
177
-
178
- # Parse conventional commits
179
- parse_commits: true
180
-
181
- # Extract from commit messages
182
- extract:
183
- type: "prefix" # feat:, fix:, etc.
184
- scope: "parentheses" # (frontend), (api)
185
- ticket: "pattern" # JIRA-123, #456
186
-
187
- # Group by
188
- group_by: "date" # or "version", "project"
189
-
190
- # Include merge commits
191
- include_merges: false
192
- ```
193
-
194
- ### From Pull Requests
195
-
196
- ```yaml
197
- multi_project:
198
- unified_changelog:
199
- automation:
200
- pull_requests:
201
- enabled: true
202
-
203
- # Extract from PR
204
- extract:
205
- title: true
206
- body: true
207
- labels: true
208
- linked_issues: true
209
-
210
- # Label to category mapping
211
- label_mapping:
212
- "type: feature": "Features"
213
- "type: bug": "Bug Fixes"
214
- "type: security": "Security"
215
-
216
- # Required labels to include
217
- require_labels:
218
- - "changelog"
219
- ```
220
-
221
- ### CI Integration
222
-
223
- ```yaml
224
- # GitHub Actions
225
- multi_project:
226
- unified_changelog:
227
- ci:
228
- # Generate on release
229
- on_release:
230
- enabled: true
231
- action: "generate"
232
-
233
- # Update on merge to main
234
- on_merge:
235
- enabled: true
236
- action: "add_entry"
237
- branch: "main"
238
-
239
- # Validate changelog in PR
240
- on_pr:
241
- enabled: true
242
- action: "validate"
243
- require_entry: true
244
- ```
245
-
246
- ---
247
-
248
- ## Cross-Project Correlation
249
-
250
- ### Related Changes
251
-
252
- ```yaml
253
- multi_project:
254
- unified_changelog:
255
- correlation:
256
- # Link related changes
257
- linking:
258
- enabled: true
259
-
260
- # Match by
261
- match_by:
262
- - "ticket_number"
263
- - "pr_reference"
264
- - "branch_name"
265
- - "time_window"
266
-
267
- # Time window for related changes
268
- time_window: "24h"
269
-
270
- # Show dependencies
271
- dependencies:
272
- show: true
273
- format: |
274
- **Depends on:** {{dependencies}}
275
- **Blocks:** {{blocked_by}}
276
- ```
277
-
278
- ### Coordinated Releases
279
-
280
- ```yaml
281
- multi_project:
282
- unified_changelog:
283
- releases:
284
- # Coordinated release notes
285
- coordinated:
286
- enabled: true
287
-
288
- # Release format
289
- format: |
290
- # Release {{version}} - {{date}}
291
-
292
- ## Projects Released
293
- {{#each projects}}
294
- - {{name}}: {{version}}
295
- {{/each}}
296
-
297
- ## Combined Changes
298
- {{changes_by_category}}
299
-
300
- ## Upgrade Guide
301
- {{upgrade_notes}}
302
-
303
- # Version strategies
304
- versioning:
305
- strategy: "independent" # or "synchronized"
306
- sync_on_breaking: true
307
- ```
308
-
309
- ---
310
-
311
- ## Filtering & Views
312
-
313
- ### Project-Specific View
314
-
315
- ```yaml
316
- multi_project:
317
- unified_changelog:
318
- views:
319
- # Filter by project
320
- by_project:
321
- enabled: true
322
- generate_separate: true
323
- output: "./projects/{{project}}/CHANGELOG.md"
324
-
325
- # Filter by category
326
- by_category:
327
- enabled: true
328
- categories:
329
- - "security"
330
- - "breaking-changes"
331
- ```
332
-
333
- ### Time-Based Views
334
-
335
- ```yaml
336
- multi_project:
337
- unified_changelog:
338
- views:
339
- # Weekly digest
340
- weekly:
341
- enabled: true
342
- output: "./changelog/weekly/{{year}}-W{{week}}.md"
343
-
344
- # Monthly summary
345
- monthly:
346
- enabled: true
347
- output: "./changelog/monthly/{{year}}-{{month}}.md"
348
-
349
- # Release notes
350
- releases:
351
- enabled: true
352
- output: "./releases/{{version}}.md"
353
- ```
354
-
355
- ---
356
-
357
- ## Search & Query
358
-
359
- ### Searchable Index
360
-
361
- ```yaml
362
- multi_project:
363
- unified_changelog:
364
- search:
365
- enabled: true
366
-
367
- # Index configuration
368
- index:
369
- fields:
370
- - "title"
371
- - "description"
372
- - "tags"
373
- - "authors"
374
- - "projects"
375
-
376
- # Full-text search
377
- full_text: true
378
-
379
- # Facets
380
- facets:
381
- - "project"
382
- - "type"
383
- - "author"
384
- - "date"
385
- ```
386
-
387
- ### Query Examples
388
-
389
- ```bash
390
- # Search by keyword
391
- proagents changelog search "authentication"
392
-
393
- # Filter by project
394
- proagents changelog query --project backend --since 2024-01-01
395
-
396
- # Filter by author
397
- proagents changelog query --author developer1
398
-
399
- # Filter by type
400
- proagents changelog query --type feature --project frontend
401
-
402
- # Export filtered results
403
- proagents changelog export --query "security" --format json
404
- ```
405
-
406
- ---
407
-
408
- ## Notifications
409
-
410
- ### Change Notifications
411
-
412
- ```yaml
413
- multi_project:
414
- unified_changelog:
415
- notifications:
416
- # On new entry
417
- on_entry:
418
- channels:
419
- - slack: "#releases"
420
-
421
- template: |
422
- *New Change Added*
423
- {{title}}
424
- Projects: {{projects}}
425
- Author: {{author}}
426
- <{{url}}|View Details>
427
-
428
- # Weekly digest
429
- weekly_digest:
430
- enabled: true
431
- schedule: "monday 9am"
432
- channels:
433
- - email: "engineering@company.com"
434
- - slack: "#engineering"
435
- ```
436
-
437
- ---
438
-
439
- ## Commands
440
-
441
- ```bash
442
- # Generate changelog
443
- proagents changelog generate
444
-
445
- # Add entry manually
446
- proagents changelog add --title "New Feature" --project frontend --type feat
447
-
448
- # View recent changes
449
- proagents changelog show --last 10
450
-
451
- # Search changelog
452
- proagents changelog search "authentication"
453
-
454
- # Generate release notes
455
- proagents changelog release --version 1.2.0
456
-
457
- # Validate changelog format
458
- proagents changelog validate
459
-
460
- # Export to different format
461
- proagents changelog export --format json > changelog.json
462
-
463
- # Sync with git history
464
- proagents changelog sync --from v1.0.0 --to HEAD
465
- ```
466
-
467
- ---
468
-
469
- ## Best Practices
470
-
471
- 1. **Consistent Format**: Use templates for uniform entries
472
- 2. **Meaningful Titles**: Clear, concise change descriptions
473
- 3. **Cross-Reference**: Link related changes and tickets
474
- 4. **Categorize**: Group changes by type for easy scanning
475
- 5. **Automate**: Generate from commits/PRs when possible
476
- 6. **Archive**: Keep historical records accessible
477
- 7. **Notify**: Keep stakeholders informed of changes