- Add `mol init` command (internal/cmd/init.go): scaffolds mol.yaml in the current directory with commented config sections and environment variable documentation. Exits with a clear "next steps" message. Checks for existing mol.yaml before overwriting. - Register initCmd in root.go alongside the other command groups. - Add 2 integration tests: TestCLI_Init (scaffolding + output) and TestCLI_Init_AlreadyExists (error path). - Update CLAUDE.md command reference to list mol init and note it is checked off the stub repo checklist. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent.go | ||
| config.go | ||
| http.go | ||
| init.go | ||
| platform.go | ||
| root.go | ||
| workspace.go | ||