fix: address repository removal review

This commit is contained in:
Turtle
2026-08-09 16:53:54 +08:00
parent 993550e6c8
commit 541591d5f6
6 changed files with 11 additions and 14 deletions

View File

@@ -830,7 +830,7 @@ describe('LocalSkillProvider', () => {
// Isolated providers see only their explicit roots: the environment
// bundled root is a default root, so includeDefaultRoots: false must
// drop it — repository providers never re-claim the app's builtins.
// drop it — isolated providers never re-claim the app's builtins.
const isolated = new Context()
await isolated.plugin(SkillService)
const customOnly = join(envHome, 'custom-only')