Roo-Code/packages/types
Roo Code 04b7823751 feat: add support for custom instruction file paths
- 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
2025-08-27 02:01:35 +00:00
..
npm feat: Add Vercel AI Gateway provider integration (#7396) 2025-08-26 13:41:02 -07:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add support for custom instruction file paths 2025-08-27 02:01:35 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00