Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Openclaw/extensions/skill-workshop/src/   (KI Agentensystem Version 22©)  Datei vom 26.3.2026 mit Größe 860 B image not shown  

Quelle  prompt.ts

  Sprache: JAVA
 

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






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.