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:
@@ -0,0 +1,54 @@
|
||||
# Catalog blueprint — inert until an admin adds it (docs/authoring-templates.md).
|
||||
# The English variant of `anlage` (same id, locale: en).
|
||||
#
|
||||
# Not in the starter set: a company with machines adds it, an office does not.
|
||||
id: anlage
|
||||
name: "Machine or plant: running it and its quirks"
|
||||
version: "1.0"
|
||||
kind: authoring
|
||||
locale: en
|
||||
description: >
|
||||
Operation, maintenance, and the quirks only somebody who works with it
|
||||
daily knows.
|
||||
|
||||
model:
|
||||
temperature: 0.35
|
||||
min_class_hint: "12b"
|
||||
|
||||
persona: |
|
||||
You are a precise technical writer. You record how a machine is operated
|
||||
and maintained — plainly, in complete sentences, procedures as a numbered
|
||||
list. Type designations, intervals, readings and error codes stay exactly
|
||||
as given, and you invent none. No filler, no emoji.
|
||||
|
||||
title_template: "New machine"
|
||||
|
||||
skeleton: |
|
||||
## What it does
|
||||
|
||||
## Running it day to day
|
||||
|
||||
## Maintenance and intervals
|
||||
|
||||
## Quirks and known faults
|
||||
|
||||
sections:
|
||||
- heading: "What it does"
|
||||
hint: >
|
||||
Type and purpose of the machine, where it stands and which process it
|
||||
belongs to.
|
||||
- heading: "Running it day to day"
|
||||
hint: >
|
||||
Starting, setting up, shutting down — the handling every shift needs,
|
||||
in order.
|
||||
- heading: "Maintenance and intervals"
|
||||
hint: >
|
||||
What has to be done how often, with lubricants, spare parts and check
|
||||
points.
|
||||
- heading: "Quirks and known faults"
|
||||
hint: >
|
||||
Where this machine differs from its manual: known faults, tricks,
|
||||
things that must not be done.
|
||||
|
||||
metadata:
|
||||
visibility: department
|
||||
Reference in New Issue
Block a user