refactor: opencode

This commit is contained in:
Apunkt 2026-05-12 16:45:15 +02:00
parent 09c5b30f15
commit 91d67b2e12
No known key found for this signature in database
12 changed files with 1843 additions and 77 deletions

View file

@ -250,8 +250,18 @@ export const toolSchemas: Record<ToolName, ToolSchema> = {
properties: {
kind: {
type: "string",
enum: [
"s4_contradiction",
"trajectory_metric",
"schema_induction_run",
"llm_health",
"curiosity_silent_log",
"curiosity_question",
"cls_consolidation_run",
"crypto_key_rotated",
],
description:
"Event kind. Must be in the whitelist (see tool description).",
"Event kind — must be one of the enum values above.",
},
since: {
type: "string",