pokebuddy/ROADMAP.md
2026-04-25 23:14:38 -03:00

50 lines
1.1 KiB
Markdown

# PokeBuddy CLI Roadmap
## v0.1.0 — Spark
- [x] CLI foundation
- [x] Local state
- [x] Six launch companions
- [x] Hatch/list/dex/show/poke/feed/status commands
- [x] Legal and contribution docs
- [x] Brand assets
## v0.2.0 — Terminal Life
- [ ] `pokebuddy watch`
- [ ] idle reactions
- [ ] mood decay and energy recovery
- [ ] terminal-safe compact mode
- [ ] companion card export
## v0.3.0 — Git Reactions
- [ ] Git hook installer
- [ ] Commit message reactions
- [ ] Branch change reactions
- [ ] Merge conflict detection
- [ ] CI status parsing
## v0.4.0 — Companion Studio
- [ ] Companion schema
- [ ] `pokebuddy create-companion`
- [ ] custom ASCII/ANSI loader
- [ ] companion packs
- [ ] validation rules for naming and legal safety
## v0.5.0 — Plugin API
- [ ] JS plugin interface
- [ ] event hooks
- [ ] local plugin registry
- [ ] plugin examples
- [ ] plugin safety docs
## v1.0.0 — Stable Buddy Core
- [ ] Stable command API
- [ ] Stable local state schema
- [ ] Companion pack docs
- [ ] Full test coverage for core flows
- [ ] Release automation