## Key-Value Store CLI Tool Build a simple key-value store CLI tool that supports get, set, and delete operations, storing data in a local JSON file. ## Status - [ ] gathering requirements - [ ] research - [ ] design - [ ] plan - [ ] spec-ready