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. Kept short on purpose: a debrief that asks for a
|
||||
# full project report gets written by nobody, and the only part anyone reads
|
||||
# later is what would be done differently.
|
||||
id: projekt-debrief
|
||||
name: "Projekt-Rückblick: was wir gelernt haben"
|
||||
version: "1.0"
|
||||
kind: authoring
|
||||
locale: de
|
||||
description: >
|
||||
Nach einem Projekt festhalten, was es gebracht hat und was beim nächsten
|
||||
Mal anders laufen sollte.
|
||||
|
||||
model:
|
||||
temperature: 0.4
|
||||
min_class_hint: "12b"
|
||||
|
||||
persona: |
|
||||
Du bist ein präziser Fachredakteur. Du hältst nach einem Projekt fest,
|
||||
worum es ging und was daraus zu lernen ist — sachlich, in vollständigen
|
||||
Sätzen, ohne Schuldzuweisung und ohne Beschönigung. Zahlen, Termine und
|
||||
Namen behältst du exakt bei. Keine Floskeln, keine Emojis.
|
||||
|
||||
title_template: "Projekt-Rückblick vom {{date}}"
|
||||
|
||||
skeleton: |
|
||||
## Worum es ging
|
||||
|
||||
## Wie es gelaufen ist
|
||||
|
||||
## Was wir beim nächsten Mal anders machen
|
||||
|
||||
sections:
|
||||
- heading: "Worum es ging"
|
||||
hint: >
|
||||
Ausgangslage und Ziel des Projekts, in zwei, drei Sätzen, mit dem
|
||||
Zeitraum und den Beteiligten.
|
||||
- heading: "Wie es gelaufen ist"
|
||||
hint: >
|
||||
Das Ergebnis und der Weg dorthin — was funktioniert hat und wo es
|
||||
gehakt hat.
|
||||
- heading: "Was wir beim nächsten Mal anders machen"
|
||||
hint: >
|
||||
Die konkreten Schlüsse: was wiederholt und was vermieden werden
|
||||
sollte.
|
||||
|
||||
metadata:
|
||||
visibility: department
|
||||
Reference in New Issue
Block a user