Initial commit: pokebuddy_cli

This commit is contained in:
Felipe Domingues 2026-04-25 23:14:38 -03:00
commit d58df9bd10
47 changed files with 1684 additions and 0 deletions

15
CHANGELOG.md Normal file
View file

@ -0,0 +1,15 @@
# Changelog
All notable changes to PokeBuddy CLI will be documented here.
## 0.1.0
Initial public alpha.
### Added
- CLI entrypoint.
- Six launch companions: Zapbit, Diskettex, NullWisp, PromptMoth, CacheGoblin and MergeDrake.
- Local state in `~/.pokebuddy/state.json`.
- Commands: `hatch`, `list`, `dex`, `show`, `poke`, `feed`, `status`, `rename`, `banner`, `legal`, `reset`.
- README, legal notice, contribution docs and roadmap.