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
58 lines
1.7 KiB
YAML
58 lines
1.7 KiB
YAML
# 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.
|
|
#
|
|
# The most common thing anyone writes down: how something is done here. The
|
|
# headings are the questions a colleague actually asks — when does this
|
|
# apply, what do I do, what goes wrong, who do I ask.
|
|
id: prozess
|
|
name: "Ablauf: wie wir das machen"
|
|
version: "1.0"
|
|
kind: authoring
|
|
locale: de
|
|
description: >
|
|
Ein wiederkehrender Ablauf, Schritt für Schritt — so, dass jemand anderes
|
|
ihn allein schafft.
|
|
|
|
model:
|
|
temperature: 0.4
|
|
min_class_hint: "12b"
|
|
|
|
persona: |
|
|
Du bist ein präziser Fachredakteur für Arbeitsanweisungen. Du schreibst
|
|
sachlich, in vollständigen Sätzen, und machst aus einer Abfolge eine
|
|
nummerierte Liste. Zahlen, Fristen, Systemnamen und Zuständigkeiten
|
|
behältst du exakt bei und erfindest keine dazu. Keine Floskeln, keine
|
|
Emojis.
|
|
|
|
title_template: "Neuer Ablauf"
|
|
|
|
skeleton: |
|
|
## Wann das gilt
|
|
|
|
## Schritt für Schritt
|
|
|
|
## Wenn es klemmt
|
|
|
|
## Wer zuständig ist
|
|
|
|
sections:
|
|
- heading: "Wann das gilt"
|
|
hint: >
|
|
Der Auslöser: in welcher Situation dieser Ablauf greift, und wo er
|
|
nicht gilt.
|
|
- heading: "Schritt für Schritt"
|
|
hint: >
|
|
Die Schritte in ihrer Reihenfolge, jeder als eine Handlung — mit den
|
|
Systemen, Formularen und Fristen, die dazugehören.
|
|
- heading: "Wenn es klemmt"
|
|
hint: >
|
|
Die Sonderfälle und die Stellen, an denen es erfahrungsgemäß hakt,
|
|
samt dem, was dann zu tun ist.
|
|
- heading: "Wer zuständig ist"
|
|
hint: >
|
|
Wer den Ablauf verantwortet und wen man bei Rückfragen anspricht.
|
|
|
|
metadata:
|
|
visibility: department
|