# GENERATED by hanzoai/openapi skills.py. The FULL catalog (every public service
# × brand) is regenerated at image-build time — `make skills` (Dockerfile) —
# before `go build`, mirroring webui/dist. Only a tiny, self-consistent fallback
# (service `ai`, skill `ai_models`) is tracked as source, so a plain `go build` /
# go:embed works with zero build deps; the build overwrites it with the full set.
#
# Track: .gitignore + <brand>/index.json + <brand>/ai_models/SKILL.md.
# Ignore: every other generated skill file. (Explicit per brand — mirrors
# webui/dist/.gitignore; add a stanza when skills.py gains a brand.)
*
!.gitignore
!hanzo/
hanzo/*
!hanzo/index.json
!hanzo/ai_models/
hanzo/ai_models/*
!hanzo/ai_models/SKILL.md
!lux/
lux/*
!lux/index.json
!lux/ai_models/
lux/ai_models/*
!lux/ai_models/SKILL.md
!zoo/
zoo/*
!zoo/index.json
!zoo/ai_models/
zoo/ai_models/*
!zoo/ai_models/SKILL.md
