@@ -812,7 +812,7 @@ docs/ContextOverhaulTests.md — add Suite N (pre-tool routing) test cases
812812- [ ] Policies exist for ` Read ` , ` WebFetch ` , ` Bash ` , ` Grep ` , ` Glob ` , ` Task ` .
813813- [ ] Hard deny uses thrown errors from ` tool.execute.before ` .
814814- [ ] Guidance is emitted at most once per canonical session lineage per type.
815- - [ ] ` deno test ` passes; ` deno task check ` passes.
815+ - [ ] ` deno test ` passes; ` deno run build ` passes; ` deno task check` passes.
816816
817817### Phase 2: Pre-tool hook wiring
818818
@@ -834,7 +834,7 @@ docs/ContextOverhaulTests.md — add Suite N (pre-tool routing) test cases
834834- [ ] The hook fires for parent and child sessions.
835835- [ ] ` tool.execute.before ` does not call FalkorDB or Graphiti.
836836- [ ] Parent and child sessions share one guidance throttle namespace.
837- - [ ] ` deno test ` passes; ` deno task check ` passes.
837+ - [ ] ` deno test ` passes; ` deno run build ` passes; ` deno task check` passes.
838838
839839### Phase 3: Heavy-tool policies
840840
@@ -862,7 +862,7 @@ docs/ContextOverhaulTests.md — add Suite N (pre-tool routing) test cases
862862 args.
863863- [ ] ` Glob ` does not rely on unsupported exclusion args.
864864- [ ] ` Task ` rewrites delegated prompt text with routing instructions.
865- - [ ] ` deno test ` passes; ` deno task check ` passes.
865+ - [ ] ` deno test ` passes; ` deno run build ` passes; ` deno task check` passes.
866866
867867### Phase 4: Extraction tightening
868868
@@ -882,7 +882,7 @@ docs/ContextOverhaulTests.md — add Suite N (pre-tool routing) test cases
882882- [ ] Denied tool calls produce a compact event with the denial reason.
883883- [ ] Modified/context-guided tool calls produce a compact event noting the
884884 routing action.
885- - [ ] ` deno test ` passes; ` deno task check ` passes.
885+ - [ ] ` deno test ` passes; ` deno run build ` passes; ` deno task check` passes.
886886
887887### Phase 5: Snapshot tightening
888888
@@ -900,7 +900,7 @@ docs/ContextOverhaulTests.md — add Suite N (pre-tool routing) test cases
900900- [ ] Snapshot with 50+ events (including routing events) stays within budget.
901901- [ ] P0/P1 content (last request, active tasks, decisions) is never dropped.
902902- [ ] Routing denial events are classified as P2.
903- - [ ] ` deno test ` passes; ` deno task check ` passes.
903+ - [ ] ` deno test ` passes; ` deno run build ` passes; ` deno task check` passes.
904904
905905### Phase 6: Integration validation + documentation
906906
@@ -917,8 +917,8 @@ docs/ContextOverhaulTests.md — add Suite N (pre-tool routing) test cases
917917** Acceptance criteria:**
918918
919919- [ ] All §3.1.1 alignment criteria (A1–A8) are met.
920- - [ ] ` deno test ` passes; ` deno task check ` passes; ` deno lint ` passes;
921- ` deno fmt --check ` passes.
920+ - [ ] ` deno test ` passes; ` deno run build ` passes; ` deno task check ` passes;
921+ ` deno lint ` passes; ` deno fmt --check` passes.
922922- [ ] ` README.md ` documents the pre-tool routing behavior.
923923- [ ] ` AGENTS.md ` lists ` tool.execute.before ` in the hot-path section.
924924- [ ] ` docs/ContextOverhaulTests.md ` includes Suite N with ≥ 10 test cases.
@@ -955,6 +955,7 @@ Add to `docs/ContextOverhaulTests.md` as Suite N:
955955Before merging any part of this plan:
956956
957957- ` deno test `
958+ - ` deno run build `
958959- ` deno task check `
959960- ` deno lint `
960961- ` deno fmt --check `
0 commit comments