What's New
Custom Catalog URL (--catalog <url>)
Point init, recommend, and catalog update to your own hosted catalog — perfect for enterprise or private tool registries.
slaminar init --catalog https://company.com/catalog.json .
slaminar recommend --catalog /path/to/catalog.json .
slaminar catalog update --catalog https://internal.registry/tools.jsonThe catalogUrl option threads through the entire pipeline: resolveCatalog() → recommend() → init().
English Documentation
README.mdis now the primary English documentation- Korean documentation moved to
README.ko.md - Both versions cross-reference each other
Fixes
- CLI
--versionflag now correctly reports the actual version (was stuck at0.1.0) - Catalog resolver tests stabilized with
.invalidTLD URLs for deterministic remote-failure scenarios
Stats
- 47 source modules, 41 test files, 204 tests passing
- 20 CLI commands
- 24 tools in online catalog
Full Changelog: v0.2.0...v0.3.0