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:
@@ -11,5 +11,6 @@
|
||||
//! `TurnEvent::Compacted`.
|
||||
|
||||
pub mod dedup;
|
||||
pub mod squash;
|
||||
pub mod tokens;
|
||||
pub mod window;
|
||||
|
||||
Reference in New Issue
Block a user