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,306 +0,0 @@
1
- # MCP Server Configuration
2
-
3
- Detailed configuration options for the ProAgents MCP server.
4
-
5
- ---
6
-
7
- ## Server Setup
8
-
9
- ### Installation Methods
10
-
11
- **Global Installation:**
12
- ```bash
13
- npm install -g @proagents/mcp-server
14
- proagents-mcp start
15
- ```
16
-
17
- **NPX (No Installation):**
18
- ```bash
19
- npx @proagents/mcp-server
20
- ```
21
-
22
- **Docker:**
23
- ```bash
24
- docker run -v /path/to/project:/project .proagents/mcp-server
25
- ```
26
-
27
- ---
28
-
29
- ## Claude Desktop Configuration
30
-
31
- ### Basic Configuration
32
-
33
- ```json
34
- {
35
- "mcpServers": {
36
- "proagents": {
37
- "command": "npx",
38
- "args": ["-y", "@proagents/mcp-server"],
39
- "env": {
40
- "PROAGENTS_PROJECT_PATH": "/path/to/project"
41
- }
42
- }
43
- }
44
- }
45
- ```
46
-
47
- ### Multi-Project Configuration
48
-
49
- ```json
50
- {
51
- "mcpServers": {
52
- "proagents-frontend": {
53
- "command": "npx",
54
- "args": ["-y", "@proagents/mcp-server"],
55
- "env": {
56
- "PROAGENTS_PROJECT_PATH": "/projects/frontend",
57
- "PROAGENTS_PROJECT_NAME": "frontend"
58
- }
59
- },
60
- "proagents-backend": {
61
- "command": "npx",
62
- "args": ["-y", "@proagents/mcp-server"],
63
- "env": {
64
- "PROAGENTS_PROJECT_PATH": "/projects/backend",
65
- "PROAGENTS_PROJECT_NAME": "backend"
66
- }
67
- }
68
- }
69
- }
70
- ```
71
-
72
- ### Advanced Configuration
73
-
74
- ```json
75
- {
76
- "mcpServers": {
77
- "proagents": {
78
- "command": "npx",
79
- "args": ["-y", "@proagents/mcp-server", "--config", "/path/to/mcp-config.json"],
80
- "env": {
81
- "PROAGENTS_PROJECT_PATH": "/path/to/project",
82
- "PROAGENTS_LOG_LEVEL": "debug",
83
- "PROAGENTS_CACHE_DIR": "/tmp/proagents-cache",
84
- "PROAGENTS_CONFIRM_DESTRUCTIVE": "true"
85
- }
86
- }
87
- }
88
- }
89
- ```
90
-
91
- ---
92
-
93
- ## Environment Variables
94
-
95
- | Variable | Description | Default |
96
- |----------|-------------|---------|
97
- | `PROAGENTS_PROJECT_PATH` | Root path of the project | Current directory |
98
- | `PROAGENTS_PROJECT_NAME` | Project identifier | Directory name |
99
- | `PROAGENTS_CONFIG_PATH` | Path to proagents.config.yaml | Auto-detected |
100
- | `PROAGENTS_LOG_LEVEL` | Logging level (debug, info, warn, error) | `info` |
101
- | `PROAGENTS_CACHE_DIR` | Directory for cached data | `.proagents/cache` |
102
- | `PROAGENTS_CONFIRM_DESTRUCTIVE` | Require confirmation for destructive ops | `true` |
103
- | `PROAGENTS_MAX_FILE_SIZE` | Max file size to analyze (bytes) | `1048576` |
104
- | `PROAGENTS_TIMEOUT` | Operation timeout (ms) | `30000` |
105
-
106
- ---
107
-
108
- ## Server Configuration File
109
-
110
- Create `mcp-config.json` for advanced settings:
111
-
112
- ```json
113
- {
114
- "server": {
115
- "name": "proagents",
116
- "version": "1.0.0",
117
- "transport": "stdio"
118
- },
119
-
120
- "project": {
121
- "path": "/path/to/project",
122
- "name": "my-project",
123
- "type": "auto"
124
- },
125
-
126
- "tools": {
127
- "enabled": [
128
- "init",
129
- "analyze",
130
- "feature",
131
- "fix",
132
- "test",
133
- "doc",
134
- "deploy",
135
- "rollback"
136
- ],
137
- "disabled": [],
138
- "confirmRequired": [
139
- "deploy",
140
- "rollback"
141
- ]
142
- },
143
-
144
- "resources": {
145
- "enabled": [
146
- "config",
147
- "features",
148
- "analysis",
149
- "changelog",
150
- "todos"
151
- ],
152
- "cacheTimeout": 300
153
- },
154
-
155
- "security": {
156
- "allowedPaths": [
157
- "/path/to/project"
158
- ],
159
- "deniedPaths": [
160
- "**/node_modules/**",
161
- "**/.git/**",
162
- "**/secrets/**"
163
- ],
164
- "maxFileSize": 1048576,
165
- "rateLimit": {
166
- "enabled": true,
167
- "maxRequests": 100,
168
- "windowMs": 60000
169
- }
170
- },
171
-
172
- "logging": {
173
- "level": "info",
174
- "file": "/var/log/proagents-mcp.log",
175
- "format": "json"
176
- }
177
- }
178
- ```
179
-
180
- ---
181
-
182
- ## YAML Configuration
183
-
184
- Alternatively, configure in `proagents.config.yaml`:
185
-
186
- ```yaml
187
- mcp:
188
- server:
189
- name: "proagents"
190
- transport: "stdio"
191
-
192
- tools:
193
- enabled:
194
- - init
195
- - analyze
196
- - feature
197
- - fix
198
- - test
199
- - doc
200
-
201
- confirm_required:
202
- - deploy
203
- - rollback
204
-
205
- resources:
206
- enabled:
207
- - config
208
- - features
209
- - analysis
210
- cache_timeout: 300
211
-
212
- security:
213
- allowed_paths:
214
- - "${PROJECT_ROOT}"
215
- denied_paths:
216
- - "**/node_modules/**"
217
- - "**/.git/**"
218
- max_file_size: 1048576
219
- ```
220
-
221
- ---
222
-
223
- ## Transport Options
224
-
225
- ### stdio (Default)
226
-
227
- Used with Claude Desktop:
228
- ```json
229
- {
230
- "command": "proagents-mcp",
231
- "args": ["--transport", "stdio"]
232
- }
233
- ```
234
-
235
- ### HTTP/SSE
236
-
237
- For remote or web-based clients:
238
- ```bash
239
- proagents-mcp --transport http --port 3100
240
- ```
241
-
242
- ```yaml
243
- mcp:
244
- server:
245
- transport: "http"
246
- port: 3100
247
- host: "0.0.0.0"
248
- cors:
249
- enabled: true
250
- origins: ["https://claude.ai"]
251
- ```
252
-
253
- ---
254
-
255
- ## Debugging
256
-
257
- ### Enable Debug Logging
258
-
259
- ```bash
260
- PROAGENTS_LOG_LEVEL=debug npx @proagents/mcp-server
261
- ```
262
-
263
- ### Test Server Connection
264
-
265
- ```bash
266
- # Test MCP server is responding
267
- proagents-mcp test
268
-
269
- # List available tools
270
- proagents-mcp list-tools
271
-
272
- # List available resources
273
- proagents-mcp list-resources
274
- ```
275
-
276
- ### View Logs
277
-
278
- ```bash
279
- # View real-time logs
280
- tail -f ~/.proagents/logs/mcp-server.log
281
-
282
- # View last 100 operations
283
- proagents-mcp logs --last 100
284
- ```
285
-
286
- ---
287
-
288
- ## Troubleshooting
289
-
290
- | Issue | Solution |
291
- |-------|----------|
292
- | Server not starting | Check Node.js version (>= 18) |
293
- | Tools not appearing | Restart Claude Desktop |
294
- | Permission denied | Check `PROAGENTS_PROJECT_PATH` permissions |
295
- | Timeout errors | Increase `PROAGENTS_TIMEOUT` |
296
- | Rate limiting | Adjust `rateLimit` settings |
297
-
298
- ---
299
-
300
- ## Best Practices
301
-
302
- 1. **Use Project-Specific Configs**: Different projects may need different settings
303
- 2. **Enable Confirmation**: Always require confirmation for destructive operations
304
- 3. **Limit Paths**: Only allow access to necessary directories
305
- 4. **Monitor Logs**: Review logs for unexpected operations
306
- 5. **Version Lock**: Pin MCP server version for stability