Commit Graph

  • d587919d17 Merge pull request '[migrate] vanity import go.moleculesai.app/cli (internal#71 phase 2)' (#2) from migrate/issue-71-vanity-imports into main main Molecule AI · sdk-lead 2026-05-09 00:59:40 +0000
  • 15d8cec45f lint: extend gate to .json files (internal#71 — package metadata drift) migrate/issue-71-vanity-imports claude-ceo-assistant 2026-05-07 22:57:16 +0000
  • 76f37d928f fix(post-suspension): vanity import path go.moleculesai.app/cli (closes molecule-ai/internal#71 phase 2) claude-ceo-assistant 2026-05-07 22:26:45 +0000
  • 51fb38e063 Merge pull request 'docs(install): document upcoming Go-module migration + replace install command (#37)' (#1) from fix/install-path-gitea into main claude-ceo-assistant 2026-05-07 06:47:07 +0000
  • 2ee3b42d6b docs(install): document upcoming Go-module migration + replace install command (#37) fix/install-path-gitea documentation-specialist 2026-05-06 23:32:47 -0700
  • d84591e046 docs(readme): document all subcommands (was 3, actually 20+) docs/full-subcommand-tree Hongming Wang 2026-05-01 19:18:10 -0700
  • 9efcc6ad1a
    Merge pull request #15 from Molecule-AI/auto/readme-connect Hongming Wang 2026-04-30 07:49:19 -0700
  • 324087e6bb docs(readme): lead with molecule connect for external workspaces Hongming Wang 2026-04-30 07:46:39 -0700
  • b38b3d3c67
    Merge pull request #14 from Molecule-AI/auto/connect-m1-release-workflow Hongming Wang 2026-04-30 06:31:19 -0700
  • 76569b7c9e ci(release): switch release.yml to GoReleaser + race-detector tests Hongming Wang 2026-04-30 05:30:31 -0700
  • 9c4091e0d9
    Merge pull request #13 from Molecule-AI/auto/connect-m1-exec-backend Hongming Wang 2026-04-30 05:25:21 -0700
  • b7a3c887c0 feat(connect): M1.3 — exec + claude-code backends Hongming Wang 2026-04-30 04:23:36 -0700
  • e9e234d750
    Merge pull request #12 from Molecule-AI/auto/connect-m1-loops Hongming Wang 2026-04-30 04:17:22 -0700
  • db6b196631 feat(connect): M1.2 — heartbeat + activity poll loops Hongming Wang 2026-04-30 03:15:51 -0700
  • 268e0cd9ed
    Merge pull request #11 from Molecule-AI/auto/connect-m1-foundation Hongming Wang 2026-04-30 03:08:00 -0700
  • 3a6a7eb495 feat(connect): M1.1 — Backend interface + connect skeleton + mock backend Hongming Wang 2026-04-30 02:05:12 -0700
  • 6127b4c77b
    Merge pull request #8 from Molecule-AI/fix/yaml-output-support Hongming Wang 2026-04-24 13:26:39 -0700
  • 7dde287e58
    Merge pull request #7 from Molecule-AI/feat/init-force-flag Hongming Wang 2026-04-24 13:26:36 -0700
  • 38d7618085
    Merge pull request #6 from Molecule-AI/feat/cli-full-command-tree Hongming Wang 2026-04-24 13:25:23 -0700
  • 57802aa22f fix(ci): sync auto-promote workflow (ff-only, no-gates mode) Hongming Wang 2026-04-24 08:35:20 -0700
  • f378f20760
    Merge pull request #9 from Molecule-AI/chore/add-auto-promote-staging Hongming Wang 2026-04-24 08:18:49 -0700
  • 2539d007e5 chore(ci): add auto-promote-staging workflow Hongming Wang 2026-04-24 07:44:02 -0700
  • 211b57b5b3 fix(cli): remove stray brace in runPlatformHealth causing syntax error Molecule AI SDK Lead 2026-04-24 05:23:40 +0000
  • ab91b652ef fix(cli): implement true YAML output support Molecule AI SDK-Dev 2026-04-24 03:47:00 +0000
  • e835eec6e8 feat(cli): add --force flag to molecule init Molecule AI SDK-Dev 2026-04-23 21:17:36 +0000
  • bf29d8b00a fix(cli): rename root command mol→molecule, register initCmd, fix config scaffold path Molecule AI SDK Lead 2026-04-23 19:24:12 +0000
  • 230934561c feat: implement full CLI command tree Molecule AI SDK-Dev 2026-04-21 00:57:49 +0000
  • 1ebe5fa999 fix(cli): build from module root ("go build .") instead of "./cmd/molecule" Molecule AI SDK-Dev 2026-04-22 19:12:49 +0000
  • 7b254c926c fix(cli): use cwd as repoRoot instead of os.Executable path Molecule AI SDK-Dev 2026-04-22 19:06:30 +0000
  • 9dfb5f9aa4 fix(cli): replace runtime.GOEXE with hardcoded "go" in test Molecule AI SDK-Dev 2026-04-22 19:03:36 +0000
  • 6d1bcc007f fix(cli): add missing runtime import to test file Molecule AI SDK-Dev 2026-04-22 19:02:08 +0000
  • 1c9a207444 fix(cli): fix undefined v in runConfigSet Molecule AI SDK-Dev 2026-04-22 18:52:05 +0000
  • 2f4296f98e fix(cli): replace v.Marshal with v.SafeWriteConfig in config set Molecule AI SDK-Dev 2026-04-22 18:37:28 +0000
  • a1dacff202 fix(cli): remove unused _ = workspaceID, fix repoRoot() path for test binary Molecule AI SDK-Dev 2026-04-22 18:35:43 +0000
  • 1471cad4c1 feat(cli): add molecule completion [bash|zsh|fish|powershell] subcommand Molecule AI SDK-Dev 2026-04-22 18:06:02 +0000
  • 47692cfb36 fix(cli): complete "mol" → "molecule" rename in test error messages Molecule AI SDK-Dev 2026-04-22 07:35:31 +0000
  • 3afa0d8c0a docs(cli): sync CLAUDE.md command tree with actual implementation Molecule AI SDK-Dev 2026-04-22 07:02:39 +0000
  • ea69db8bfc fix(cli): complete "mol" → "molecule" rename across all cmd packages Molecule AI SDK-Dev 2026-04-22 06:36:42 +0000
  • f654a2dff9 fix(cli): align rootCmd.Use to goreleaser binary name Molecule AI SDK-Dev 2026-04-22 05:36:07 +0000
  • 07ab67552a feat(cli): implement mol init + 2 new integration tests Molecule AI SDK-Dev 2026-04-21 10:50:50 +0000
  • d263a30f84 fix(ci): narrow test/vet job to ./cmd/molecule/... package Molecule AI SDK-Dev 2026-04-21 10:34:04 +0000
  • 29e025129f chore(cli): add .goreleaser.yaml and resolve KI-004 Molecule AI SDK-Dev 2026-04-21 10:33:08 +0000
  • 47b2804516 test(cli): add integration tests and fix CI workflow Molecule AI SDK-Dev 2026-04-21 10:12:28 +0000
  • 09417df58f
    Merge pull request #4 from Molecule-AI/feat/cli-full-command-tree molecule-ai[bot] 2026-04-21 01:19:40 +0000
  • 3eabe3c780 feat: implement full CLI command tree Molecule AI SDK-Dev 2026-04-21 00:57:49 +0000
  • 25601ba758 feat(cli): implement cmd/molecule/main.go with full command tree Molecule AI SDK Lead 2026-04-21 01:00:38 +0000
  • 88bcae698b docs: expand CLAUDE.md with full command reference, output formats, Homebrew tap Molecule AI SDK Lead 2026-04-21 00:53:51 +0000
  • 5e5ec063bf
    docs: add CLAUDE.md, known-issues.md, and .claude/settings.json (#2) molecule-ai[bot] 2026-04-20 23:10:40 +0000
  • 898d792888
    Merge pull request #1 from Molecule-AI/chore/credentials-gitignore Hongming Wang 2026-04-16 09:23:52 -0700
  • e330e440f6 chore: gitignore credentials for molecule-cli rabbitblood 2026-04-16 09:18:55 -0700
  • 653a531eab ci: add Go binary release workflow (tag v* → GitHub Releases) Hongming Wang 2026-04-16 03:50:28 -0700
  • 2ec176bf57 feat: initial CLI (extracted from molecule-monorepo/platform/cmd/cli) Hongming Wang 2026-04-16 03:15:58 -0700