proagents 1.6.19 → 1.6.21

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 (143) hide show
  1. package/.claude/settings.local.json +13 -1
  2. package/.proagents/.cursorrules +25 -10
  3. package/.proagents/.windsurfrules +25 -10
  4. package/.proagents/AGENTS.md +30 -11
  5. package/.proagents/AI_INSTRUCTIONS.md +86 -30
  6. package/.proagents/BOLT.md +25 -10
  7. package/.proagents/CLAUDE.md +25 -10
  8. package/.proagents/GEMINI.md +25 -10
  9. package/.proagents/KIRO.md +25 -10
  10. package/.proagents/LOVABLE.md +25 -10
  11. package/.proagents/PROAGENTS.md +96 -343
  12. package/.proagents/REPLIT.md +25 -10
  13. package/.proagents/activity.log +1 -0
  14. package/.proagents/custom-commands.yaml +0 -1
  15. package/.proagents/docs/command-details.md +1 -2
  16. package/.proagents/getting-started/ai-training-setup.md +0 -1
  17. package/.proagents/performance/README.md +59 -0
  18. package/.proagents/performance/bundle-analysis.md +375 -0
  19. package/.proagents/performance/load-testing.md +563 -0
  20. package/.proagents/performance/runtime-metrics.md +489 -0
  21. package/.proagents/performance/web-vitals.md +425 -0
  22. package/.proagents/platforms.yaml +66 -0
  23. package/.proagents/proagents.config.yaml +0 -1
  24. package/.proagents/prompts/ai-add.md +80 -0
  25. package/.proagents/prompts/ai-list.md +41 -0
  26. package/.proagents/prompts/ai-remove.md +112 -0
  27. package/.proagents/prompts/ai-sync.md +96 -0
  28. package/.proagents/workflow-modes/entry-modes.md +1 -6
  29. package/lib/commands/ai.js +100 -48
  30. package/lib/commands/init.js +89 -22
  31. package/package.json +1 -1
  32. package/.proagents/ANTIGRAVITY.md +0 -61
  33. package/.proagents/CHATGPT.md +0 -57
  34. package/.proagents/GROQ.md +0 -57
  35. package/.proagents/api-versioning/README.md +0 -257
  36. package/.proagents/api-versioning/changelog-template.md +0 -225
  37. package/.proagents/api-versioning/deprecation-workflow.md +0 -470
  38. package/.proagents/api-versioning/versioning-strategy.md +0 -291
  39. package/.proagents/automation/README.md +0 -38
  40. package/.proagents/automation/ai-behavior-rules.md +0 -339
  41. package/.proagents/automation/ai-prompt-injection.md +0 -331
  42. package/.proagents/automation/auto-decisions.md +0 -535
  43. package/.proagents/automation/decision-defaults.yaml +0 -317
  44. package/.proagents/cache/README.md +0 -110
  45. package/.proagents/cache/analysis-metadata.json +0 -76
  46. package/.proagents/cache/conventions.json +0 -125
  47. package/.proagents/cache/dependencies.json +0 -85
  48. package/.proagents/cache/features.json +0 -115
  49. package/.proagents/cache/patterns.json +0 -105
  50. package/.proagents/cache/schemas/conventions-schema.json +0 -138
  51. package/.proagents/cache/schemas/dependencies-schema.json +0 -95
  52. package/.proagents/cache/schemas/features-schema.json +0 -104
  53. package/.proagents/cache/schemas/metadata-schema.json +0 -83
  54. package/.proagents/cache/schemas/patterns-schema.json +0 -136
  55. package/.proagents/cache/schemas/structure-schema.json +0 -72
  56. package/.proagents/cache/structure.json +0 -109
  57. package/.proagents/checklists/README.md +0 -261
  58. package/.proagents/checklists/code-quality.md +0 -137
  59. package/.proagents/checklists/code-review.md +0 -148
  60. package/.proagents/checklists/pr-checklist.md +0 -78
  61. package/.proagents/checklists/pre-deployment.md +0 -132
  62. package/.proagents/checklists/pre-implementation.md +0 -80
  63. package/.proagents/checklists/testing.md +0 -120
  64. package/.proagents/checkpoints.json +0 -13
  65. package/.proagents/cicd/README.md +0 -338
  66. package/.proagents/cicd/azure-devops.md +0 -267
  67. package/.proagents/cicd/github-actions.md +0 -375
  68. package/.proagents/cicd/gitlab-ci.md +0 -278
  69. package/.proagents/cicd/jenkins.md +0 -317
  70. package/.proagents/collaboration/README.md +0 -143
  71. package/.proagents/collaboration/roles.md +0 -248
  72. package/.proagents/collaboration/sessions.md +0 -390
  73. package/.proagents/collaboration/sync.md +0 -358
  74. package/.proagents/cost/README.md +0 -48
  75. package/.proagents/cost/cost-template.md +0 -283
  76. package/.proagents/cost/estimation-framework.md +0 -287
  77. package/.proagents/database/README.md +0 -72
  78. package/.proagents/database/examples/001-create-users.sql +0 -129
  79. package/.proagents/database/examples/002-add-preferences.sql +0 -94
  80. package/.proagents/database/examples/003-add-index.sql +0 -105
  81. package/.proagents/database/examples/004-rename-column.sql +0 -122
  82. package/.proagents/database/examples/005-add-foreign-key.sql +0 -142
  83. package/.proagents/database/examples/006-data-migration.sql +0 -196
  84. package/.proagents/database/examples/007-drop-column.sql +0 -163
  85. package/.proagents/database/examples/README.md +0 -89
  86. package/.proagents/database/migration-workflow.md +0 -478
  87. package/.proagents/database/rollback-scripts.md +0 -487
  88. package/.proagents/database/safety-checks.md +0 -447
  89. package/.proagents/git/README.md +0 -68
  90. package/.proagents/git/branch-strategy.md +0 -164
  91. package/.proagents/git/commit-conventions.md +0 -241
  92. package/.proagents/git/pr-workflow.md +0 -286
  93. package/.proagents/git/rollback-procedures.md +0 -416
  94. package/.proagents/ide-integration/README.md +0 -124
  95. package/.proagents/ide-integration/cline-config.md +0 -429
  96. package/.proagents/ide-integration/continue-config.md +0 -380
  97. package/.proagents/ide-integration/cursor-rules.md +0 -280
  98. package/.proagents/ide-integration/github-copilot.md +0 -384
  99. package/.proagents/ide-integration/windsurf-rules.md +0 -314
  100. package/.proagents/integrations/README.md +0 -97
  101. package/.proagents/integrations/pm/README.md +0 -344
  102. package/.proagents/learning/README.md +0 -136
  103. package/.proagents/learning/adaptation.md +0 -305
  104. package/.proagents/learning/data-collection.md +0 -283
  105. package/.proagents/learning/implementation-guide.md +0 -865
  106. package/.proagents/learning/reports.md +0 -306
  107. package/.proagents/mcp/README.md +0 -133
  108. package/.proagents/mcp/context-providers.md +0 -442
  109. package/.proagents/mcp/server-config.md +0 -306
  110. package/.proagents/mcp/tools-definition.md +0 -513
  111. package/.proagents/pm-integration/README.md +0 -151
  112. package/.proagents/pm-integration/asana.md +0 -346
  113. package/.proagents/pm-integration/github-issues.md +0 -308
  114. package/.proagents/pm-integration/gitlab-issues.md +0 -482
  115. package/.proagents/pm-integration/jira.md +0 -364
  116. package/.proagents/pm-integration/linear.md +0 -409
  117. package/.proagents/pm-integration/notion.md +0 -275
  118. package/.proagents/pm-integration/sync-config.md +0 -533
  119. package/.proagents/pm-integration/trello.md +0 -159
  120. package/.proagents/rules/README.md +0 -179
  121. package/.proagents/rules/custom-rules-template.yaml +0 -286
  122. package/.proagents/rules/custom-rules.md +0 -754
  123. package/.proagents/rules/validation-rules-template.yaml +0 -517
  124. package/.proagents/runbooks/README.md +0 -219
  125. package/.proagents/runbooks/dependency-vulnerability.md +0 -505
  126. package/.proagents/runbooks/incident-response.md +0 -451
  127. package/.proagents/runbooks/performance-degradation.md +0 -584
  128. package/.proagents/runbooks/production-debugging.md +0 -489
  129. package/.proagents/sprints/README.md +0 -58
  130. package/.proagents/team/README.md +0 -256
  131. package/.proagents/team/code-ownership.md +0 -306
  132. package/.proagents/team/communication-templates.md +0 -441
  133. package/.proagents/team/handoff-protocol.md +0 -380
  134. package/.proagents/team/ide-setup/README.md +0 -103
  135. package/.proagents/team/ide-setup/cursor.md +0 -276
  136. package/.proagents/team/ide-setup/jetbrains.md +0 -330
  137. package/.proagents/team/ide-setup/neovim.md +0 -640
  138. package/.proagents/team/ide-setup/vscode.md +0 -348
  139. package/.proagents/team/onboarding.md +0 -278
  140. package/.proagents/time-tracking.json +0 -19
  141. package/.proagents/troubleshooting/README.md +0 -730
  142. package/.proagents/troubleshooting/ai-issues.md +0 -601
  143. package/.proagents/troubleshooting/workflow-issues.md +0 -571
