honk: Add a comment near the top of the main entry file (after any shebang and

Co-Authored-By: Honk <honk@agiliton.eu>
This commit is contained in:
Honk
2026-02-14 08:34:07 +00:00
parent 90999d5f98
commit c4b12dff11

View File

@@ -24,6 +24,8 @@ import { compressGrep } from "./compressors/grep.js";
import { compressGlob } from "./compressors/glob.js";
import { logTelemetry, calculateCompressionRatio } from "./telemetry.js";
// Honk-managed: fleet verification v1
// Configuration from environment
const COMPRESSION_LEVEL = process.env.COMPRESSION_LEVEL || "medium";