Skip to content

Commit 138f795

Browse files
committed
refactor: use metadata object for prune tool reason and distillation
- Replace reason-as-first-id pattern with structured metadata object - metadata.reason: 'completion' | 'noise' | 'consolidation' - metadata.distillation: optional object for consolidation findings - Update prompts to clarify distillation rules per reason type - Add docs/ to gitignore
1 parent f3d7e1c commit 138f795

File tree

13 files changed

+51
-2009
lines changed

13 files changed

+51
-2009
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ Thumbs.db
3232
tests/
3333
notes/
3434
test-update.ts
35+
36+
# Documentation (local development only)
37+
docs/

docs/providers/README.md

Lines changed: 0 additions & 339 deletions
This file was deleted.

0 commit comments

Comments
 (0)