auto: docs sync 2026-06-18T12:00:08+00:00
Files changed: .gitignore engine/.embcache.json engine/changelog.md engine/lib/__pycache__/__init__.cpython-312.pyc engine/lib/__pycache__/agent.cpython-312.pyc engine/lib/agent.py engine/lint-report.md engine/prompts/system.md engine/sweep.sh vault/.obsidian/graph.json vault/docs/software/authentik.md vault/docs/software/caddy.md vault/docs/software/recon.md vault/notes/echo6-landing-page-data-export.md vault/projects/argus.md vault/projects/meshtastic-headscale-runbook.md vault/runbooks/add-peertube-channel.md vault/runbooks/authentik-access-groups.md vault/runbooks/ct-runbook.md vault/runbooks/meshtastic-sidecar-node.md
This commit is contained in:
parent
1d30335963
commit
c30ce9f1e3
20 changed files with 1490 additions and 703 deletions
|
|
@ -28,7 +28,7 @@ Respond with ONLY a single valid JSON object. No prose, no markdown fences, no e
|
|||
```
|
||||
|
||||
Field definitions:
|
||||
- **tags**: tier-1 topic tags drawn exclusively from topic_categories
|
||||
- **tags**: up to 3 tier-1 topic tags drawn exclusively from topic_categories, ordered most-relevant to least-relevant (primary topic first)
|
||||
- **entities**: known names matched from entity_lexicon
|
||||
- **glossary_proposals**: unknown acronyms or terms worth adding to the lexicon
|
||||
- **type**: one of reference | runbook | project | note | index | session
|
||||
|
|
@ -36,7 +36,7 @@ Field definitions:
|
|||
|
||||
## Rules — follow exactly
|
||||
|
||||
1. **Only use provided vocabulary.** `tags` must be a subset of `topic_categories`.
|
||||
1. **Only use provided vocabulary.** `tags` must be a subset of `topic_categories`; return at most 3, ordered most-relevant to least-relevant.
|
||||
`entities` must be a subset of the keys in `entity_lexicon`. Never invent new tags.
|
||||
|
||||
2. **Strict JSON only.** The output must parse with `json.loads()` with no preprocessing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue