Skip to content

0.11.0: the CLI can do what the docs tell you to do - #59

Merged
ralyodio merged 1 commit into
masterfrom
release-0.11.0
Sep 10, 2026
Merged

0.11.0: the CLI can do what the docs tell you to do#59
ralyodio merged 1 commit into
masterfrom
release-0.11.0

Conversation

@ralyodio

Copy link
Copy Markdown
Contributor

Minor rather than patch because commands and endpoints were added, and because the reason to cut this now is that /docs is ahead of the published client: it tells people to run agenticjobs employer create and agenticjobs resume publish, and npm still ships 0.10.0, where neither exists.

Since 0.10.1

Both version files move together: package.json and VERSION in src/config.ts. 244 tests pass against a real Postgres.

Note: Socket's "Pull Request Alerts" check tends to sit pending forever on a version-only diff, since there is no dependency delta.

🤖 Generated with Claude Code

https://claude.ai/code/session_01D8ai32QMBsKEs1nigijSiJ

Minor rather than patch because commands and endpoints were added, and
because the reason to cut this at all is that /docs is currently ahead of
the published client: it tells people to run `agenticjobs employer create`
and `agenticjobs resume publish`, and npm still ships 0.10.0, where
neither exists.

Since 0.10.1:

- Employers and resume visibility as CRUD (#48). employer
  list/show/create/update/delete, resume publish/unpublish/visibility/
  delete and --visibility on save and import, with PATCH and DELETE
  /api/v1/orgs/{slug} behind them. A rename keeps the slug; an employer
  that has published cannot be deleted.
- Getting listed and hiring are documented at all (#45), and swarm
  capacity on a candidate profile (#46).
- An address is withheld wherever it is written, and never from cache
  (#47).
- Boolean CLI flags no longer swallow the command after them (#49).
- Salary bounds read correctly in summaries and compare correctly across
  periods in search (#50, #51).
- A JSON parse failure on a 200 is reported rather than swallowed (#52).
- Job and DOCX imports keep titles, structure, tabs and line breaks
  (#53, #54).

Both version files move together: package.json and VERSION in
src/config.ts.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01D8ai32QMBsKEs1nigijSiJ
@ralyodio
ralyodio merged commit 4046f67 into master Sep 10, 2026
4 checks passed
@ralyodio
ralyodio deleted the release-0.11.0 branch September 10, 2026 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant