proagents 1.6.20 → 1.6.22

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 (136) hide show
  1. package/.claude/settings.local.json +3 -1
  2. package/.proagents/.cursorrules +1 -1
  3. package/.proagents/.windsurfrules +1 -1
  4. package/.proagents/AGENTS.md +1 -1
  5. package/.proagents/AI_INSTRUCTIONS.md +29 -1
  6. package/.proagents/BOLT.md +1 -1
  7. package/.proagents/CLAUDE.md +1 -1
  8. package/.proagents/GEMINI.md +1 -1
  9. package/.proagents/KIRO.md +1 -1
  10. package/.proagents/LOVABLE.md +1 -1
  11. package/.proagents/REPLIT.md +1 -1
  12. package/.proagents/custom-commands.yaml +1 -2
  13. package/.proagents/docs/command-details.md +1 -2
  14. package/.proagents/getting-started/ai-training-setup.md +0 -1
  15. package/.proagents/performance/README.md +59 -0
  16. package/.proagents/performance/bundle-analysis.md +375 -0
  17. package/.proagents/performance/load-testing.md +563 -0
  18. package/.proagents/performance/runtime-metrics.md +489 -0
  19. package/.proagents/performance/web-vitals.md +425 -0
  20. package/.proagents/proagents.config.yaml +55 -1
  21. package/.proagents/prompts/11-session-tracking.md +100 -0
  22. package/.proagents/prompts/13-commit.md +426 -0
  23. package/.proagents/workflow-modes/entry-modes.md +1 -6
  24. package/COMMANDS.md +19 -0
  25. package/lib/commands/init.js +62 -11
  26. package/package.json +1 -1
  27. package/.proagents/api-versioning/README.md +0 -257
  28. package/.proagents/api-versioning/changelog-template.md +0 -225
  29. package/.proagents/api-versioning/deprecation-workflow.md +0 -470
  30. package/.proagents/api-versioning/versioning-strategy.md +0 -291
  31. package/.proagents/automation/README.md +0 -38
  32. package/.proagents/automation/ai-behavior-rules.md +0 -339
  33. package/.proagents/automation/ai-prompt-injection.md +0 -331
  34. package/.proagents/automation/auto-decisions.md +0 -535
  35. package/.proagents/automation/decision-defaults.yaml +0 -317
  36. package/.proagents/cache/README.md +0 -110
  37. package/.proagents/cache/analysis-metadata.json +0 -76
  38. package/.proagents/cache/conventions.json +0 -125
  39. package/.proagents/cache/dependencies.json +0 -85
  40. package/.proagents/cache/features.json +0 -115
  41. package/.proagents/cache/patterns.json +0 -105
  42. package/.proagents/cache/schemas/conventions-schema.json +0 -138
  43. package/.proagents/cache/schemas/dependencies-schema.json +0 -95
  44. package/.proagents/cache/schemas/features-schema.json +0 -104
  45. package/.proagents/cache/schemas/metadata-schema.json +0 -83
  46. package/.proagents/cache/schemas/patterns-schema.json +0 -136
  47. package/.proagents/cache/schemas/structure-schema.json +0 -72
  48. package/.proagents/cache/structure.json +0 -109
  49. package/.proagents/checklists/README.md +0 -261
  50. package/.proagents/checklists/code-quality.md +0 -137
  51. package/.proagents/checklists/code-review.md +0 -148
  52. package/.proagents/checklists/pr-checklist.md +0 -78
  53. package/.proagents/checklists/pre-deployment.md +0 -132
  54. package/.proagents/checklists/pre-implementation.md +0 -80
  55. package/.proagents/checklists/testing.md +0 -120
  56. package/.proagents/checkpoints.json +0 -13
  57. package/.proagents/cicd/README.md +0 -338
  58. package/.proagents/cicd/azure-devops.md +0 -267
  59. package/.proagents/cicd/github-actions.md +0 -375
  60. package/.proagents/cicd/gitlab-ci.md +0 -278
  61. package/.proagents/cicd/jenkins.md +0 -317
  62. package/.proagents/collaboration/README.md +0 -143
  63. package/.proagents/collaboration/roles.md +0 -248
  64. package/.proagents/collaboration/sessions.md +0 -390
  65. package/.proagents/collaboration/sync.md +0 -358
  66. package/.proagents/cost/README.md +0 -48
  67. package/.proagents/cost/cost-template.md +0 -283
  68. package/.proagents/cost/estimation-framework.md +0 -287
  69. package/.proagents/database/README.md +0 -72
  70. package/.proagents/database/examples/001-create-users.sql +0 -129
  71. package/.proagents/database/examples/002-add-preferences.sql +0 -94
  72. package/.proagents/database/examples/003-add-index.sql +0 -105
  73. package/.proagents/database/examples/004-rename-column.sql +0 -122
  74. package/.proagents/database/examples/005-add-foreign-key.sql +0 -142
  75. package/.proagents/database/examples/006-data-migration.sql +0 -196
  76. package/.proagents/database/examples/007-drop-column.sql +0 -163
  77. package/.proagents/database/examples/README.md +0 -89
  78. package/.proagents/database/migration-workflow.md +0 -478
  79. package/.proagents/database/rollback-scripts.md +0 -487
  80. package/.proagents/database/safety-checks.md +0 -447
  81. package/.proagents/git/README.md +0 -68
  82. package/.proagents/git/branch-strategy.md +0 -164
  83. package/.proagents/git/commit-conventions.md +0 -241
  84. package/.proagents/git/pr-workflow.md +0 -286
  85. package/.proagents/git/rollback-procedures.md +0 -416
  86. package/.proagents/ide-integration/README.md +0 -124
  87. package/.proagents/ide-integration/cline-config.md +0 -429
  88. package/.proagents/ide-integration/continue-config.md +0 -380
  89. package/.proagents/ide-integration/cursor-rules.md +0 -280
  90. package/.proagents/ide-integration/github-copilot.md +0 -384
  91. package/.proagents/ide-integration/windsurf-rules.md +0 -314
  92. package/.proagents/integrations/README.md +0 -97
  93. package/.proagents/integrations/pm/README.md +0 -344
  94. package/.proagents/learning/README.md +0 -136
  95. package/.proagents/learning/adaptation.md +0 -305
  96. package/.proagents/learning/data-collection.md +0 -283
  97. package/.proagents/learning/implementation-guide.md +0 -865
  98. package/.proagents/learning/reports.md +0 -306
  99. package/.proagents/mcp/README.md +0 -133
  100. package/.proagents/mcp/context-providers.md +0 -442
  101. package/.proagents/mcp/server-config.md +0 -306
  102. package/.proagents/mcp/tools-definition.md +0 -513
  103. package/.proagents/pm-integration/README.md +0 -151
  104. package/.proagents/pm-integration/asana.md +0 -346
  105. package/.proagents/pm-integration/github-issues.md +0 -308
  106. package/.proagents/pm-integration/gitlab-issues.md +0 -482
  107. package/.proagents/pm-integration/jira.md +0 -364
  108. package/.proagents/pm-integration/linear.md +0 -409
  109. package/.proagents/pm-integration/notion.md +0 -275
  110. package/.proagents/pm-integration/sync-config.md +0 -533
  111. package/.proagents/pm-integration/trello.md +0 -159
  112. package/.proagents/rules/README.md +0 -179
  113. package/.proagents/rules/custom-rules-template.yaml +0 -286
  114. package/.proagents/rules/custom-rules.md +0 -754
  115. package/.proagents/rules/validation-rules-template.yaml +0 -517
  116. package/.proagents/runbooks/README.md +0 -219
  117. package/.proagents/runbooks/dependency-vulnerability.md +0 -505
  118. package/.proagents/runbooks/incident-response.md +0 -451
  119. package/.proagents/runbooks/performance-degradation.md +0 -584
  120. package/.proagents/runbooks/production-debugging.md +0 -489
  121. package/.proagents/sessions/README.md +0 -5
  122. package/.proagents/sprints/README.md +0 -58
  123. package/.proagents/team/README.md +0 -256
  124. package/.proagents/team/code-ownership.md +0 -306
  125. package/.proagents/team/communication-templates.md +0 -441
  126. package/.proagents/team/handoff-protocol.md +0 -380
  127. package/.proagents/team/ide-setup/README.md +0 -103
  128. package/.proagents/team/ide-setup/cursor.md +0 -276
  129. package/.proagents/team/ide-setup/jetbrains.md +0 -330
  130. package/.proagents/team/ide-setup/neovim.md +0 -640
  131. package/.proagents/team/ide-setup/vscode.md +0 -348
  132. package/.proagents/team/onboarding.md +0 -278
  133. package/.proagents/time-tracking.json +0 -19
  134. package/.proagents/troubleshooting/README.md +0 -730
  135. package/.proagents/troubleshooting/ai-issues.md +0 -601
  136. package/.proagents/troubleshooting/workflow-issues.md +0 -571
