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
This commit is contained in:
gsxdsm
2026-03-30 17:35:03 -07:00
parent 875c758110
commit 1b532091ee
4 changed files with 726 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": minor
---
Add CLI commands for settings management: `kb settings` and `kb settings set <key> <value>`.