provozni zaloha
This commit is contained in:
12
skills/llm-wiki/assets/log.md.template
Normal file
12
skills/llm-wiki/assets/log.md.template
Normal file
@@ -0,0 +1,12 @@
|
||||
# Wiki Log
|
||||
|
||||
Append-only chronological record of operations on the wiki. Each entry begins with `## [YYYY-MM-DD] <op> | <description>` so it's parseable with `grep "^## \[" log.md | tail -N`.
|
||||
|
||||
Operations:
|
||||
- `ingest` — a source was processed into the wiki.
|
||||
- `query` — a question was answered against the wiki (typically only logged when the answer was filed back as synthesis).
|
||||
- `lint` — a health check was run.
|
||||
- `schema` — the schema was modified.
|
||||
- `shard` — an index was sharded.
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user