Spracherkennung für: .ts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
import type { SkillWorkshopConfig } from "./config.js";
export function buildWorkshopGuidance(config: SkillWorkshopConfig): string {
const writeMode =
config.approvalPolicy === "auto"
? "Auto mode: apply safe workspace-skill updates when clearly reusable."
: "Pending mode: queue suggestions; apply only after explicit approval.";
return [
"<skill_workshop>",
"Use for durable procedural memory, not facts/preferences.",
"Capture only repeatable workflows, user corrections, non-obvious successful procedures, recurring pitfalls.",
"If a loaded skill is stale/wrong/thin, suggest append/replace; keep useful parts.",
"After long tool loops or hard fixes, save the reusable procedure.",
"Keep skill text short, imperative, tool-aware. No transcript dumps.",
writeMode,
"</skill_workshop>",
].join("\n");
}
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet am 2026-04-27)
¤
*© Formatika GbR, Deutschland