文件最后提交记录最后更新时间
fix(website): auto-wrap ASCII-art code blocks in generated skill pages (#16497) Defensive: when the generator encounters a fenced code block containing Unicode box-drawing characters, wrap it in <!-- ascii-guard-ignore --> markers so the docs-site-checks lint (which scans inside code fences) can't reject the page for a skill's own diagram. Plain bash/python code blocks stay uncluttered — only blocks with box chars get wrapped. Skill authors no longer have to remember to add the ignore markers in every SKILL.md with ASCII art. Fixes #15305.1 个月前
docs(skills): explain restoring bundled skills 30 天前