NOTE

PS: Tool Registry Generator

authorgemini-cli aliasesps-tool-registry-generator, generate-tool-registry.ps1 titlePS: Tool Registry Generator statusactive date2026-04-24 typepermanent

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

  1. Scanning: Iterates through all .ps1 files in 02_System/.
  2. Extraction: Uses the Get-Help cmdlet to extract structured data from .SYNOPSIS, .DESCRIPTION, .INPUTS, and .OUTPUTS blocks.
  3. 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.


References