@@ -1,390 +0,0 @@
1
- # Collaboration Sessions
2
-
3
- Manage real-time collaboration sessions.
4
-
5
- ---
6
-
7
- ## Session Lifecycle
8
-
9
- ```
10
- ┌─────────────────────────────────────────────────────────────┐
11
- │ Session Lifecycle │
12
- ├─────────────────────────────────────────────────────────────┤
13
- │ │
14
- │ Create ──► Active ──► Paused ──► Ended ──► Archived │
15
- │ │ │ │
16
- │ └────◄─────┘ │
17
- │ (Resume) │
18
- │ │
19
- └─────────────────────────────────────────────────────────────┘
20
- ```
21
-
22
- ---
23
-
24
- ## Starting Sessions
25
-
26
- ### Basic Session
27
-
28
- ```bash
29
- # Start session for current feature
30
- proagents collab start
31
-
32
- # Start session for specific feature
33
- proagents collab start --feature user-authentication
34
-
35
- # Start with custom settings
36
- proagents collab start \
37
- --feature user-auth \
38
- --mode pair \
39
- --max-participants 2
40
- ```
41
-
42
- ### Session Output
43
-
44
- ```
45
- ┌─────────────────────────────────────────────────────────────┐
46
- │ Collaboration Session Started │
47
- ├─────────────────────────────────────────────────────────────┤
48
- │ │
49
- │ Session ID: sess_abc123xyz │
50
- │ Feature: user-authentication │
51
- │ Mode: Pair Programming │
52
- │ │
53
- │ Join Link: │
54
- │ https://proagents.io/collab/sess_abc123xyz │
55
- │ │
56
- │ Commands: │
57
- │ • pa:invite <email> - Invite participant │
58
- │ • pa:status - Show session status │
59
- │ • pa:end - End session │
60
- │ │
61
- │ Waiting for participants... │
62
- │ │
63
- └─────────────────────────────────────────────────────────────┘
64
- ```
65
-
66
- ---
67
-
68
- ## Session Modes
69
-
70
- ### Pair Programming
71
-
72
- Two developers working together:
73
-
74
- ```yaml
75
- session:
76
- mode: "pair"
77
- roles:
78
- driver:
79
- count: 1
80
- can_edit: true
81
- can_execute: true
82
-
83
- navigator:
84
- count: 1
85
- can_edit: false
86
- can_suggest: true
87
-
88
- rotation:
89
- enabled: true
90
- interval: "25m" # Pomodoro-style rotation
91
- ```
92
-
93
- ### Mob Programming
94
-
95
- Whole team on one feature:
96
-
97
- ```yaml
98
- session:
99
- mode: "mob"
100
- roles:
101
- driver:
102
- count: 1
103
- can_edit: true
104
-
105
- navigators:
106
- count: unlimited
107
- can_suggest: true
108
-
109
- observers:
110
- count: unlimited
111
-
112
- rotation:
113
- enabled: true
114
- interval: "10m"
115
- ```
116
-
117
- ### Review Mode
118
-
119
- Developer and reviewer:
120
-
121
- ```yaml
122
- session:
123
- mode: "review"
124
- roles:
125
- author:
126
- can_edit: true
127
- can_respond: true
128
-
129
- reviewer:
130
- can_comment: true
131
- can_request_changes: true
132
- can_approve: true
133
- ```
134
-
135
- ---
136
-
137
- ## Session Management
138
-
139
- ### View Active Sessions
140
-
141
- ```bash
142
- proagents collab list
143
-
144
- # Output:
145
- ┌─────────────────────────────────────────────────────────────┐
146
- │ Active Collaboration Sessions │
147
- ├─────────────────────────────────────────────────────────────┤
148
- │ │
149
- │ sess_abc123 | user-auth | Pair | 2 participants | 45m │
150
- │ sess_def456 | dashboard | Mob | 4 participants | 1h 20m │
151
- │ │
152
- │ Total: 2 active sessions │
153
- │ │
154
- └─────────────────────────────────────────────────────────────┘
155
- ```
156
-
157
- ### Session Status
158
-
159
- ```bash
160
- proagents collab status
161
-
162
- # Output:
163
- ┌─────────────────────────────────────────────────────────────┐
164
- │ Session: sess_abc123 │
165
- ├─────────────────────────────────────────────────────────────┤
166
- │ │
167
- │ Feature: user-authentication │
168
- │ Mode: Pair Programming │
169
- │ Duration: 45 minutes │
170
- │ │
171
- │ Participants: │
172
- │ ├── Alice (driver) - active │
173
- │ └── Bob (navigator) - active │
174
- │ │
175
- │ Current Phase: Implementation │
176
- │ Current File: src/auth/AuthService.ts │
177
- │ │
178
- │ Activity: │
179
- │ ├── 12 files modified │
180
- │ ├── 45 decisions logged │
181
- │ └── Last activity: 2 min ago │
182
- │ │
183
- └─────────────────────────────────────────────────────────────┘
184
- ```
185
-
186
- ### Pause/Resume
187
-
188
- ```bash
189
- # Pause session (preserves state)
190
- proagents collab pause
191
-
192
- # Resume session
193
- proagents collab resume sess_abc123
194
- ```
195
-
196
- ### End Session
197
-
198
- ```bash
199
- # End current session
200
- proagents collab end
201
-
202
- # End with summary
203
- proagents collab end --summary
204
-
205
- # Force end (as admin)
206
- proagents collab end sess_abc123 --force
207
- ```
208
-
209
- ---
210
-
211
- ## Invitations
212
-
213
- ### Invite by Email
214
-
215
- ```bash
216
- proagents collab invite alice@company.com
217
-
218
- # With role
219
- proagents collab invite alice@company.com --role navigator
220
- ```
221
-
222
- ### Invite by Link
223
-
224
- ```bash
225
- # Generate shareable link
226
- proagents collab invite-link
227
-
228
- # Link with expiration
229
- proagents collab invite-link --expires "1h"
230
-
231
- # Link for specific role
232
- proagents collab invite-link --role observer
233
- ```
234
-
235
- ### Manage Invitations
236
-
237
- ```bash
238
- # List pending invitations
239
- proagents collab invites
240
-
241
- # Cancel invitation
242
- proagents collab invite-cancel alice@company.com
243
- ```
244
-
245
- ---
246
-
247
- ## Session Recording
248
-
249
- ### Enable Recording
250
-
251
- ```yaml
252
- collaboration:
253
- recording:
254
- enabled: true
255
- include:
256
- - decisions
257
- - file_changes
258
- - chat
259
- - commands
260
- ```
261
-
262
- ### Playback
263
-
264
- ```bash
265
- # View session recording
266
- proagents collab playback sess_abc123
267
-
268
- # Export recording
269
- proagents collab export sess_abc123 --format markdown
270
- ```
271
-
272
- ### Session Summary
273
-
274
- ```markdown
275
- # Collaboration Session Summary
276
-
277
- **Session:** sess_abc123
278
- **Feature:** user-authentication
279
- **Duration:** 2 hours 15 minutes
280
- **Participants:** Alice (driver), Bob (navigator)
281
-
282
- ## Work Completed
283
- - Implemented login form validation
284
- - Added password strength checker
285
- - Created auth service tests
286
- - Fixed token refresh logic
287
-
288
- ## Decisions Made
289
- 1. Use Zustand for auth state (not Redux)
290
- 2. Store tokens in httpOnly cookies
291
- 3. Implement refresh token rotation
292
-
293
- ## Files Modified
294
- - src/auth/AuthService.ts (created)
295
- - src/auth/LoginForm.tsx (modified)
296
- - src/auth/__tests__/auth.test.ts (created)
297
-
298
- ## Next Steps
299
- - [ ] Add OAuth providers
300
- - [ ] Implement MFA
301
- - [ ] Add session management
302
- ```
303
-
304
- ---
305
-
306
- ## Communication
307
-
308
- ### In-Session Chat
309
-
310
- ```bash
311
- # Send message (in session)
312
- pa:chat Ready to switch roles?
313
-
314
- # Send code reference
315
- pa:chat Check line 45 in AuthService.ts
316
-
317
- # React to message
318
- pa:react 👍
319
- ```
320
-
321
- ### Voice/Video Integration
322
-
323
- ```yaml
324
- collaboration:
325
- integrations:
326
- # Slack Huddle
327
- slack:
328
- enabled: true
329
- auto_create_huddle: true
330
-
331
- # Discord
332
- discord:
333
- enabled: true
334
- server_id: "..."
335
- channel_id: "..."
336
-
337
- # Zoom
338
- zoom:
339
- enabled: false
340
- ```
341
-
342
- ---
343
-
344
- ## Conflict Resolution
345
-
346
- ### File Conflicts
347
-
348
- ```yaml
349
- collaboration:
350
- conflicts:
351
- # How to handle same-file edits
352
- resolution: "last_writer_wins" # or "merge", "prompt"
353
-
354
- # Lock files during edit
355
- file_locking:
356
- enabled: true
357
- timeout: "5m"
358
- ```
359
-
360
- ### Merge Conflicts
361
-
362
- ```bash
363
- # When conflict detected
364
- ┌─────────────────────────────────────────────────────────────┐
365
- │ ⚠️ Conflict Detected │
366
- ├─────────────────────────────────────────────────────────────┤
367
- │ │
368
- │ File: src/auth/AuthService.ts │
369
- │ │
370
- │ Alice's version: │
371
- │ const token = await getToken() │
372
- │ │
373
- │ Bob's version: │
374
- │ const token = await fetchToken() │
375
- │ │
376
- │ [Keep Alice's] [Keep Bob's] [Merge] [Discuss] │
377
- │ │
378
- └─────────────────────────────────────────────────────────────┘
379
- ```
380
-
381
- ---
382
-
383
- ## Best Practices
384
-
385
- 1. **Define Roles Clearly**: Everyone knows their responsibility
386
- 2. **Rotate Regularly**: Prevent fatigue, share knowledge
387
- 3. **Log Decisions**: Document why, not just what
388
- 4. **Take Breaks**: Collaboration is intensive
389
- 5. **Use Voice**: Faster than typing for discussion
390
- 6. **Set Time Limits**: Focused sessions are more effective