| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-04 | feat(config): use shirabe-branded default home/cache/data dirs | nsfisis | |
| Avoid colliding with an existing Composer installation on the same machine by defaulting COMPOSER_HOME/CACHE_DIR/DATA_DIR paths to shirabe/Shirabe instead of composer/Composer, while keeping the env var names, composer.json/lock, and vendor/composer/ unchanged for ecosystem compatibility. | |||
| 2026-06-21 | refactor(json): eliminate json_last_error in favor of Result | nsfisis | |
| json_encode/json_encode_ex now return anyhow::Result<String> instead of Option, so callers no longer need json_last_error() to get the failure reason. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
