refactor(core): Centralize context management logic into src/context (#24380)

This commit is contained in:
joshualitt
2026-03-31 17:01:46 -07:00
committed by GitHub
parent cdc602edd7
commit fd5c103f99
21 changed files with 51 additions and 20 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
import { describe, it, expect, vi, beforeEach } from 'vitest';
import { discoverJitContext, appendJitContext } from './jit-context.js';
import type { Config } from '../config/config.js';
import type { ContextManager } from '../services/contextManager.js';
import type { ContextManager } from '../context/contextManager.js';
describe('jit-context', () => {
describe('discoverJitContext', () => {