0.11.0: the CLI can do what the docs tell you to do - #59
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 createandagenticjobs resume publish, and npm still ships 0.10.0, where neither exists.Since 0.10.1
employer list/show/create/update/delete,resume publish/unpublish/visibility/delete,--visibilityon save and import, withPATCHandDELETE /api/v1/orgs/{slug}behind them. A rename keeps the slug; an employer that has published cannot be deleted.Both version files move together:
package.jsonandVERSIONinsrc/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