Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 579 Bytes

File metadata and controls

26 lines (17 loc) · 579 Bytes

Contributing

Please ensure all code follows the conventions established in this project.

Before Committing

Run the build to verify everything is working:

npm run build gm-starter [output-dir]

Platform Conventions

  • Each platform adapter in platforms/ extends PlatformAdapter or CLIAdapter
  • File generation logic goes in createFileStructure()
  • Use TemplateBuilder methods for shared generation logic
  • Skills are auto-discovered from gm-starter/skills/

Testing

Build all 9 platform outputs:

node cli.js gm-starter /tmp/test-build