@@ -1,380 +0,0 @@
1
- # Handoff Protocol Guide
2
-
3
- Guidelines for handing off work between developers.
4
-
5
- ---
6
-
7
- ## Overview
8
-
9
- Handoffs occur when:
10
- - Developer goes on leave
11
- - Task reassignment
12
- - Shift change (global teams)
13
- - Role change
14
- - Project phase transition
15
-
16
- ---
17
-
18
- ## Handoff Types
19
-
20
- ### 1. Planned Handoff
21
-
22
- Scheduled transfer with preparation time.
23
- - Vacation coverage
24
- - Project transitions
25
- - Team restructuring
26
-
27
- ### 2. Emergency Handoff
28
-
29
- Unplanned transfer requiring quick action.
30
- - Sick leave
31
- - Urgent reassignment
32
- - Personal emergency
33
-
34
- ### 3. Partial Handoff
35
-
36
- Sharing work without full transfer.
37
- - Collaboration
38
- - Knowledge sharing
39
- - Temporary coverage
40
-
41
- ---
42
-
43
- ## Handoff Checklist
44
-
45
- ### Before Handoff
46
-
47
- ```markdown
48
- ## Pre-Handoff Checklist
49
-
50
- **Handoff Type:** [Planned / Emergency / Partial]
51
- **From:** @current-dev
52
- **To:** @receiving-dev
53
- **Date:** [YYYY-MM-DD]
54
- **Duration:** [Temporary / Permanent]
55
-
56
- ### Preparation
57
- - [ ] Identify all active work items
58
- - [ ] Document current status of each
59
- - [ ] Update all task trackers
60
- - [ ] Commit and push all code
61
- - [ ] Create work-in-progress branches
62
- - [ ] Write handoff document
63
- - [ ] Schedule handoff meeting
64
- - [ ] Update calendar/availability
65
- ```
66
-
67
- ### During Handoff
68
-
69
- ```markdown
70
- ### Handoff Meeting
71
- - [ ] Walk through active tasks
72
- - [ ] Review codebase areas
73
- - [ ] Explain ongoing issues
74
- - [ ] Share context and decisions
75
- - [ ] Introduce to stakeholders
76
- - [ ] Transfer access/credentials (if needed)
77
- - [ ] Answer questions
78
- - [ ] Agree on check-in schedule
79
- ```
80
-
81
- ### After Handoff
82
-
83
- ```markdown
84
- ### Post-Handoff
85
- - [ ] Receiving dev has all access
86
- - [ ] Team notified of change
87
- - [ ] Stakeholders informed
88
- - [ ] Documentation updated
89
- - [ ] First check-in scheduled
90
- - [ ] Emergency contact shared
91
- ```
92
-
93
- ---
94
-
95
- ## Handoff Document Template
96
-
97
- ```markdown
98
- # Work Handoff Document
99
-
100
- **Date:** [YYYY-MM-DD]
101
- **From:** [Name] (@username)
102
- **To:** [Name] (@username)
103
- **Return Date:** [Date or Permanent]
104
-
105
- ---
106
-
107
- ## Contact Information
108
-
109
- ### During Handoff Period
110
- - Emergency contact: [phone/email]
111
- - Available times: [if any]
112
- - Escalation path: [manager/tech-lead]
113
-
114
- ---
115
-
116
- ## Active Work Items
117
-
118
- ### In Progress
119
-
120
- #### 1. [Feature/Task Name]
121
- - **Status:** [X% complete]
122
- - **Branch:** `feature/branch-name`
123
- - **PR:** [link if exists]
124
- - **Priority:** [High/Medium/Low]
125
- - **Deadline:** [date]
126
- - **Description:** [what it is]
127
- - **Current State:** [where you left off]
128
- - **Next Steps:**
129
- 1. [Step 1]
130
- 2. [Step 2]
131
- 3. [Step 3]
132
- - **Blockers:** [any blockers]
133
- - **Key Files:**
134
- - `/src/feature/file.ts` - [description]
135
- - `/src/feature/another.ts` - [description]
136
- - **Related Docs:** [links]
137
- - **Stakeholders:** @person1, @person2
138
- - **Notes:** [important context]
139
-
140
- #### 2. [Another Task]
141
- ...
142
-
143
- ### Pending (Not Started)
144
-
145
- | Task | Priority | Deadline | Notes |
146
- |------|----------|----------|-------|
147
- | [Task 1] | High | [date] | [notes] |
148
- | [Task 2] | Medium | [date] | [notes] |
149
-
150
- ### On Hold
151
-
152
- | Task | Reason | Resume When |
153
- |------|--------|-------------|
154
- | [Task] | [reason] | [condition] |
155
-
156
- ---
157
-
158
- ## Ongoing Responsibilities
159
-
160
- ### Daily Tasks
161
- - [ ] [Task 1] - [frequency/time]
162
- - [ ] [Task 2] - [frequency/time]
163
-
164
- ### Weekly Tasks
165
- - [ ] [Task 1] - [day/time]
166
- - [ ] [Task 2] - [day/time]
167
-
168
- ### Meetings to Attend
169
- | Meeting | Time | Role | Notes |
170
- |---------|------|------|-------|
171
- | [Meeting] | [time] | [role] | [notes] |
172
-
173
- ---
174
-
175
- ## Key Context
176
-
177
- ### Recent Decisions
178
- | Decision | Rationale | Date |
179
- |----------|-----------|------|
180
- | [Decision] | [Why] | [Date] |
181
-
182
- ### Known Issues
183
- | Issue | Impact | Workaround |
184
- |-------|--------|------------|
185
- | [Issue] | [Impact] | [Workaround] |
186
-
187
- ### Important Relationships
188
- | Person | Role | Context |
189
- |--------|------|---------|
190
- | @person | [role] | [relationship context] |
191
-
192
- ---
193
-
194
- ## Access & Credentials
195
-
196
- ### Required Access
197
- - [ ] GitHub repo access
198
- - [ ] Jira/Project board
199
- - [ ] Slack channels: #channel1, #channel2
200
- - [ ] AWS/Cloud console
201
- - [ ] Database access
202
-
203
- ### Shared Credentials
204
- ⚠️ **Never include actual credentials here**
205
- - Secret location: [vault path]
206
- - Access request: [process]
207
-
208
- ---
209
-
210
- ## Documentation Links
211
-
212
- - Project README: [link]
213
- - Architecture docs: [link]
214
- - API documentation: [link]
215
- - Runbooks: [link]
216
-
217
- ---
218
-
219
- ## Emergency Procedures
220
-
221
- ### If Something Breaks
222
- 1. [Step 1]
223
- 2. [Step 2]
224
- 3. Escalate to: @manager, @tech-lead
225
-
226
- ### Critical Contacts
227
- | Area | Contact | Phone |
228
- |------|---------|-------|
229
- | [Area] | @person | [if emergency] |
230
-
231
- ---
232
-
233
- ## Questions & Answers
234
-
235
- **Q: [Anticipated question]?**
236
- A: [Answer]
237
-
238
- **Q: [Another question]?**
239
- A: [Answer]
240
-
241
- ---
242
-
243
- ## Acknowledgment
244
-
245
- **Handoff Completed:**
246
- - [ ] From: @current-dev (Date: ________)
247
- - [ ] To: @receiving-dev (Date: ________)
248
- ```
249
-
250
- ---
251
-
252
- ## Quick Handoff (Emergency)
253
-
254
- For urgent handoffs with minimal prep time:
255
-
256
- ```markdown
257
- # Emergency Handoff
258
-
259
- **From:** @dev **To:** @backup **Date:** [now]
260
-
261
- ## Immediate Priorities
262
- 1. [Most critical task] - [status] - [next step]
263
- 2. [Second priority] - [status] - [next step]
264
- 3. [Third priority] - [status] - [next step]
265
-
266
- ## Current Branches
267
- - `feature/xyz` - In progress, needs [X]
268
- - `fix/abc` - Ready for review
269
-
270
- ## Blockers
271
- - [Blocker 1] - Contact @person
272
-
273
- ## Today's Meetings
274
- - [Time] - [Meeting] - [Action needed]
275
-
276
- ## Emergency Contact
277
- [Phone number] - only if critical
278
-
279
- ## More Details
280
- I'll send full handoff doc ASAP / Check [location]
281
- ```
282
-
283
- ---
284
-
285
- ## Best Practices
286
-
287
- ### For Handing Off
288
-
289
- 1. **Document continuously** - Don't wait for handoff
290
- 2. **Commit frequently** - Push WIP to branches
291
- 3. **Use descriptive commits** - Future context
292
- 4. **Update tickets** - Keep tracker current
293
- 5. **Write for others** - Assume no context
294
- 6. **Face-to-face when possible** - Video if remote
295
-
296
- ### For Receiving
297
-
298
- 1. **Ask questions** - Don't assume
299
- 2. **Take notes** - Document answers
300
- 3. **Verify access** - Test before handoff ends
301
- 4. **Start small** - Begin with context-building tasks
302
- 5. **Check in regularly** - Especially first few days
303
- 6. **Update docs** - Fix anything unclear
304
-
305
- ---
306
-
307
- ## Handoff Meeting Agenda
308
-
309
- ```markdown
310
- ## Handoff Meeting
311
-
312
- **Duration:** 1-2 hours
313
- **Attendees:** @from-dev, @to-dev, [@manager optional]
314
-
315
- ### Agenda
316
-
317
- 1. **Overview** (10 min)
318
- - Current role/responsibilities
319
- - Team structure
320
- - Key stakeholders
321
-
322
- 2. **Active Work** (30-45 min)
323
- - Walk through each active task
324
- - Show code and branches
325
- - Explain decisions and context
326
-
327
- 3. **Codebase Tour** (15-20 min)
328
- - Key directories
329
- - Important files
330
- - Common patterns
331
-
332
- 4. **Processes** (10 min)
333
- - Daily/weekly routines
334
- - Meeting schedule
335
- - Communication norms
336
-
337
- 5. **Access Verification** (10 min)
338
- - Test all access
339
- - Verify permissions
340
-
341
- 6. **Q&A** (15 min)
342
- - Open questions
343
- - Clarifications
344
-
345
- 7. **Next Steps** (5 min)
346
- - First tasks for receiver
347
- - Check-in schedule
348
- ```
349
-
350
- ---
351
-
352
- ## Configuration
353
-
354
- ```yaml
355
- # proagents.config.yaml
356
- handoff:
357
- templates:
358
- full: "templates/handoff-full.md"
359
- emergency: "templates/handoff-emergency.md"
360
-
361
- requirements:
362
- planned:
363
- notice_days: 5
364
- documentation: true
365
- meeting: true
366
-
367
- emergency:
368
- quick_doc: true
369
- async_ok: true
370
- ```
371
-
372
- ---
373
-
374
- ## Commands
375
-
376
- | Command | Description |
377
- |---------|-------------|
378
- | `pa:handoff-create` | Create handoff document |
379
- | `pa:handoff-emergency` | Quick emergency handoff |
380
- | `pa:handoff-checklist` | Show handoff checklist |
@@ -1,103 +0,0 @@
1
- # IDE Setup Guides
2
-
3
- Configure your development environment for optimal ProAgents integration.
4
-
5
- ---
6
-
7
- ## Overview
8
-
9
- ProAgents works with any IDE, but optimal setup ensures:
10
- - Seamless AI integration
11
- - Consistent code formatting
12
- - Automatic standard enforcement
13
- - Efficient development workflow
14
-
15
- ---
16
-
17
- ## Available Guides
18
-
19
- | IDE | Guide |
20
- |-----|-------|
21
- | VS Code | [vscode.md](./vscode.md) |
22
- | JetBrains (WebStorm, IntelliJ) | [jetbrains.md](./jetbrains.md) |
23
- | Cursor | [cursor.md](./cursor.md) |
24
- | Neovim | [neovim.md](./neovim.md) |
25
-
26
- ---
27
-
28
- ## Universal Setup
29
-
30
- Regardless of IDE, ensure these are configured:
31
-
32
- ### 1. EditorConfig
33
-
34
- Create `.editorconfig` in project root:
35
-
36
- ```ini
37
- root = true
38
-
39
- [*]
40
- indent_style = space
41
- indent_size = 2
42
- end_of_line = lf
43
- charset = utf-8
44
- trim_trailing_whitespace = true
45
- insert_final_newline = true
46
-
47
- [*.md]
48
- trim_trailing_whitespace = false
49
-
50
- [Makefile]
51
- indent_style = tab
52
- ```
53
-
54
- ### 2. Git Configuration
55
-
56
- ```bash
57
- # Set up consistent line endings
58
- git config core.autocrlf input # Mac/Linux
59
- git config core.autocrlf true # Windows
60
-
61
- # Set up commit hooks
62
- npx husky install
63
- ```
64
-
65
- ### 3. Environment Variables
66
-
67
- Create `.env.local` for local development:
68
-
69
- ```bash
70
- # ProAgents
71
- PROAGENTS_AI_MODEL=auto
72
- PROAGENTS_VERBOSE=false
73
-
74
- # Development
75
- NODE_ENV=development
76
- ```
77
-
78
- ---
79
-
80
- ## Quick Start
81
-
82
- 1. **Install IDE extension/plugin** (if available)
83
- 2. **Run setup command**:
84
- ```bash
85
- proagents ide setup
86
- ```
87
- 3. **Verify installation**:
88
- ```bash
89
- proagents doctor
90
- ```
91
-
92
- ---
93
-
94
- ## Troubleshooting
95
-
96
- ### Common Issues
97
-
98
- | Issue | Solution |
99
- |-------|----------|
100
- | Extensions not loading | Restart IDE after install |
101
- | Formatting conflicts | Disable conflicting formatters |
102
- | Slow performance | Exclude `node_modules` from indexing |
103
- | TypeScript errors | Run `npm install` and restart TS server |