Commit Graph

7 Commits

Author SHA1 Message Date
tim 5d2edfe8cc M3.4: workflows/plan-before-action.md — record_thought + reflection
Main-Voice-spezifischer Workflow: vor jedem Tool-Block ein
record_thought, danach ein record_reflection mit did_match_user_intent
als Lakmustest.

Explizit NICHT fuer Sub-Agents — die haben in ihrem Persona-Block ein
hartes "KEIN record_*". Frontmatter dokumentiert das via
applies_NOT_to: [kreuzwort-builder, lueckentext-builder] + Hinweis im
note_on_scope.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-02 15:30:05 +02:00
tim 641de5c77f M3.3: base/constraints.md — Anti-Halluzination + Trace-Bewusstsein
Universelle Ehrlichkeits-Disziplin: nicht erfinden, Erfolg nicht
vortaeuschen, Plan ehrlich melden, Confidence ehrlich. Plus expliziter
Hinweis dass die Trace-DB (voice_call/voice_hop/voice_tool_call/...)
jeden Call sieht — Luegen sind also nicht nur unethisch sondern
mechanisch detektierbar.

Persona-spezifische Anti-Halluzinations-Regeln (z.B. die
add_source_item-Regel der Main-Voice oder die Tool-Scope-Locks der
Sub-Agents) bleiben dort wo sie hingehoeren — nicht alles ist universal.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-02 15:29:37 +02:00
tim e675c365d6 M3.2: base/style.md — universelle Antwort-Stil-Konventionen
Nur die UNIVERSELLEN Stil-Regeln (Deutsch, knapp, Success-Meldung am
Ende, kein falsches Lob, ehrlich bei Fehlschlag). Persona-spezifische
Stil-Regeln (Plan-Satz vor Tools, Funktionsnamen-Verbot, "genau 3
Saetze" fuer Intro) bleiben in der jeweiligen Persona — sie sind nicht
universal genug fuer base/.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-02 15:29:01 +02:00
tim 46e0fd56f2 M3.1: base/identity.md — gemeinsame LLM-Identitaet
Aus drei Quellen zusammengezogen:
- main-voice.md UR-MISSION-Block (Stream-Box als einzige Wahrheit)
- kreuzwort-builder.md Sub-Agent-Intro
- lueckentext-builder.md Sub-Agent-Intro

Bewusst NUR der allergemeinsamste Kern (parsecapere.de + Stream-Box +
Bricks-Sichtbarkeitsprinzip). Konkrete Rolle (Main-Voice / Sub-Agent /
Overwatch) bleibt der jeweiligen Persona ueberlassen.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-02 15:28:26 +02:00
tim 1b23cffdde Merge branch 'main' of https://gitea.parsecapere.de/tim/parsecapere-prompts 2026-06-02 15:20:24 +02:00
tim f4f147e519 M2: 1:1 extraction of monolithic prompts from llm-gateway
Pulled the System-Prompts out of the three .js files in /root/llm-gateway/
on the Stream-Box-VPS, dropped them 1:1 as Markdown personas — no
modularisation yet (that is M3).

Personas:
- personas/main-voice.md
  ← llm/gemini.js lines 64-172
  (SYSTEM_PROMPT_VOICE + SYSTEM_PROMPT_INTRO)
- personas/kreuzwort-builder.md
  ← orchestrator/kreuzwort-orchestrator.js lines 47-100
- personas/lueckentext-builder.md
  ← orchestrator/lueckentext-orchestrator.js lines 35-68

Plus README.md explaining the target topology
(base/ + workflows/ + tools-context/ + personas/) and a skill-index.md
stub that M4 will fill.

Empty folders kept with .gitkeep so Git tracks the structure even
before M3 starts populating them.

Reference notes:
  arch-flow/brainstorm/Sprache/
    2026-06-02 — Master-Synthese — Prompt-Migration-Reihenfolge.md
    2026-06-02 — Prompt-Modularisierung — Architektur und Composition.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-02 15:11:42 +02:00
tim 30d73062f0 Initial commit 2026-06-02 13:36:19 +02:00