Rename all user-facing "mol" references to "molecule" to match the published binary name (binary: molecule in .goreleaser.yaml): - root.go: Use string, versionInfo, viper config name, flag descriptions - init.go: section comment, Short, Long, cfgPath, scaffolded message - config.go: Long description, Shorts, configFile, WriteFile, Stat check - molecule_test.go: binary name, version output check, mol.yaml → molecule.yaml Also fix test helper to use runtime.GOEXE instead of hardcoded /tmp/go/bin/go. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .github/workflows | ||
| bin | ||
| cmd/molecule | ||
| internal | ||
| .gitignore | ||
| .goreleaser.yaml | ||
| CLAUDE.md | ||
| go.mod | ||
| go.sum | ||
| known-issues.md | ||
| pr-description-draft-cli-full.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.