mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 10:02:23 +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
1
package-lock.json
generated
1
package-lock.json
generated
|
|
@ -6663,6 +6663,7 @@
|
|||
"@anthropic-ai/sandbox-runtime": "^0.0.16",
|
||||
"@mariozechner/pi-agent-core": "^0.18.2",
|
||||
"@mariozechner/pi-ai": "^0.18.2",
|
||||
"@mariozechner/pi-coding-agent": "^0.18.2",
|
||||
"@sinclair/typebox": "^0.34.0",
|
||||
"@slack/socket-mode": "^2.0.0",
|
||||
"@slack/web-api": "^7.0.0",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"@anthropic-ai/sandbox-runtime": "^0.0.16",
|
||||
"@mariozechner/pi-agent-core": "^0.18.2",
|
||||
"@mariozechner/pi-ai": "^0.18.2",
|
||||
"@mariozechner/pi-coding-agent": "^0.18.2",
|
||||
"@sinclair/typebox": "^0.34.0",
|
||||
"@slack/socket-mode": "^2.0.0",
|
||||
"@slack/web-api": "^7.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue