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
package/COMMANDS.md ADDED
@@ -0,0 +1,595 @@
1
+ # ProAgents Command Reference
2
+
3
+ Complete reference for CLI and AI (`pa:`) commands. For quick start, see [README.md](README.md).
4
+
5
+ ---
6
+
7
+ ## Table of Contents
8
+
9
+ ### CLI Commands
10
+ - [Initialization](#initialization)
11
+ - [Features & Fixes](#features--fixes)
12
+ - [Maintenance](#maintenance)
13
+ - [Release Notes](#release-notes)
14
+ - [Updating ProAgents](#updating-proagents)
15
+ - [AI Platforms](#ai-platforms)
16
+ - [Configuration](#configuration)
17
+ - [Statistics & Monitoring](#statistics--monitoring)
18
+ - [Changelog Management](#changelog-management)
19
+ - [Backup & Restore](#backup--restore)
20
+ - [Shell Completions](#shell-completions)
21
+ - [Quick File Access](#quick-file-access)
22
+
23
+ ### AI Commands (pa:)
24
+ - [Quick Aliases](#quick-aliases)
25
+ - [Core Commands](#core-commands)
26
+ - [Workflow Phase Commands](#workflow-phase-commands)
27
+ - [Documentation](#documentation)
28
+ - [Quality & Testing](#quality--testing)
29
+ - [Cross-AI Continuity](#cross-ai-continuity)
30
+ - [Learning & Tracking](#learning--tracking)
31
+ - [Navigation & Flow](#navigation--flow)
32
+ - [Context & History](#context--history)
33
+ - [Sprint & Estimation](#sprint--estimation)
34
+ - [Code Quality](#code-quality)
35
+ - [Code Generation](#code-generation)
36
+ - [Refactoring](#refactoring)
37
+ - [Debug & Logs](#debug--logs)
38
+ - [Testing Advanced](#testing-advanced)
39
+ - [Platform-Specific Test Suites](#platform-specific-test-suites)
40
+ - [Custom Commands](#custom-commands)
41
+
42
+ ---
43
+
44
+ ## CLI Commands
45
+
46
+ Run these in your terminal:
47
+
48
+ ### Initialization
49
+
50
+ ```bash
51
+ npx proagents init # Initialize in project
52
+ ```
53
+
54
+ ### Features & Fixes
55
+
56
+ ```bash
57
+ proagents feature start "name" # Start a new feature
58
+ proagents feature status # Check feature status
59
+ proagents fix "bug description" # Quick bug fix mode
60
+ ```
61
+
62
+ ### Maintenance
63
+
64
+ ```bash
65
+ proagents doctor # Health check installation
66
+ proagents doctor --full # Extended checks (branches, logs, features)
67
+ proagents status # Show ProAgents status
68
+ proagents version # Show detailed version info
69
+ ```
70
+
71
+ ### Release Notes
72
+
73
+ ```bash
74
+ proagents release # Interactive release note generator
75
+ proagents release -t detailed # Full comprehensive notes
76
+ proagents release -t short # Quick summary
77
+ proagents release -t client # Business-focused, non-technical
78
+ proagents release -t developer # Technical details for devs
79
+ proagents release -t hotfix # Urgent patch notes
80
+ proagents release -t prerelease # Beta/RC notes
81
+ proagents release --include fixes # Only include bug fixes
82
+ proagents release --include features # Only include features
83
+ proagents release --append -o FILE # Append to existing notes
84
+ proagents release --bump # Suggest version bump
85
+ proagents release --module auth # Filter by module name
86
+ proagents release --changelog # Update CHANGELOG.md
87
+ proagents release --tag # Create git tag
88
+ proagents release --json # JSON output for CI/CD
89
+ ```
90
+
91
+ ### Updating ProAgents
92
+
93
+ ```bash
94
+ npx proagents init # Smart update (recommended)
95
+ proagents upgrade # Full replace (use with caution)
96
+ ```
97
+
98
+ | Command | What It Does | When to Use |
99
+ |---------|--------------|-------------|
100
+ | `npx proagents init` | Updates framework, merges config, preserves your work | Regular updates |
101
+ | `proagents upgrade` | Removes everything, installs fresh | Complete reset |
102
+
103
+ **What's preserved with `init`:**
104
+ - `active-features/` - Your work in progress
105
+ - `changelog/` - Your change history
106
+ - `worklog/` - Your work context
107
+ - `.learning/` - Learned patterns
108
+ - `proagents.config.yaml` - Your values kept, new options merged
109
+
110
+ ### AI Platforms
111
+
112
+ ```bash
113
+ proagents ai list # List installed AI platforms
114
+ proagents ai add # Add more platforms
115
+ proagents ai remove # Remove platforms
116
+ ```
117
+
118
+ ### Configuration
119
+
120
+ ```bash
121
+ proagents config show # Show current config
122
+ proagents config setup # Interactive config wizard
123
+ proagents config export # Export config for sharing
124
+ proagents config import <file> # Import config from file
125
+ ```
126
+
127
+ ### Statistics & Monitoring
128
+
129
+ ```bash
130
+ proagents stats # Show project & AI usage stats
131
+ proagents stats --json # JSON output for scripting
132
+ ```
133
+
134
+ ### Changelog Management
135
+
136
+ ```bash
137
+ proagents changelog view # View recent changelog entries
138
+ proagents changelog add "entry" # Add new changelog entry
139
+ proagents changelog list # List available changelogs
140
+ proagents changelog export # Export to CHANGELOG.md
141
+ proagents changelog git # View git history as changelog
142
+ ```
143
+
144
+ ### Backup & Restore
145
+
146
+ ```bash
147
+ proagents restore <backup.json> # Restore from uninstall backup
148
+ ```
149
+
150
+ ### Shell Completions
151
+
152
+ ```bash
153
+ proagents completion bash # Generate bash completions
154
+ proagents completion zsh # Generate zsh completions
155
+ proagents completion fish # Generate fish completions
156
+ ```
157
+
158
+ ### Quick File Access
159
+
160
+ ```bash
161
+ proagents open # Show available shortcuts
162
+ proagents open config # Open proagents.config.yaml
163
+ proagents open changelog # Open recent changelog
164
+ proagents open activity # Open activity log
165
+ proagents open context # Open worklog context
166
+ ```
167
+
168
+ ### Other
169
+
170
+ ```bash
171
+ proagents docs # Open documentation
172
+ proagents commands # Show all commands
173
+ proagents uninstall # Remove ProAgents
174
+ ```
175
+
176
+ ---
177
+
178
+ # AI Commands (pa:)
179
+
180
+ Type these in any AI assistant (Claude, ChatGPT, Gemini, Cursor, etc.)
181
+
182
+ ---
183
+
184
+ ## Quick Aliases
185
+
186
+ | Alias | Expands To |
187
+ |-------|------------|
188
+ | `pa:f` | `pa:feature` |
189
+ | `pa:s` | `pa:status` |
190
+ | `pa:h` | `pa:help` |
191
+ | `pa:d` | `pa:doc` |
192
+ | `pa:t` | `pa:test` |
193
+ | `pa:q` | `pa:qa` |
194
+ | `pa:a` | `pa:analyze` |
195
+ | `pa:r` | `pa:requirements` |
196
+ | `pa:p` | `pa:plan` |
197
+ | `pa:i` | `pa:implement` |
198
+ | `pa:rev` | `pa:review` |
199
+ | `pa:dbg` | `pa:debug` |
200
+ | `pa:l` | `pa:logs` |
201
+
202
+ ---
203
+
204
+ ## Core Commands
205
+
206
+ | Command | Description |
207
+ |---------|-------------|
208
+ | `pa:feature "name"` | Start new feature workflow (all phases) |
209
+ | `pa:fix "description"` | Quick bug fix mode |
210
+ | `pa:status` | Show current progress |
211
+ | `pa:help` | Show all commands |
212
+
213
+ ---
214
+
215
+ ## Workflow Phase Commands
216
+
217
+ | Command | Phase | Description |
218
+ |---------|-------|-------------|
219
+ | `pa:analyze` | Analysis | Deep codebase analysis |
220
+ | `pa:requirements` | Requirements | Gather feature requirements |
221
+ | `pa:design` | Design | UI/Architecture design |
222
+ | `pa:plan` | Planning | Create implementation plan |
223
+ | `pa:implement` | Implementation | Execute code changes |
224
+ | `pa:test` | Testing | Create and run tests |
225
+ | `pa:review` | Review | Code review workflow |
226
+ | `pa:doc` | Documentation | Generate documentation |
227
+ | `pa:deploy` | Deployment | Deployment preparation |
228
+
229
+ ---
230
+
231
+ ## Documentation
232
+
233
+ | Command | Description |
234
+ |---------|-------------|
235
+ | `pa:doc` | Generate documentation |
236
+ | `pa:changelog` | Update CHANGELOG.md |
237
+ | `pa:release` | Generate release notes |
238
+
239
+ ---
240
+
241
+ ## Quality & Testing
242
+
243
+ | Command | Description |
244
+ |---------|-------------|
245
+ | `pa:qa` | Run quality assurance checks |
246
+ | `pa:rollback` | Rollback procedures |
247
+
248
+ ---
249
+
250
+ ## Cross-AI Continuity
251
+
252
+ | Command | Description |
253
+ |---------|-------------|
254
+ | `pa:sync` | **Run first** - Load project context |
255
+ | `pa:resume` | Quick resume - shows last session + next action |
256
+ | `pa:session-start` | Begin new work session |
257
+ | `pa:session-end` | Finalize session, update logs |
258
+ | `pa:conflict-check` | Check if files modified by other AI |
259
+ | `pa:undo-last` | Undo last AI's entire session (revert all changes) |
260
+ | `pa:undo-file "path"` | Undo changes to specific file |
261
+ | `pa:changelog` | Update all changelogs |
262
+ | `pa:changelog --from-git` | Auto-populate from git commits |
263
+ | `pa:changelog-feature X` | View feature changelog |
264
+ | `pa:changelog-module X` | View module changelog |
265
+ | `pa:history` | View command history |
266
+ | `pa:activity` | Show recent AI activity |
267
+ | `pa:handoff` | Create handoff notes |
268
+
269
+ ---
270
+
271
+ ## Learning & Tracking
272
+
273
+ | Command | Description |
274
+ |---------|-------------|
275
+ | `pa:decision "title"` | Log architectural decision |
276
+ | `pa:decisions` | Show all decisions |
277
+ | `pa:error "description"` | Log error and solution |
278
+ | `pa:errors` | Search past errors |
279
+ | `pa:feedback "description"` | Log feedback for AI learning |
280
+
281
+ ---
282
+
283
+ ## AI Platform Management
284
+
285
+ | Command | Description |
286
+ |---------|-------------|
287
+ | `pa:ai-list` | List installed AI platforms |
288
+ | `pa:ai-add` | Add more AI platforms |
289
+ | `pa:ai-sync` | Sync config with files |
290
+
291
+ ---
292
+
293
+ ## Navigation & Flow
294
+
295
+ | Command | Description |
296
+ |---------|-------------|
297
+ | `pa:next` | Show next step in workflow |
298
+ | `pa:resume` | Resume paused feature |
299
+ | `pa:skip` | Skip current phase |
300
+ | `pa:back` | Go to previous phase |
301
+ | `pa:progress` | Show visual progress bar |
302
+
303
+ ---
304
+
305
+ ## Context & History
306
+
307
+ | Command | Description |
308
+ |---------|-------------|
309
+ | `pa:context` | View project context |
310
+ | `pa:diff` | Show changes since last session |
311
+ | `pa:history` | Show command history |
312
+ | `pa:checkpoint` | Create restore point |
313
+ | `pa:undo` | Undo last action |
314
+
315
+ ---
316
+
317
+ ## Sprint & Estimation
318
+
319
+ | Command | Description |
320
+ |---------|-------------|
321
+ | `pa:sprint-start` | Start new sprint |
322
+ | `pa:sprint-end` | End sprint with summary |
323
+ | `pa:estimate` | Estimate task complexity |
324
+ | `pa:velocity` | Show velocity metrics |
325
+
326
+ ---
327
+
328
+ ## Integration
329
+
330
+ | Command | Description |
331
+ |---------|-------------|
332
+ | `pa:github` | GitHub integration |
333
+ | `pa:github-pr` | Create pull request |
334
+ | `pa:jira` | Sync with Jira |
335
+ | `pa:notify` | Send notification |
336
+
337
+ ---
338
+
339
+ ## Code Quality
340
+
341
+ | Command | Description |
342
+ |---------|-------------|
343
+ | `pa:metrics` | Code quality metrics |
344
+ | `pa:coverage` | Test coverage report |
345
+ | `pa:deps` | Analyze dependencies |
346
+ | `pa:deps-outdated` | Find outdated packages |
347
+ | `pa:deps-security` | Security scan |
348
+
349
+ ---
350
+
351
+ ## Code Generation
352
+
353
+ | Command | Description |
354
+ |---------|-------------|
355
+ | `pa:generate` | Show generation options |
356
+ | `pa:generate-component` | Generate component |
357
+ | `pa:generate-api` | Generate API endpoint |
358
+ | `pa:generate-test` | Generate test file |
359
+
360
+ ---
361
+
362
+ ## Refactoring
363
+
364
+ | Command | Description |
365
+ |---------|-------------|
366
+ | `pa:refactor` | Suggest refactoring |
367
+ | `pa:rename` | Rename across codebase |
368
+ | `pa:extract` | Extract function/component |
369
+ | `pa:cleanup` | Remove dead code |
370
+
371
+ ---
372
+
373
+ ## Time Tracking
374
+
375
+ | Command | Description |
376
+ |---------|-------------|
377
+ | `pa:time-start` | Start time tracking |
378
+ | `pa:time-stop` | Stop tracking |
379
+ | `pa:time-report` | Show time report |
380
+
381
+ ---
382
+
383
+ ## Environment & Database
384
+
385
+ | Command | Description |
386
+ |---------|-------------|
387
+ | `pa:env-check` | Verify environment |
388
+ | `pa:secrets-scan` | Scan for secrets |
389
+ | `pa:db-migrate` | Run migrations |
390
+ | `pa:db-seed` | Seed database |
391
+
392
+ ---
393
+
394
+ ## Accessibility & Performance
395
+
396
+ | Command | Description |
397
+ |---------|-------------|
398
+ | `pa:a11y` | Accessibility audit |
399
+ | `pa:lighthouse` | Lighthouse audit |
400
+ | `pa:perf` | Performance analysis |
401
+
402
+ ---
403
+
404
+ ## Export & Learning
405
+
406
+ | Command | Description |
407
+ |---------|-------------|
408
+ | `pa:export` | Export config/data |
409
+ | `pa:import` | Import data |
410
+ | `pa:backup` | Backup proagents |
411
+ | `pa:learn` | Teach AI a pattern |
412
+ | `pa:suggestions` | Show AI suggestions |
413
+
414
+ ---
415
+
416
+ ## API & Documentation
417
+
418
+ | Command | Description |
419
+ |---------|-------------|
420
+ | `pa:api-docs` | Generate OpenAPI/Swagger docs |
421
+ | `pa:storybook` | Generate Storybook stories |
422
+ | `pa:readme` | Auto-generate/update README |
423
+ | `pa:types` | Generate TypeScript types |
424
+
425
+ ---
426
+
427
+ ## Git Advanced
428
+
429
+ | Command | Description |
430
+ |---------|-------------|
431
+ | `pa:branch` | Branch management |
432
+ | `pa:merge` | Smart merge with conflict preview |
433
+ | `pa:conflict` | Resolve merge conflicts with AI |
434
+ | `pa:changelog-gen` | Auto-generate changelog |
435
+
436
+ ---
437
+
438
+ ## Search & Code Navigation
439
+
440
+ | Command | Description |
441
+ |---------|-------------|
442
+ | `pa:find` | Find code patterns/usage |
443
+ | `pa:todo` | Find all TODOs in code |
444
+ | `pa:fixme` | Find FIXMEs and critical issues |
445
+ | `pa:unused` | Find unused code/exports |
446
+
447
+ ---
448
+
449
+ ## Code Analysis
450
+
451
+ | Command | Description |
452
+ |---------|-------------|
453
+ | `pa:complexity` | Cyclomatic complexity analysis |
454
+ | `pa:duplication` | Find duplicate code blocks |
455
+ | `pa:hotspots` | Find frequently changed files |
456
+
457
+ ---
458
+
459
+ ## Debug & Logs
460
+
461
+ | Command | Description |
462
+ |---------|-------------|
463
+ | `pa:debug` | Start debug session |
464
+ | `pa:debug-add` | Add debug logs to code |
465
+ | `pa:debug-add "file"` | Add logs to specific file |
466
+ | `pa:debug-trace "func"` | Add entry/exit logs to function |
467
+ | `pa:debug-var "var"` | Track variable changes |
468
+ | `pa:debug-api` | Add API request/response logging |
469
+ | `pa:debug-state` | Add state change logging |
470
+ | `pa:debug-error` | Add error boundary logging |
471
+ | `pa:debug-web` | Web console debugging |
472
+ | `pa:debug-rn` | React Native debugging |
473
+ | `pa:debug-android` | Android native (logcat) |
474
+ | `pa:debug-ios` | iOS native debugging |
475
+ | `pa:logs` | View recent logs |
476
+ | `pa:logs-filter "term"` | Filter logs by term |
477
+ | `pa:debug-clean` | Remove all debug statements |
478
+
479
+ ---
480
+
481
+ ## Testing Advanced
482
+
483
+ | Command | Description |
484
+ |---------|-------------|
485
+ | `pa:test-e2e` | Create/run E2E tests |
486
+ | `pa:test-unit` | Generate unit tests |
487
+ | `pa:mock` | Generate mocks/stubs |
488
+ | `pa:snapshot` | Snapshot testing management |
489
+
490
+ ---
491
+
492
+ ## DevOps & Infrastructure
493
+
494
+ | Command | Description |
495
+ |---------|-------------|
496
+ | `pa:docker` | Docker commands |
497
+ | `pa:ci` | CI/CD pipeline management |
498
+ | `pa:deploy-preview` | Deploy preview environment |
499
+
500
+ ---
501
+
502
+ ## Release Management
503
+
504
+ | Command | Description |
505
+ |---------|-------------|
506
+ | `pa:version` | Show/bump version |
507
+ | `pa:tag` | Create git tag |
508
+ | `pa:publish` | Publish package to registry |
509
+
510
+ ---
511
+
512
+ ## Code Review & PR
513
+
514
+ | Command | Description |
515
+ |---------|-------------|
516
+ | `pa:review-request` | Request code review from team |
517
+ | `pa:review-comments` | Show PR review comments |
518
+ | `pa:review-approve` | Approve current PR |
519
+
520
+ ---
521
+
522
+ ## Architecture
523
+
524
+ | Command | Description |
525
+ |---------|-------------|
526
+ | `pa:architecture` | Show architecture overview |
527
+ | `pa:architecture-diagram` | Generate diagram (Mermaid) |
528
+ | `pa:architecture-export` | Export diagram (SVG/PNG) |
529
+
530
+ ---
531
+
532
+ ## API Testing
533
+
534
+ | Command | Description |
535
+ |---------|-------------|
536
+ | `pa:api-test` | Test API endpoints |
537
+ | `pa:curl` | Generate curl commands |
538
+ | `pa:postman` | Generate Postman collection |
539
+
540
+ ---
541
+
542
+ ## Health & Monitoring
543
+
544
+ | Command | Description |
545
+ |---------|-------------|
546
+ | `pa:health` | Project health check |
547
+ | `pa:monitor` | Show monitoring status |
548
+ | `pa:uptime` | Service uptime check |
549
+
550
+ ---
551
+
552
+ ## Quick Actions
553
+
554
+ | Command | Description |
555
+ |---------|-------------|
556
+ | `pa:quick` | Show quick actions menu |
557
+ | `pa:alias` | Manage command aliases |
558
+ | `pa:alias-add` | Add custom alias |
559
+ | `pa:alias-remove` | Remove custom alias |
560
+
561
+ ---
562
+
563
+ ## Platform-Specific Test Suites
564
+
565
+ **Fully automated**: Auto-install tools, run tests, auto-fix failures, loop until all pass.
566
+
567
+ | Command | Description |
568
+ |---------|-------------|
569
+ | `pa:test-mobile` | Full mobile test suite (React Native, Android, iOS, Flutter) |
570
+ | `pa:test-web` | Full web test suite (React/Next.js/Vue) |
571
+ | `pa:test-api` | Full API test suite (Node.js/Python) |
572
+ | `pa:test-visual` | Visual/design comparison testing |
573
+ | `pa:test-auto-fix` | Auto-fix failing tests |
574
+ | `pa:test-loop` | Test -> Fix -> Retest until all pass |
575
+ | `pa:compare-figma` | Compare UI against Figma design |
576
+ | `pa:compare-image` | Compare UI against image/sketch |
577
+ | `pa:screenshot` | Capture app screenshots |
578
+
579
+ **What these commands do:**
580
+ - Check required tools -> Auto-install if missing
581
+ - Run all tests (unit, integration, e2e)
582
+ - Auto-fix failures (no confirmation needed)
583
+ - Loop until all pass or fix is impossible
584
+
585
+ ---
586
+
587
+ ## Custom Commands
588
+
589
+ | Command | Description |
590
+ |---------|-------------|
591
+ | `pa:standup` | Generate daily standup |
592
+ | `pa:tech-debt` | Scan for technical debt |
593
+ | `pa:security-scan` | Run security checklist |
594
+
595
+ Define your own in `./.proagents/custom-commands.yaml`
package/README.md CHANGED
@@ -4,8 +4,9 @@
4
4
 
5
5
  A portable, universal development workflow framework that works with **any AI platform** (Claude, ChatGPT, Gemini, Cursor, Copilot, etc.) and enables **multi-AI collaboration** on the same project.
6
6
 
7
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
7
  [![npm version](https://img.shields.io/npm/v/proagents.svg)](https://www.npmjs.com/package/proagents)
8
+ [![npm downloads](https://img.shields.io/npm/dm/proagents.svg)](https://www.npmjs.com/package/proagents)
9
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
10
 
10
11
  ---
11
12
 
@@ -80,36 +81,25 @@ Next: pa:test
80
81
 
81
82
  ## Features
82
83
 
83
- ### Multi-AI Collaboration & Cross-AI Continuity
84
+ ### Multi-AI Collaboration
84
85
 
85
86
  Multiple AIs can work on the same project with full context sharing:
86
87
 
87
88
  | Feature | Description |
88
89
  |---------|-------------|
89
- | **Auto Context Loading** | AI automatically loads context on first command |
90
- | **Auto Change Logging** | Every code change logged automatically |
91
- | **Feature Changelogs** | Per-feature change history |
92
- | **Module Changelogs** | Per-module change history |
93
- | **Conflict Detection** | Warns if files modified by other AI |
94
- | **Activity Log** | Track what each AI does with model name |
95
- | **Smart Context Summary** | Auto-generated 5-line summary at top of context |
96
- | **Context Changed Alert** | Warns if another AI worked since your last session |
97
- | **Test Status Tracking** | Auto-updates test status after every test run |
98
- | **Feature Progress** | Auto-calculates progress from tasks |
99
- | **AI Performance Stats** | Tracks sessions, tasks, reverts per AI platform |
100
- | **Quick Undo (pa:undo-last)** | Revert last AI's entire session changes |
101
- | **Auto-Archive Old Logs** | Automatically archives logs older than 7 days |
90
+ | **Auto Context Loading** | AI loads project context automatically on first command |
91
+ | **Auto Change Logging** | Every code change logged with AI model name |
92
+ | **Conflict Detection** | Warns if files were modified by another AI |
93
+ | **Feature Changelogs** | Per-feature and per-module change history |
94
+ | **Quick Undo** | `pa:undo-last` reverts last AI's entire session |
95
+ | **Activity Tracking** | Track what each AI does with timestamps |
96
+ | **Handoff Notes** | `pa:handoff` creates notes for next AI session |
97
+ | **Test Status Sync** | Auto-updates test status after every test run |
98
+ | **Progress Tracking** | Auto-calculates feature progress from tasks |
102
99
 
103
100
  ```bash
104
- # Just start working - context loads automatically!
105
101
  pa:feature "add login" # AI auto-loads context, then works
106
- pa:fix "bug in auth" # AI auto-loads context, then fixes
107
-
108
- # No manual pa:sync needed - it's automatic
109
- # No manual pa:session-end needed - changes logged automatically
110
-
111
- # Undo another AI's work if needed
112
- pa:undo-last # Revert last AI's entire session
102
+ pa:undo-last # Revert last AI's changes if needed
113
103
  ```
114
104
 
115
105
  ### AI Learning & Feedback
package/package.json CHANGED
@@ -1,21 +1,16 @@
1
1
  {
2
2
  "name": "proagents",
3
- "version": "1.6.17",
3
+ "version": "1.6.18",
4
4
  "description": "AI-agnostic development workflow framework that automates the full software development lifecycle",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "bin": {
8
- "proagents": "./bin/proagents.js"
8
+ "proagents": "bin/proagents.js"
9
9
  },
10
10
  "scripts": {
11
11
  "test": "echo \"No tests yet\" && exit 0",
12
12
  "lint": "echo \"No linting configured\" && exit 0"
13
13
  },
14
- "files": [
15
- "bin/",
16
- "lib/",
17
- ".proagents/"
18
- ],
19
14
  "keywords": [
20
15
  "ai",
21
16
  "workflow",