docs(readme): reflect v1.2.0 published state - #2
Merged
Conversation
Drop the "Pre-MVP. No Rust code yet." banner; the workspace is shipped on crates.io as the `pxsolver-*` family and the MVP gate has been hit since v1.0.0. Add install (crates.io + source) and quickstart sections so a new operator can get from clone to a working /v1/solve curl without reading the ADR tree first. Refresh the ADR count (23) and add direct links to deployment.md / threat-model.md / dual-use-policy.md. License section now reports AGPL-3.0-or-later as the chosen license (matches the workspace Cargo.toml) and notes the missing top-level LICENSE file as a follow-up. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
KeyCode17
added a commit
that referenced
this pull request
May 18, 2026
Lifts workspace.package.version 1.2.0 -> 1.3.0 and aligns the 16 internal workspace.dependencies pins from 1.1.0 -> 1.3.0 so published metadata records the current release line. Releases since 1.2.0: - refactor(auth): deterministic allowlist list() ordering (#1) - feat(server): graceful shutdown on SIGTERM / Ctrl-C (#4) - feat(cli): complete Phase 04 subcommand surface (#3) - docs(readme): reflect v1.2.0 published state (#2) - ci(release): port rust-ai-surfer publish pattern Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Summary
pxsolver-*family.deployment.md/threat-model.md/dual-use-policy.mddirectly from the README.Cargo.toml) and call out the missing top-levelLICENSEfile as a follow-up.Why
The current README contradicts the repo state (15 ADRs vs 23, v0 planning vs v1.2.0 published) and gives no on-ramp for a new operator. A landing-page that points at deployment + threat-model + dual-use docs is also part of the Phase 04 / SOW-DEL-010 surface area.
Test plan
docs/deployment.md,docs/threat-model.md,docs/dual-use-policy.md).conventionalgate passed.🤖 Generated with Claude Code