molecule-cli/internal/cmd
Molecule AI SDK-Dev 2f4296f98e fix(cli): replace v.Marshal with v.SafeWriteConfig in config set
viper.Viper has no Marshal method in v1.21. Use SafeWriteConfig instead
which atomically writes only explicitly-set keys to the config file.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 18:37:28 +00:00
..
agent.go feat: implement full CLI command tree 2026-04-21 01:18:24 +00:00
completion.go feat(cli): add molecule completion [bash|zsh|fish|powershell] subcommand 2026-04-22 18:06:02 +00:00
config.go fix(cli): replace v.Marshal with v.SafeWriteConfig in config set 2026-04-22 18:37:28 +00:00
http.go feat: implement full CLI command tree 2026-04-21 01:18:24 +00:00
init.go fix(cli): complete "mol" → "molecule" rename across all cmd packages 2026-04-22 06:36:42 +00:00
platform.go feat: implement full CLI command tree 2026-04-21 01:18:24 +00:00
root.go fix(cli): complete "mol" → "molecule" rename across all cmd packages 2026-04-22 06:36:42 +00:00
workspace.go fix(cli): remove unused _ = workspaceID, fix repoRoot() path for test binary 2026-04-22 18:35:43 +00:00