Refactor: move compaction code to src/core/compaction/
- Move compaction.ts to src/core/compaction/compaction.ts - Extract branch summarization to src/core/compaction/branch-summarization.ts - Add index.ts to re-export all compaction utilities - Update all imports across the codebase
This commit is contained in:
6
packages/coding-agent/src/core/compaction/index.ts
Normal file
6
packages/coding-agent/src/core/compaction/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Compaction and summarization utilities.
|
||||
*/
|
||||
|
||||
export * from "./branch-summarization.js";
|
||||
export * from "./compaction.js";
|
||||
Reference in New Issue
Block a user