mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 15:01:24 +00:00
Reorganize file structure: core/, utils/, modes/interactive/components/, modes/interactive/theme/
This commit is contained in:
parent
00982705f2
commit
83a6c26969
56 changed files with 133 additions and 128 deletions
|
|
@ -12,7 +12,7 @@ import {
|
|||
findCutPoint,
|
||||
getLastAssistantUsage,
|
||||
shouldCompact,
|
||||
} from "../src/compaction.js";
|
||||
} from "../src/core/compaction.js";
|
||||
import {
|
||||
type CompactionEntry,
|
||||
createSummaryMessage,
|
||||
|
|
@ -20,7 +20,7 @@ import {
|
|||
parseSessionEntries,
|
||||
type SessionEntry,
|
||||
type SessionMessageEntry,
|
||||
} from "../src/session-manager.js";
|
||||
} from "../src/core/session-manager.js";
|
||||
|
||||
// ============================================================================
|
||||
// Test fixtures
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue