mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
🔧 chore: add frontmatter metadata to docs commands
Add allowed-tools, argument-hint, and description frontmatter to docs-library.md and docs-refresh-reference.md for better discoverability.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
---
|
||||||
|
allowed-tools: Read, Write, Edit, Bash, Grep, Glob, Task
|
||||||
|
argument-hint: [library-name]
|
||||||
|
description: Generate or update README.md for a specific library with comprehensive documentation
|
||||||
|
---
|
||||||
|
|
||||||
# /docs:library - Generate/Update Library README
|
# /docs:library - Generate/Update Library README
|
||||||
|
|
||||||
Generate or update README.md for a specific library with comprehensive documentation.
|
Generate or update README.md for a specific library with comprehensive documentation.
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
---
|
||||||
|
allowed-tools: Read, Write, Edit, Bash, Grep, Glob
|
||||||
|
argument-hint: --dry-run | --force
|
||||||
|
description: Regenerate library reference documentation (docs/library-reference.md) by scanning all monorepo libraries
|
||||||
|
---
|
||||||
|
|
||||||
# /docs:refresh-reference - Regenerate Library Reference
|
# /docs:refresh-reference - Regenerate Library Reference
|
||||||
|
|
||||||
Regenerate the library reference documentation (`docs/library-reference.md`) by scanning all libraries in the monorepo.
|
Regenerate the library reference documentation (`docs/library-reference.md`) by scanning all libraries in the monorepo.
|
||||||
|
|||||||
Reference in New Issue
Block a user