PS: Vault Maintenance
run-maintenance.ps1 is the master orchestration script for the vault's "Knowledge CI/CD" pipeline.
Orchestration Logic
It executes the following scripts in sequence to ensure total vault synchronization:
ps-yanp-audit: Validates protocol compliance.ps-orphan-check: Identifies disconnected notes.ps-tool-registry-generator: Refreshes the machine-readable tool index.
Usage
This script should be run after every major ingestion or refactor to maintain the high-signal state of the vault.
powershell.exe -ExecutionPolicy Bypass -File 02_System/run-maintenance.ps1