Skip to content

v0.3.0 — Custom Catalog URL + English Docs

Latest

Choose a tag to compare

@pathcosmos pathcosmos released this 16 Apr 02:54
· 25 commits to main since this release

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.json

The catalogUrl option threads through the entire pipeline: resolveCatalog()recommend()init().

English Documentation

  • README.md is now the primary English documentation
  • Korean documentation moved to README.ko.md
  • Both versions cross-reference each other

Fixes

  • CLI --version flag now correctly reports the actual version (was stuck at 0.1.0)
  • Catalog resolver tests stabilized with .invalid TLD 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