- 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> |
||
|---|---|---|
| .claude | ||
| .github/workflows | ||
| cmd/molecule | ||
| internal | ||
| .gitignore | ||
| .goreleaser.yaml | ||
| CLAUDE.md | ||
| go.mod | ||
| go.sum | ||
| known-issues.md | ||
| README.md | ||
molecule-cli (molecli)
Go TUI dashboard for Molecule AI — real-time workspace monitoring, event log, health overview, delete/filter operations.
Install
go install github.com/Molecule-AI/molecule-cli/cmd/molecli@latest
Or download a binary from Releases.
Usage
export MOLECLI_URL=http://localhost:8080 # or your platform URL
molecli
Features
- Real-time workspace status (online/offline/degraded/paused)
- Event log with filtering
- Workspace CRUD operations
- Agent session management
- Memory/skill inspection
- A2A chat interface
License
Business Source License 1.1 — © Molecule AI.