Go to file
Molecule AI SDK-Dev 3afa0d8c0a docs(cli): sync CLAUDE.md command tree with actual implementation
- Update Section 2 build/test commands to reflect current state
- Rename Section 8 command tree from "mol" to "molecule" throughout
- Add --api-url flag to Global Flags table, remove --platform-url
- Update error examples to use "molecule" command name
- Replace Section 11 "Early / Stub" checklist with accurate status
- Mark all implemented commands and tests as done, keep remaining todos

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 07:02:39 +00:00
.claude docs: add CLAUDE.md, known-issues.md, and .claude/settings.json (#2) 2026-04-20 23:10:40 +00:00
.github/workflows fix(ci): narrow test/vet job to ./cmd/molecule/... package 2026-04-21 10:34:04 +00:00
bin fix(cli): align rootCmd.Use to goreleaser binary name 2026-04-22 05:36:07 +00:00
cmd/molecule fix(cli): complete "mol" → "molecule" rename across all cmd packages 2026-04-22 06:36:42 +00:00
internal fix(cli): complete "mol" → "molecule" rename across all cmd packages 2026-04-22 06:36:42 +00:00
.gitignore chore: gitignore credentials for molecule-cli 2026-04-16 09:18:55 -07:00
.goreleaser.yaml chore(cli): add .goreleaser.yaml and resolve KI-004 2026-04-21 10:33:08 +00:00
CLAUDE.md docs(cli): sync CLAUDE.md command tree with actual implementation 2026-04-22 07:02:39 +00:00
go.mod feat: implement full CLI command tree 2026-04-21 01:18:24 +00:00
go.sum feat: implement full CLI command tree 2026-04-21 01:18:24 +00:00
known-issues.md chore(cli): add .goreleaser.yaml and resolve KI-004 2026-04-21 10:33:08 +00:00
pr-description-draft-cli-full.md fix(cli): align rootCmd.Use to goreleaser binary name 2026-04-22 05:36:07 +00:00
README.md feat: initial CLI (extracted from molecule-monorepo/platform/cmd/cli) 2026-04-16 03:15:58 -07:00

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.