build: migrate schema deps to typebox

This commit is contained in:
Peter Steinberger
2026-04-23 04:59:26 +01:00
parent dd1ba0296c
commit b2472d6560
143 changed files with 344 additions and 347 deletions

View File

@@ -94,7 +94,6 @@ describe("production lint suppressions", () => {
"src/agents/skills-clawhub.ts|no-control-regex|1",
"src/agents/subagent-attachments.ts|no-control-regex|1",
"src/agents/subagent-spawn.ts|no-control-regex|1",
"src/agents/tools/common.ts|typescript/no-explicit-any|2",
"src/channels/plugins/channel-runtime-surface.types.ts|typescript/no-unnecessary-type-parameters|1",
"src/channels/plugins/contracts/test-helpers.ts|typescript/no-unnecessary-type-parameters|1",
"src/channels/plugins/types.plugin.ts|typescript/no-explicit-any|1",
@@ -136,14 +135,6 @@ describe("production lint suppressions", () => {
);
expect(anySuppressions).toEqual([
{
file: "src/agents/tools/common.ts",
rule: "typescript/no-explicit-any",
},
{
file: "src/agents/tools/common.ts",
rule: "typescript/no-explicit-any",
},
{
file: "src/channels/plugins/types.plugin.ts",
rule: "typescript/no-explicit-any",