Thank you for your interest in improving Coach Gravity!
- Fork and clone the repo
- Make your changes
- Test locally:
node bin/cli.js install - Submit a PR
# Test install locally
node bin/cli.js install
# Test per-project setup
node bin/cli.js init
# Test update path
node bin/cli.js update- JavaScript only — CommonJS, no TypeScript, no build step
- Cross-platform — Must work on macOS and Windows
- Safe installs — Never overwrite existing user files without
--force - Learner-friendly — Remember the target audience is non-programmers
| Type | Where to Put It |
|---|---|
| New workflows | content/starter-kit/per-project/.agent/workflows/ |
| New skills | content/starter-kit/skills/ |
| New agents | content/starter-kit/agents/ |
| Curriculum | content/getting-started/ |
| Reference docs | content/reference/ |
type: description
feat: add new /myworkflow slash command
fix: correct Windows path handling in CLI
docs: update README for v2.0
Releases are automated via GitHub Actions. Just bump the version in package.json and push to main.