Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 0 additions & 55 deletions .github/renovate-automerge.json5

This file was deleted.

84 changes: 0 additions & 84 deletions .github/renovate-groups.json5

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/renovate.yml

This file was deleted.

11 changes: 10 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,13 @@ For advanced users or development, you can manually configure the MCP server:
- Memory leak prevention (circular buffers for history/metrics)
- Graceful shutdown (proper event listener cleanup)
- Health monitoring (`dev_health` tool)
- Comprehensive logging with @lytics/kero
- Comprehensive logging with @lytics/kero

5. **Performance Configuration**:
- Configurable concurrency via environment variables
- Auto-detection based on system resources (CPU/memory)
- Environment variables:
- `DEV_AGENT_CONCURRENCY` - global concurrency setting
- `DEV_AGENT_TYPESCRIPT_CONCURRENCY` - TypeScript file processing
- `DEV_AGENT_INDEXER_CONCURRENCY` - vector embedding batches
- Example: `export DEV_AGENT_CONCURRENCY=10` before running `dev index .`
Loading