ticket: move local storage to .yoi/tickets

This commit is contained in:
2026-06-06 06:44:10 +09:00
parent 749b3f3aee
commit da94b1ec50
529 changed files with 98 additions and 156 deletions
@@ -0,0 +1,12 @@
Completed the clean Yoi rename implementation.
The public identity is now `Yoi` / `Yoi agent` for prose, `yoi` for package/CLI names, `.yoi` for local project/data paths, and `YOI_*` / `YOI-READY` only for environment variables and protocol literals.
No old `insomnia` command aliases, env aliases, prompt/profile aliases, old search roots, or old-path handling are implemented. Existing dogfood state was moved manually outside the codebase.
Validation recorded in `artifacts/implementation-report.md`; final focused checks after correction passed:
- `cargo fmt --check`
- `cargo test -p manifest paths`
- `cargo test -p pod spawn_profile_selector_accepts_default_inherit_and_registry`
- `git diff --check`