Files
fusion/.changeset/add-settings-cli-commands.md
gsxdsm 1b532091ee feat(KB-201): add settings CLI commands
- Add 'kb settings' command with get, set, list, and unset subcommands
- Create settings.ts command module with full type validation
- Add comprehensive unit tests for settings commands (432 lines)
- Wire settings routing into CLI entry point (bin.ts)
- Add changeset for patch release of @dustinbyrne/kb package
2026-03-30 17:35:03 -07:00

127 B

@dustinbyrne/kb
@dustinbyrne/kb
minor

Add CLI commands for settings management: kb settings and kb settings set <key> <value>.