21 lines
798 B
Markdown
21 lines
798 B
Markdown
---
|
|
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.
|