- 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
6 lines
127 B
Markdown
6 lines
127 B
Markdown
---
|
|
"@dustinbyrne/kb": minor
|
|
---
|
|
|
|
Add CLI commands for settings management: `kb settings` and `kb settings set <key> <value>`.
|