feat(tsl-codegen): add decoupled documentation toolkit

Generate TSL API Markdown from YAML or JSON into a configurable project scope.\nAdd file and directory lint modes, tags-aware indexing, and keyword search across tags and descriptions.\nBundle the toolkit through the playbook build and sync workflows.
This commit is contained in:
csh
2026-07-20 09:08:38 +08:00
parent 1d5304e7b6
commit c69278283f
18 changed files with 13955 additions and 12821 deletions
+1
View File
@@ -104,6 +104,7 @@ jobs:
"docs/tsl"
"skills/tsl-syntax-reference"
"skills/tsl-api-reference"
"tools/tsl-codegen"
)
for path in "${managed_paths[@]}"; do
if [ ! -e "$bundle/$path" ]; then