Skip to content

Releases: solid-company/solid-jobs-skills

v0.3.0

18 Jun 13:07

Choose a tag to compare

Changelog

  • 333a9e5 Merge pull request #4 from solid-company/feature/auto-update
  • 6b18929 chore(release): bump bootstrap install URL pin to v0.3.0
  • 15b33c8 chore(skills): pin bootstrap install URL to v0.2.0 release tag
  • 6f8c919 docs(skills): add prompt-injection warning to jobs-evaluate
  • bf3bbe6 docs(skills): warn against treating offer data as instructions
  • 0fec69f docs(update): note version-equality, concurrency, and release-pin caveats
  • b751d04 feat(update): add self-update command and daily auto-update check
  • 9c1fe24 fix(update): pin auto-updater to canonical repo, ignore SJCTL_REPO
  • d647e60 fix(update): remove staged binary on windows rollback path
  • 98b76cc fix(update): skip auto-update during shell completion
  • fa3a7af fix(update): verify cosign signature in self-update path
  • b18a501 refactor(update): reuse resolved release tag in auto-update path
  • 4e394df test(update): cover checksum verification and archive extraction
  • 22104c0 test(update): cover cosign-absent policy for auto vs explicit
  • a548857 test(update): cover once-per-day auto-update gate

v0.2.0

17 Jun 14:43
a5bf1ac

Choose a tag to compare

Changelog

  • 0f778e6 Merge pull request #2 from solid-company/bugfix/linux-install-script
  • a5bf1ac Merge pull request #3 from solid-company/feature/link-to-offer
  • e5d33c4 feat(output): add clickable LINK column to offers search table
  • d0493fc feat(skills): add jobs-create-profile skill and register it in routing
  • accf604 feat(skills): link offer titles in search, track, and digest result tables
  • d2f0f4d fix(install): parse tag_name from minified GitHub JSON
  • b690491 fix(skills): drop unsupported --remote flag from jobs-digest watch example
  • ac0c587 test(install): cover tag_name extraction
  • 3eb8b72 test(output): remove offers table LINK column test

v0.1.0

12 Jun 15:28
40eba7c

Choose a tag to compare

Changelog

  • ef14849 Initial commit
  • 40eba7c Merge pull request #1 from solid-company/initial-setup
  • 4dea67f build(release): sign releases with keyless cosign and harden installers
  • 7c6be1a chore(go): use two-part go directive
  • d386d6f feat(cli): validate grade, surface divisions, tidy output
  • 393948f feat: add Claude Code job-search skills
  • b09a9bb feat: add SOLID.Jobs API client
  • c15899a feat: add SQLite store layer
  • f39d897 feat: add jobs service layer, stats and profile template
  • e1fe77b feat: add release pipeline and binary bootstrap
  • 54d76fd feat: add sjctl CLI
  • 7d618b6 fix(cli): make search --remote summary consistent
  • 380709f fix(install): map Windows ARM64 to amd64 binary
  • c97832b fix(install): strip leading v in version-skip comparison
  • 9fa233e fix(stats): document single-currency (PLN) assumption
  • e330afe refactor(store): only ALTER missing columns in migrate
  • 75b4c51 refactor(store): thread context.Context and harden the store/service layer