claude-autopm 1.15.0 → 1.15.1

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 (48) hide show
  1. package/autopm/.claude/agents/cloud/aws-cloud-architect.md +3 -3
  2. package/autopm/.claude/agents/cloud/azure-cloud-architect.md +3 -3
  3. package/autopm/.claude/agents/cloud/gcp-cloud-architect.md +3 -3
  4. package/autopm/.claude/agents/cloud/gcp-cloud-functions-engineer.md +4 -4
  5. package/autopm/.claude/agents/cloud/gemini-api-expert.md +3 -3
  6. package/autopm/.claude/agents/cloud/kubernetes-orchestrator.md +3 -3
  7. package/autopm/.claude/agents/cloud/openai-python-expert.md +3 -3
  8. package/autopm/.claude/agents/cloud/terraform-infrastructure-expert.md +4 -4
  9. package/autopm/.claude/agents/core/agent-manager.md +4 -4
  10. package/autopm/.claude/agents/core/code-analyzer.md +4 -4
  11. package/autopm/.claude/agents/core/file-analyzer.md +4 -4
  12. package/autopm/.claude/agents/core/mcp-manager.md +2 -2
  13. package/autopm/.claude/agents/core/parallel-worker.md +4 -4
  14. package/autopm/.claude/agents/core/test-runner.md +4 -4
  15. package/autopm/.claude/agents/data/airflow-orchestration-expert.md +3 -3
  16. package/autopm/.claude/agents/data/kedro-pipeline-expert.md +2 -2
  17. package/autopm/.claude/agents/data/langgraph-workflow-expert.md +3 -3
  18. package/autopm/.claude/agents/databases/bigquery-expert.md +4 -4
  19. package/autopm/.claude/agents/databases/cosmosdb-expert.md +4 -4
  20. package/autopm/.claude/agents/databases/mongodb-expert.md +4 -4
  21. package/autopm/.claude/agents/databases/postgresql-expert.md +4 -4
  22. package/autopm/.claude/agents/databases/redis-expert.md +3 -3
  23. package/autopm/.claude/agents/devops/azure-devops-specialist.md +3 -3
  24. package/autopm/.claude/agents/devops/docker-containerization-expert.md +4 -4
  25. package/autopm/.claude/agents/devops/observability-engineer.md +4 -4
  26. package/autopm/.claude/agents/devops/ssh-operations-expert.md +3 -3
  27. package/autopm/.claude/agents/devops/traefik-proxy-expert.md +3 -3
  28. package/autopm/.claude/agents/frameworks/e2e-test-engineer.md +4 -4
  29. package/autopm/.claude/agents/frameworks/nats-messaging-expert.md +2 -2
  30. package/autopm/.claude/agents/frameworks/react-frontend-engineer.md +3 -3
  31. package/autopm/.claude/agents/frameworks/react-ui-expert.md +4 -4
  32. package/autopm/.claude/agents/frameworks/tailwindcss-expert.md +4 -4
  33. package/autopm/.claude/agents/frameworks/ux-design-expert.md +4 -4
  34. package/autopm/.claude/agents/integration/message-queue-engineer.md +4 -4
  35. package/autopm/.claude/agents/languages/bash-scripting-expert.md +4 -4
  36. package/autopm/.claude/agents/languages/javascript-frontend-engineer.md +4 -4
  37. package/autopm/.claude/agents/languages/nodejs-backend-engineer.md +4 -4
  38. package/autopm/.claude/agents/languages/python-backend-engineer.md +3 -3
  39. package/autopm/.claude/agents/languages/python-backend-expert.md +4 -4
  40. package/autopm/.claude/agents/testing/frontend-testing-engineer.md +4 -4
  41. package/autopm/.claude/examples/mcp/README.md +11 -15
  42. package/autopm/.claude/examples/mcp/context7.md +205 -0
  43. package/autopm/.claude/examples/mcp-servers.example.json +9 -9
  44. package/autopm/.claude/mcp/MCP-REGISTRY.md +10 -10
  45. package/autopm/.claude/rules/agent-coordination.md +5 -5
  46. package/package.json +1 -1
  47. package/autopm/.claude/examples/mcp/context7-codebase.md +0 -267
  48. package/autopm/.claude/examples/mcp/context7-docs.md +0 -190
