Description
The mirrorstack app module init <name> command exists but needs improvements to match V2 module structure:
- SDK imports are commented out
- Templates should use
modulesdk types from app-module-sdk
- Generated code should be compilable
- Missing
mcp/ directory
- Missing test files
Acceptance Criteria
Description
The
mirrorstack app module init <name>command exists but needs improvements to match V2 module structure:modulesdktypes fromapp-module-sdkmcp/directoryAcceptance Criteria
cd {name}/api && go build ./...github.com/mirrorstack-ai/app-module-sdkmirrorstack.yamlfollows V2 spec (platform/app structure)mcp/directory with stub filesMIRRORSTACK.mdwith proper template_test.go,.test.tsx)