Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 08:57

@jfmoe/smart-search 0.3.0

Persistent Skill management

  • Replaces one-shot tool targets with a saved Skill Installation Preference.
  • Adds skills install, status, update, and clear for the Agents, Claude,
    Hermes, and custom Skill Containers.
  • Normalizes and validates saved paths while preserving user-added and obsolete
    files during managed updates.

Automatic Skill Sync

  • Synchronizes the bundled smart-search-cli Skill on the first ordinary CLI
    invocation after an exact version-string change.
  • Keeps successful maintenance silent and confines recoverable failure guidance
    to standard error without changing the requested command result.
  • Serializes concurrent processes and atomically replaces configuration and
    managed Skill files.
  • Lets interactive setup establish the same preference while non-interactive
    setup and --skip-skills preserve existing preferences.
  • Keeps package installation separate from writes to user Skill Containers.

Validation

  • npm test
  • Public CLI and real cross-process synchronization acceptance tests.
  • Standards and specification review with confirmed findings repaired.
  • Public and packaged Skill mirror verification.
  • Mock smoke and npm package-content dry-run checks.