mirror of
https://github.com/domfelipe/pokebuddy.git
synced 2026-08-07 06:56:50 +00:00
docs: add XP system overview
This commit is contained in:
parent
7082169420
commit
98b1974e43
1 changed files with 14 additions and 0 deletions
14
docs/XP_SYSTEM.md
Normal file
14
docs/XP_SYSTEM.md
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# XP System
|
||||||
|
|
||||||
|
PokeBuddy companions grow as developers work.
|
||||||
|
|
||||||
|
XP can be awarded for local tasks, successful commands, tests, builds, lint, commits and future hooks.
|
||||||
|
|
||||||
|
The first version keeps everything local in `~/.pokebuddy/state.json`.
|
||||||
|
|
||||||
|
## Principles
|
||||||
|
|
||||||
|
- Reward progress, not vanity metrics.
|
||||||
|
- Prefer successful outcomes over raw lines of code.
|
||||||
|
- Keep code and personal data local.
|
||||||
|
- Make every reward feel delightful but not distracting.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue