proagents 1.6.17 → 1.6.18

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 (168) hide show
  1. package/.claude/settings.local.json +169 -0
  2. package/COMMANDS.md +595 -0
  3. package/README.md +13 -23
  4. package/package.json +2 -7
  5. package/.proagents/ai-models/README.md +0 -141
  6. package/.proagents/ai-models/cost-management.md +0 -362
  7. package/.proagents/ai-models/fallbacks.md +0 -342
  8. package/.proagents/ai-models/model-config.md +0 -318
  9. package/.proagents/ai-models/task-routing.md +0 -503
  10. package/.proagents/ai-training/README.md +0 -155
  11. package/.proagents/ai-training/continuous-learning.md +0 -413
  12. package/.proagents/ai-training/domain-knowledge.md +0 -378
  13. package/.proagents/ai-training/pattern-learning.md +0 -455
  14. package/.proagents/ai-training/training-data.md +0 -337
  15. package/.proagents/ai-training/user-preferences.md +0 -346
  16. package/.proagents/approval-workflows/README.md +0 -146
  17. package/.proagents/approval-workflows/approval-config.md +0 -332
  18. package/.proagents/approval-workflows/approval-stages.md +0 -503
  19. package/.proagents/approval-workflows/emergency-bypass.md +0 -351
  20. package/.proagents/approval-workflows/examples.md +0 -859
  21. package/.proagents/approval-workflows/notifications.md +0 -320
  22. package/.proagents/compliance/README.md +0 -206
  23. package/.proagents/compliance/access-control.md +0 -310
  24. package/.proagents/compliance/audit-logging.md +0 -444
  25. package/.proagents/compliance/compliance-frameworks.md +0 -429
  26. package/.proagents/compliance/reports.md +0 -491
  27. package/.proagents/compliance/retention-policies.md +0 -454
  28. package/.proagents/config-versioning/README.md +0 -120
  29. package/.proagents/config-versioning/changelog.md +0 -300
  30. package/.proagents/config-versioning/rollback.md +0 -283
  31. package/.proagents/config-versioning/versioning.md +0 -330
  32. package/.proagents/contract-testing/README.md +0 -223
  33. package/.proagents/contract-testing/contract-testing.md +0 -614
  34. package/.proagents/contract-testing/pact-integration.md +0 -507
  35. package/.proagents/contract-testing/schema-validation.md +0 -565
  36. package/.proagents/dependency-management/README.md +0 -140
  37. package/.proagents/dependency-management/automation.md +0 -363
  38. package/.proagents/dependency-management/compatibility.md +0 -319
  39. package/.proagents/dependency-management/security-scanning.md +0 -413
  40. package/.proagents/dependency-management/update-policies.md +0 -374
  41. package/.proagents/disaster-recovery/README.md +0 -247
  42. package/.proagents/disaster-recovery/automation.md +0 -366
  43. package/.proagents/disaster-recovery/backup-recovery.md +0 -571
  44. package/.proagents/disaster-recovery/incident-response.md +0 -565
  45. package/.proagents/disaster-recovery/rollback-procedures.md +0 -499
  46. package/.proagents/disaster-recovery/runbooks.md +0 -603
  47. package/.proagents/disaster-recovery/scenarios.md +0 -892
  48. package/.proagents/disaster-recovery/testing.md +0 -438
  49. package/.proagents/environments/README.md +0 -244
  50. package/.proagents/environments/configuration.md +0 -437
  51. package/.proagents/environments/promotion.md +0 -434
  52. package/.proagents/environments/setup.md +0 -420
  53. package/.proagents/examples/README.md +0 -55
  54. package/.proagents/examples/backend-nodejs/README.md +0 -188
  55. package/.proagents/examples/backend-nodejs/complete-conversation.md +0 -601
  56. package/.proagents/examples/backend-nodejs/proagents.config.yaml +0 -415
  57. package/.proagents/examples/backend-nodejs/workflow-example.md +0 -909
  58. package/.proagents/examples/fullstack-nextjs/README.md +0 -155
  59. package/.proagents/examples/fullstack-nextjs/complete-conversation.md +0 -604
  60. package/.proagents/examples/fullstack-nextjs/proagents.config.yaml +0 -287
  61. package/.proagents/examples/fullstack-nextjs/workflow-example.md +0 -553
  62. package/.proagents/examples/mobile-react-native/README.md +0 -171
  63. package/.proagents/examples/mobile-react-native/complete-conversation.md +0 -825
  64. package/.proagents/examples/mobile-react-native/proagents.config.yaml +0 -330
  65. package/.proagents/examples/mobile-react-native/workflow-example.md +0 -723
  66. package/.proagents/examples/web-frontend-react/README.md +0 -125
  67. package/.proagents/examples/web-frontend-react/complete-conversation.md +0 -556
  68. package/.proagents/examples/web-frontend-react/proagents.config.yaml +0 -183
  69. package/.proagents/examples/web-frontend-react/workflow-example.md +0 -603
  70. package/.proagents/existing-projects/README.md +0 -65
  71. package/.proagents/existing-projects/challenges.md +0 -861
  72. package/.proagents/existing-projects/coexistence-mode.md +0 -483
  73. package/.proagents/existing-projects/compatibility-assessment.md +0 -541
  74. package/.proagents/existing-projects/gradual-adoption.md +0 -515
  75. package/.proagents/existing-projects/migration-strategies.md +0 -788
  76. package/.proagents/existing-projects/pattern-reconciliation.md +0 -489
  77. package/.proagents/existing-projects/team-onboarding.md +0 -617
  78. package/.proagents/existing-projects/technical-debt-handling.md +0 -644
  79. package/.proagents/feature-flags/README.md +0 -263
  80. package/.proagents/feature-flags/ab-testing.md +0 -413
  81. package/.proagents/feature-flags/configuration.md +0 -420
  82. package/.proagents/feature-flags/kill-switches.md +0 -444
  83. package/.proagents/feature-flags/rollout-strategies.md +0 -392
  84. package/.proagents/history.log +0 -12
  85. package/.proagents/i18n/README.md +0 -133
  86. package/.proagents/i18n/extraction.md +0 -433
  87. package/.proagents/i18n/tms-integration.md +0 -332
  88. package/.proagents/i18n/translation-workflow.md +0 -413
  89. package/.proagents/i18n/validation.md +0 -355
  90. package/.proagents/logging/README.md +0 -276
  91. package/.proagents/logging/aggregation.md +0 -475
  92. package/.proagents/logging/log-levels.md +0 -376
  93. package/.proagents/logging/sensitive-data.md +0 -423
  94. package/.proagents/logging/structured-logging.md +0 -406
  95. package/.proagents/metrics/README.md +0 -69
  96. package/.proagents/metrics/code-quality-kpis.md +0 -461
  97. package/.proagents/metrics/deployment-metrics.md +0 -517
  98. package/.proagents/metrics/developer-productivity.md +0 -368
  99. package/.proagents/metrics/learning-effectiveness.md +0 -478
  100. package/.proagents/migrations/README.md +0 -77
  101. package/.proagents/migrations/from-claude-projects.md +0 -313
  102. package/.proagents/migrations/from-cursor-rules.md +0 -345
  103. package/.proagents/migrations/from-custom-workflows.md +0 -410
  104. package/.proagents/monitoring/README.md +0 -308
  105. package/.proagents/monitoring/alerting.md +0 -449
  106. package/.proagents/monitoring/dashboards.md +0 -454
  107. package/.proagents/monitoring/health-checks.md +0 -436
  108. package/.proagents/monitoring/metrics.md +0 -434
  109. package/.proagents/multi-project/README.md +0 -170
  110. package/.proagents/multi-project/coordinated-deploy.md +0 -510
  111. package/.proagents/multi-project/cross-project-deps.md +0 -395
  112. package/.proagents/multi-project/unified-changelog.md +0 -477
  113. package/.proagents/multi-project/walkthroughs/monorepo-setup.md +0 -787
  114. package/.proagents/multi-project/workspace-config.md +0 -408
  115. package/.proagents/notifications/README.md +0 -151
  116. package/.proagents/notifications/channels.md +0 -457
  117. package/.proagents/notifications/preferences.md +0 -415
  118. package/.proagents/notifications/routing.md +0 -449
  119. package/.proagents/notifications/scheduling.md +0 -425
  120. package/.proagents/notifications/templates.md +0 -446
  121. package/.proagents/offline-mode/README.md +0 -145
  122. package/.proagents/offline-mode/caching.md +0 -344
  123. package/.proagents/offline-mode/offline-operations.md +0 -312
  124. package/.proagents/offline-mode/queue-specifications.md +0 -679
  125. package/.proagents/offline-mode/sync.md +0 -475
  126. package/.proagents/parallel-features/README.md +0 -85
  127. package/.proagents/parallel-features/conflict-detection.md +0 -226
  128. package/.proagents/parallel-features/dependency-management.md +0 -392
  129. package/.proagents/parallel-features/merge-coordination.md +0 -506
  130. package/.proagents/parallel-features/tracking-system.md +0 -416
  131. package/.proagents/performance/README.md +0 -59
  132. package/.proagents/performance/bundle-analysis.md +0 -375
  133. package/.proagents/performance/load-testing.md +0 -563
  134. package/.proagents/performance/runtime-metrics.md +0 -489
  135. package/.proagents/performance/web-vitals.md +0 -425
  136. package/.proagents/plugins/README.md +0 -139
  137. package/.proagents/plugins/creating-plugins.md +0 -504
  138. package/.proagents/plugins/plugin-api.md +0 -467
  139. package/.proagents/plugins/plugin-registry.md +0 -276
  140. package/.proagents/reporting/README.md +0 -158
  141. package/.proagents/reporting/dashboards.md +0 -366
  142. package/.proagents/reporting/exports.md +0 -524
  143. package/.proagents/reporting/quality-metrics.md +0 -385
  144. package/.proagents/reporting/templates/README.md +0 -56
  145. package/.proagents/reporting/templates/dashboard-config.json +0 -187
  146. package/.proagents/reporting/templates/metrics-queries.md +0 -427
  147. package/.proagents/reporting/templates/react-dashboard.tsx +0 -544
  148. package/.proagents/reporting/templates/widgets.md +0 -451
  149. package/.proagents/reporting/velocity-metrics.md +0 -340
  150. package/.proagents/reverse-engineering/README.md +0 -151
  151. package/.proagents/reverse-engineering/architecture-extraction.md +0 -325
  152. package/.proagents/reverse-engineering/code-analysis.md +0 -377
  153. package/.proagents/reverse-engineering/dependency-mapping.md +0 -567
  154. package/.proagents/reverse-engineering/diagram-generation.md +0 -586
  155. package/.proagents/reverse-engineering/documentation-generation.md +0 -468
  156. package/.proagents/reverse-engineering/pattern-detection.md +0 -569
  157. package/.proagents/reverse-engineering/quality-assessment.md +0 -733
  158. package/.proagents/secrets/README.md +0 -278
  159. package/.proagents/secrets/access-control.md +0 -443
  160. package/.proagents/secrets/rotation.md +0 -403
  161. package/.proagents/secrets/scanning.md +0 -487
  162. package/.proagents/secrets/storage.md +0 -394
  163. package/.proagents/webhooks/README.md +0 -126
  164. package/.proagents/webhooks/endpoints.md +0 -298
  165. package/.proagents/webhooks/events.md +0 -316
  166. package/.proagents/webhooks/payloads.md +0 -325
  167. package/.proagents/webhooks/reliability.md +0 -363
  168. 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