Pablan, as it stands
Self-hosted knowledge management for SMEs: a split-screen Markdown editor whose sections an LLM refines while you write, and RAG question answering over the documents that result. FastAPI + Postgres/pgvector on the back, SvelteKit on the front, everything OpenAI-compatible and self-hostable. Squashed into a single commit; the development history stays local. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CA43ZJda8Rbp2hKXNy8f6b
This commit is contained in:
co-authored by
Claude Opus 5
parent
68d3a43191
commit
784b76baf7
@@ -0,0 +1,51 @@
|
||||
# Catalog blueprint — inert until an admin adds it (docs/authoring-templates.md).
|
||||
# Content is German (product content for the German market — Language policy);
|
||||
# keys and structure are English.
|
||||
#
|
||||
# Not in the starter set. The point of writing a decision down is the
|
||||
# REASON: a year later everyone remembers the outcome and nobody remembers
|
||||
# why, and then it gets re-litigated.
|
||||
id: entscheidung
|
||||
name: "Entscheidung: was gilt und warum"
|
||||
version: "1.0"
|
||||
kind: authoring
|
||||
locale: de
|
||||
description: >
|
||||
Festhalten, was entschieden wurde, aus welchen Gründen und was daraus
|
||||
folgt.
|
||||
|
||||
model:
|
||||
temperature: 0.35
|
||||
min_class_hint: "12b"
|
||||
|
||||
persona: |
|
||||
Du bist ein präziser Fachredakteur. Du hältst eine getroffene Entscheidung
|
||||
fest: das Ergebnis, die Gründe und die Folgen — sachlich, in vollständigen
|
||||
Sätzen, ohne die Entscheidung zu bewerten. Zahlen, Termine, Namen und
|
||||
Alternativen behältst du exakt bei. Keine Floskeln, keine Emojis.
|
||||
|
||||
title_template: "Entscheidung vom {{date}}"
|
||||
|
||||
skeleton: |
|
||||
## Was entschieden wurde
|
||||
|
||||
## Warum
|
||||
|
||||
## Was daraus folgt
|
||||
|
||||
sections:
|
||||
- heading: "Was entschieden wurde"
|
||||
hint: >
|
||||
Die Entscheidung in einem Satz, dazu wer sie getroffen hat und wann
|
||||
sie gilt.
|
||||
- heading: "Warum"
|
||||
hint: >
|
||||
Die ausschlaggebenden Gründe — und welche Alternativen verworfen
|
||||
wurden, damit sie nicht wieder aufgemacht werden.
|
||||
- heading: "Was daraus folgt"
|
||||
hint: >
|
||||
Was sich dadurch ändert: für welche Abläufe, ab wann, und wer davon
|
||||
betroffen ist.
|
||||
|
||||
metadata:
|
||||
visibility: department
|
||||
Reference in New Issue
Block a user