/** * Conformance snapshot for tool policy. * * Security note: * - This is static, build-time information (no runtime I/O, no network exposure). * - Intended for CI/tools to detect drift between the implementation policy and * the formal models/extractors.
*/
import { TOOL_GROUPS } from "./tool-policy.js";
// Tool name aliases are intentionally not exported from tool-policy today. // Keep the conformance snapshot focused on exported policy constants.
export const TOOL_POLICY_CONFORMANCE = {
toolGroups: TOOL_GROUPS,
} as const;
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet am 2026-05-26)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.