feat(context): tambah context::squash untuk kompresi hasil tool

Kompresi per-jenis-konten (JSON: pertahankan struktur & value pendek/
entropi tinggi, buang value panjang bertele-tele; log: simpan baris
error/warning berskor tertinggi + konteks sekitarnya; generic: potong
importance-ranked) untuk hasil tool di atas 1.5KB. Tool read dikecualikan
total karena isinya harus tetap byte-exact untuk edit selanjutnya.
This commit is contained in:
asepharyana
2026-07-16 07:49:43 +07:00
parent 682007a250
commit ea0b498829
2 changed files with 394 additions and 0 deletions
+1
View File
@@ -11,5 +11,6 @@
//! `TurnEvent::Compacted`.
pub mod dedup;
pub mod squash;
pub mod tokens;
pub mod window;