mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
- Add customInstructionPaths field to global settings schema - Implement loadCustomInstructionFiles function with support for: - Single file paths - Directory paths (loads all .md and .txt files) - Glob patterns for flexible file selection - Add security validation to prevent loading files outside workspace - Support parent directory access for monorepo scenarios - Integrate custom instructions into system prompt generation - Pass customInstructionPaths through state management - Add comprehensive unit tests for the new functionality Fixes #6168 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||