Tappaas Verify Module Ids banner
TAPPaaS TAPPaaS

Tappaas Verify Module Ids

Development community

Description

Verify that `src/module-catalog.json` is consistent with the actual module JSON files on disk. ## Verification Steps ### 1. Load the registry Read `src/module-catalog.json` and parse all four module lists: - `foundationModules` - `applicationModules` - `proxmoxTemplates` - `testModules` ### 2. Scan the codebase for actual module JSON files Search for all module definition JSON files on disk: - `src/foundation/*//*.json` — foundation and test-vm-creation modules - `src/apps/*/*.json` — appli

Installation

Installs to ~/.claude/commands/tappaas-tappaas-tappaas-verify-module-ids.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TAPPaaS/TAPPaaS/HEAD/.claude/commands/tappaas-verify-module-ids.md -o ~/.claude/commands/tappaas-tappaas-tappaas-verify-module-ids.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository