PS: Tool Registry Generator
generate-tool-registry.ps1 is the "Compiler" for the vault's automation suite. It transforms code-level metadata into agent-accessible documentation.
Functional Mechanism
- Scanning: Iterates through all
.ps1files in02_System/. - Extraction: Uses the
Get-Helpcmdlet to extract structured data from.SYNOPSIS,.DESCRIPTION,.INPUTS, and.OUTPUTSblocks. - Compilation: Generates a machine-readable Markdown file:
tool-registry.md.
Why it Matters
This script ensures that any new automation added by a human developer is immediately discoverable and usable by AI agents without manual documentation updates.