fix(policy): resolve type errors and add test for isSensitive plumbing

This commit is contained in:
Spencer Tang
2026-02-27 18:55:23 -05:00
parent 99bc45b689
commit e4d1c07294
10 changed files with 2310 additions and 392 deletions
@@ -84,6 +84,7 @@ describe('SubAgentInvocation', () => {
params: {},
getDescription: vi.fn(),
toolLocations: vi.fn(),
isSensitive: false,
};
MockSubagentToolWrapper.prototype.build = vi