mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 18:01:22 +00:00
mom: add coding-agent dependency, update compaction docs
This commit is contained in:
parent
2a0f239288
commit
de7f71838c
3 changed files with 6 additions and 4 deletions
|
|
@ -336,14 +336,14 @@ ${summaries.map((s, i) => `--- Slice ${i + 1} ---\n${s}`).join('\n\n')}
|
|||
|
||||
## Test Harness
|
||||
|
||||
A CLI test tool is available at `test/compaction-strategies.ts` to compare strategies:
|
||||
A CLI test tool is available at [compaction-strategies.ts](./compaction-strategies.ts) to compare strategies:
|
||||
|
||||
```bash
|
||||
npx tsx test/compaction-strategies.ts before-compaction
|
||||
npx tsx test/compaction-strategies.ts large-session
|
||||
npx tsx docs/compaction-strategies.ts before-compaction
|
||||
npx tsx docs/compaction-strategies.ts large-session
|
||||
```
|
||||
|
||||
This outputs results to `test/compaction-results/[fixture]-[strategy].md` and a comparison file.
|
||||
This outputs results to `compaction-results/[fixture]-[strategy].md` (in repo root) and a comparison file.
|
||||
|
||||
### Implemented Strategies
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue