You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add migrate, doctor commands and config improvements
- Add peas migrate command for legacy config migration
- Add peas doctor command for health checks with --fix support
- Move canonical config location to .peas/config.toml
- Deprecate peas.path config option
- Add JSON Schema for config files with LSP support
- Support sequential ID generation mode
- doctor --fix now includes migration (migrate is convenience alias)
- Update README with new commands and configuration options
use_type_emojis = false# Enable emoji icons for ticket types in TUI
222
223
```
223
224
225
+
> **Note:** Legacy config locations (`.peas.toml`, `.peas.yml`, etc. in the project root) are still supported but deprecated. Run `peas doctor --fix` or `peas migrate` to automatically move your config to the new location.
226
+
224
227
### ID Modes
225
228
226
229
-**random** (default): Generates IDs like `peas-a1b2c` using random alphanumeric characters
0 commit comments