Skip to content

Commit d25c119

Browse files
egavrindevagent
andcommitted
refactor(runtime): split core and tool hotspots
- Extract config, session-state, review, and tool helpers for structural lint cleanup - Keep runtime schemas and tool result behavior unchanged Co-Authored-By: devagent <devagent@egavrin>
1 parent a996655 commit d25c119

93 files changed

Lines changed: 13829 additions & 12622 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/runtime/src/core/approval.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ function makeSafetyPolicy(
4040
...overrides,
4141
};
4242
}
43-
44-
describe("ApprovalGate", () => {
4543
describe("Suggest mode", () => {
4644
it("allows readonly tools", () => {
4745
const gate = new ApprovalGate(makePolicy());
@@ -565,4 +563,3 @@ describe("ApprovalGate", () => {
565563
expect(events).toHaveLength(0);
566564
});
567565
});
568-
});

0 commit comments

Comments
 (0)