| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-06 | fix(cache): mirror Composer no-cache and cache-files-maxsize handling | nsfisis | |
| --no-cache redirects COMPOSER_CACHE_DIR to /dev/null (mirrors Application::doRun). cache_files_maxsize is now u64 with a "300MiB"-style string deserializer. Cache::new() takes readonly instead of enabled; is_usable() detects null devices. | |||
| 2026-05-05 | refactor(core): replace ComposerConfig with typed Config struct | nsfisis | |
| Config uses serde with kebab-case field mapping; known properties are strongly-typed fields and unknown keys flow into an extra BTreeMap. resolve_references is moved to the new config module. | |||
