Expose template options

This commit is contained in:
2026-05-27 08:26:14 +02:00
parent 59c8e407e9
commit 89508b3c03
7 changed files with 236 additions and 0 deletions
+16
View File
@@ -2,3 +2,19 @@
description:
alwaysApply: true
---
# Toolkit Agent Guide
`toolkit/` owns the shared `sow-toolkit` implementation consumed by the sibling
module and assets repositories.
When a task touches generated topdata wiki behavior under
`internal/topdata/wiki*`, read the module-side template authority contract
before editing:
- [../module/topdata/wiki/TEMPLATE_AUTHORITY_CONTRACT.md](/home/vicky/Projects/nwnee-shadowsoverwestgate/module/topdata/wiki/TEMPLATE_AUTHORITY_CONTRACT.md)
For wiki page structure, displayed values, headings, page-specific fact tables,
and wording, expose generic YAML/template surfaces instead of hardcoding module
layout in Go. Toolkit code should own generic rendering mechanics, validation,
references, visibility, deterministic output, and compatibility fallbacks.