@@ -1,267 +0,0 @@
1
- ---
2
- name: context7-codebase
3
- command: npx
4
- args: ["@upstash/context7-mcp"]
5
- env:
6
- CONTEXT7_API_KEY: "${CONTEXT7_API_KEY:-}"
7
- CONTEXT7_MCP_URL: "${CONTEXT7_MCP_URL:-https://mcp.context7.com/mcp}"
8
- CONTEXT7_API_URL: "${CONTEXT7_API_URL:-https://context7.com/api/v1}"
9
- CONTEXT7_WORKSPACE: "${CONTEXT7_WORKSPACE:-}"
10
- CONTEXT7_MODE: "codebase"
11
- envFile: .claude/.env
12
- description: Context7 codebase server for project code analysis and navigation
13
- category: codebase
14
- status: active
15
- version: ">=1.0.0"
16
- ---
17
-
18
- # Context7 Codebase Server
19
-
20
- ## Description
21
-
22
- The Context7 Codebase Server provides intelligent code analysis, navigation, and understanding capabilities for your project. It indexes and analyzes your codebase to provide context-aware assistance for development tasks.
23
-
24
- ## Features
25
-
26
- - **Code Indexing**: Automatic indexing of project files
27
- - **Semantic Analysis**: Understanding code structure and relationships
28
- - **Dependency Tracking**: Tracks imports and dependencies
29
- - **Change Detection**: Monitors code changes in real-time
30
- - **Cross-Reference**: Links between related code elements
31
- - **Pattern Recognition**: Identifies common patterns and anti-patterns
32
-
33
- ## Configuration
34
-
35
- ### Required Environment Variables
36
-
37
- - `CONTEXT7_API_KEY`: Your Context7 API key (required)
38
- - `CONTEXT7_WORKSPACE`: Your workspace identifier (required for codebase mode)
39
-
40
- ### Optional Environment Variables
41
-
42
- - `CONTEXT7_MCP_URL`: MCP endpoint URL (default: mcp.context7.com/mcp)
43
- - `CONTEXT7_API_URL`: API endpoint URL (default: context7.com/api/v1)
44
- - `CONTEXT7_MODE`: Must be set to "codebase"
45
-
46
- ## Usage Examples
47
-
48
- ### Basic Setup
49
-
50
- ```bash
51
- # Enable the server
52
- autopm mcp enable context7-codebase
53
-
54
- # Configure environment
55
- echo "CONTEXT7_API_KEY=your-api-key" >> .claude/.env
56
- echo "CONTEXT7_WORKSPACE=project-workspace" >> .claude/.env
57
-
58
- # Sync configuration
59
- autopm mcp sync
60
- ```
61
-
62
- ### Project Indexing
63
-
64
- ```bash
65
- # Index current project
66
- context7 index .
67
-
68
- # Exclude directories
69
- context7 index . --exclude node_modules,dist,build
70
- ```
71
-
72
- ### Integration with Agents
73
-
74
- Commonly used with:
75
- - `code-analyzer` - For code quality analysis
76
- - `python-backend-engineer` - For Python projects
77
- - `react-frontend-engineer` - For React projects
78
- - `test-runner` - For test coverage analysis
79
-
80
- ### Context Pool Configuration
81
-
82
- ```json
83
- {
84
- "project-context": {
85
- "type": "persistent",
86
- "agents": ["code-analyzer", "python-backend-engineer"],
87
- "sources": ["context7-codebase"],
88
- "maxSize": "300MB",
89
- "retention": "30d",
90
- "refresh": "on-change"
91
- }
92
- }
93
- ```
94
-
95
- ## Supported Languages & Frameworks
96
-
97
- ### Languages
98
- - Python (including type hints)
99
- - JavaScript/TypeScript
100
- - Java
101
- - Go
102
- - Rust
103
- - C/C++
104
- - Ruby
105
- - PHP
106
-
107
- ### Frameworks
108
- - FastAPI, Django, Flask (Python)
109
- - React, Vue, Angular (JavaScript)
110
- - Spring Boot (Java)
111
- - Express, NestJS (Node.js)
112
-
113
- ### File Types
114
- - Source code (`.py`, `.js`, `.ts`, etc.)
115
- - Configuration (`.json`, `.yaml`, `.toml`)
116
- - Documentation (`.md`, `.rst`)
117
- - Docker files
118
- - CI/CD pipelines
119
-
120
- ## Indexing Configuration
121
-
122
- ### .context7ignore
123
-
124
- Create a `.context7ignore` file to exclude files from indexing:
125
-
126
- ```
127
- # Dependencies
128
- node_modules/
129
- venv/
130
- .venv/
131
-
132
- # Build outputs
133
- dist/
134
- build/
135
- *.pyc
136
- __pycache__/
137
-
138
- # Large files
139
- *.log
140
- *.sqlite
141
- *.db
142
-
143
- # Sensitive data
144
- .env
145
- *.key
146
- *.pem
147
- ```
148
-
149
- ### Index Settings
150
-
151
- ```json
152
- {
153
- "indexing": {
154
- "incremental": true,
155
- "parallel": true,
156
- "maxFileSize": "10MB",
157
- "languages": ["python", "javascript", "typescript"],
158
- "includeTests": true,
159
- "includeComments": true
160
- }
161
- }
162
- ```
163
-
164
- ## Performance Optimization
165
-
166
- ### Indexing Strategy
167
- - Incremental indexing for large codebases
168
- - Parallel processing for faster indexing
169
- - Smart caching of analysis results
170
-
171
- ### Memory Management
172
- - Configurable memory limits
173
- - Automatic garbage collection
174
- - Efficient data structures
175
-
176
- ## Advanced Features
177
-
178
- ### Code Intelligence
179
-
180
- ```yaml
181
- features:
182
- - symbol_resolution
183
- - type_inference
184
- - dead_code_detection
185
- - cyclomatic_complexity
186
- - test_coverage_mapping
187
- ```
188
-
189
- ### Real-time Monitoring
190
-
191
- - File system watch for changes
192
- - Git integration for version tracking
193
- - Branch-aware indexing
194
-
195
- ## Troubleshooting
196
-
197
- ### Common Issues
198
-
199
- 1. **Indexing Timeout**
200
- - Reduce scope with `.context7ignore`
201
- - Enable incremental indexing
202
- - Increase timeout settings
203
-
204
- 2. **Memory Issues**
205
- - Set memory limits in configuration
206
- - Exclude large binary files
207
- - Use filtering for specific languages
208
-
209
- 3. **Sync Problems**
210
- - Check workspace permissions
211
- - Verify git status
212
- - Clear local cache
213
-
214
- ### Debug Mode
215
-
216
- ```bash
217
- export CONTEXT7_DEBUG=true
218
- export CONTEXT7_VERBOSE=true
219
- ```
220
-
221
- ## Security Considerations
222
-
223
- 1. **Code Privacy**
224
- - Code is processed securely
225
- - No code storage without permission
226
- - Encrypted transmission
227
-
228
- 2. **Access Control**
229
- - Workspace-level permissions
230
- - Read-only by default
231
- - Audit logging enabled
232
-
233
- 3. **Sensitive Data**
234
- - Automatic secret detection
235
- - Pattern-based exclusion
236
- - Environment variable masking
237
-
238
- ## Best Practices
239
-
240
- 1. **Initial Setup**
241
- - Start with a clean codebase
242
- - Configure `.context7ignore` first
243
- - Run initial index during off-hours
244
-
245
- 2. **Maintenance**
246
- - Regular re-indexing for accuracy
247
- - Monitor index size
248
- - Clean up old indexes
249
-
250
- 3. **Team Usage**
251
- - Share workspace configuration
252
- - Consistent ignore patterns
253
- - Document custom settings
254
-
255
- ## Version History
256
-
257
- - **1.0.0**: Initial release
258
- - **1.1.0**: Added incremental indexing
259
- - **1.2.0**: Multi-language support
260
- - **1.3.0**: Real-time monitoring
261
- - **1.4.0**: Advanced code intelligence
262
-
263
- ## Related Resources
264
-
265
- - [Context7 Codebase Docs](https://docs.context7.com/codebase)
266
- - [Indexing Best Practices](https://docs.context7.com/best-practices)
267
- - [Code Analysis Guide](../agents/code-analyzer.md)
@@ -1,190 +0,0 @@
1
- ---
2
- name: context7-docs
3
- command: npx
4
- args: ["@upstash/context7-mcp"]
5
- env:
6
- CONTEXT7_API_KEY:
7
- default: ""
8
- description: "Your Context7 API key"
9
- required: true
10
- CONTEXT7_MCP_URL:
11
- default: "https://mcp.context7.com/mcp"
12
- description: "MCP endpoint URL"
13
- required: false
14
- CONTEXT7_API_URL:
15
- default: "https://context7.com/api/v1"
16
- description: "API endpoint URL"
17
- required: false
18
- CONTEXT7_WORKSPACE:
19
- default: "default"
20
- description: "Your workspace identifier (uses default workspace if not set)"
21
- required: false
22
- CONTEXT7_MODE:
23
- default: "documentation"
24
- description: "Server mode"
25
- required: false
26
- envFile: .claude/.env
27
- description: Context7 documentation server for accessing technical documentation
28
- category: documentation
29
- status: active
30
- version: ">=1.0.0"
31
- ---
32
-
33
- # Context7 Documentation Server
34
-
35
- ## Description
36
-
37
- The Context7 Documentation Server provides AI agents with access to comprehensive technical documentation from various sources. It enables intelligent documentation retrieval, contextual search, and knowledge base integration.
38
-
39
- ## Features
40
-
41
- - **Smart Documentation Search**: AI-powered search across multiple documentation sources
42
- - **Contextual Retrieval**: Returns relevant documentation based on current task context
43
- - **Version-Aware**: Handles multiple versions of documentation
44
- - **Caching**: Local caching for improved performance
45
- - **Multi-Source Support**: Aggregates documentation from various sources
46
-
47
- ## Configuration
48
-
49
- ### Required Environment Variables
50
-
51
- - `CONTEXT7_API_KEY`: Your Context7 API key (required)
52
- - `CONTEXT7_WORKSPACE`: Your workspace identifier (optional)
53
-
54
- ### Optional Environment Variables
55
-
56
- - `CONTEXT7_MCP_URL`: MCP endpoint URL (default: mcp.context7.com/mcp)
57
- - `CONTEXT7_API_URL`: API endpoint URL (default: context7.com/api/v1)
58
- - `CONTEXT7_MODE`: Server mode (default: documentation)
59
-
60
- ## Usage Examples
61
-
62
- ### Basic Setup
63
-
64
- ```bash
65
- # Enable the server
66
- autopm mcp enable context7-docs
67
-
68
- # Set up environment variables
69
- echo "CONTEXT7_API_KEY=your-api-key" >> .claude/.env
70
- echo "CONTEXT7_WORKSPACE=your-workspace" >> .claude/.env
71
-
72
- # Sync configuration
73
- autopm mcp sync
74
- ```
75
-
76
- ### Integration with Agents
77
-
78
- This server is commonly used with:
79
- - `python-backend-engineer` - For Python documentation
80
- - `react-frontend-engineer` - For React/JavaScript documentation
81
- - `azure-devops-specialist` - For Azure DevOps documentation
82
- - `kubernetes-orchestrator` - For Kubernetes documentation
83
-
84
- ### Context Pool Configuration
85
-
86
- ```json
87
- {
88
- "python-docs": {
89
- "type": "shared",
90
- "agents": ["python-backend-engineer"],
91
- "sources": ["context7-docs"],
92
- "filters": ["fastapi", "sqlalchemy", "pydantic"],
93
- "maxSize": "100MB",
94
- "retention": "7d"
95
- }
96
- }
97
- ```
98
-
99
- ## Supported Documentation Sources
100
-
101
- ### Programming Languages
102
- - Python (CPython, PyPI packages)
103
- - JavaScript/TypeScript (MDN, Node.js)
104
- - Go (official docs)
105
- - Rust (docs.rs)
106
- - Java (OpenJDK)
107
-
108
- ### Frameworks & Libraries
109
- - FastAPI, Flask, Django
110
- - React, Vue, Angular
111
- - Express, NestJS
112
- - Spring Boot
113
-
114
- ### Cloud & DevOps
115
- - AWS, Azure, GCP documentation
116
- - Kubernetes, Docker
117
- - Terraform, Ansible
118
- - GitHub Actions, GitLab CI
119
-
120
- ### Databases
121
- - PostgreSQL, MySQL, MongoDB
122
- - Redis, Elasticsearch
123
- - SQLAlchemy, Prisma
124
-
125
- ## Performance Optimization
126
-
127
- ### Caching Strategy
128
- - Local cache: 7 days for stable docs
129
- - Version-specific caching
130
- - Incremental updates for large docs
131
-
132
- ### Request Optimization
133
- - Batch requests when possible
134
- - Use filters to reduce payload
135
- - Enable compression
136
-
137
- ## Troubleshooting
138
-
139
- ### Common Issues
140
-
141
- 1. **Authentication Failed**
142
- - Verify CONTEXT7_API_KEY is set correctly
143
- - Check API key permissions
144
-
145
- 2. **Slow Response Times**
146
- - Enable local caching
147
- - Use specific filters
148
- - Check network connectivity
149
-
150
- 3. **Missing Documentation**
151
- - Verify documentation source is supported
152
- - Check workspace configuration
153
- - Update server version
154
-
155
- ### Debug Mode
156
-
157
- Enable debug logging:
158
- ```bash
159
- export CONTEXT7_DEBUG=true
160
- ```
161
-
162
- ## Security Considerations
163
-
164
- 1. **API Key Management**
165
- - Store in `.claude/.env`
166
- - Never commit to version control
167
- - Rotate keys regularly
168
-
169
- 2. **Network Security**
170
- - Use HTTPS endpoints only
171
- - Validate SSL certificates
172
- - Monitor API usage
173
-
174
- 3. **Access Control**
175
- - Limit workspace access
176
- - Use read-only permissions when possible
177
- - Audit access logs
178
-
179
- ## Version History
180
-
181
- - **1.0.0**: Initial release
182
- - **1.1.0**: Added caching support
183
- - **1.2.0**: Multi-source aggregation
184
- - **1.3.0**: Context-aware retrieval
185
-
186
- ## Related Resources
187
-
188
- - [Context7 Documentation](https://docs.context7.com)
189
- - [MCP Protocol Specification](https://modelcontextprotocol.org)
190
- - [Agent Integration Guide](../agents/AGENT-MCP-INTEGRATION.md)