aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/config.rs
AgeCommit message (Collapse)Author
2026-02-21feat(config): implement write mode with set, unset, editor, and validationnsfisis
Add full config write support: setting/unsetting config keys with type validation, package properties, repository management, extra/suggest fields, dotted subkeys, --editor mode, --json/--merge/--append flags, and enhanced read mode for repos/extra/suggest/package properties. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21feat(config): implement config command with read-mode supportnsfisis
Add ComposerConfig with Composer-compatible defaults, config merging from global/local JSON files, placeholder resolution ({$vendor-dir}, {$home}, {$cache-dir}), single-key lookup, --list output, and 21 tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis