feat(messaging): retune public surfaces to the anti-regression trust wedge - #102
Merged
Merged
Conversation
Retune the intro, Why section, and eval/batch leads: verifiable specs that can't silently regress, judged against fixtures — never by the agent grading its own work. Autonomy is always framed with its verifier. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…wedge
New tagline ('AI-native spec-driven development that only moves
forward') and rebuilt card grid: an // eval card leads, // spec absorbs
the former // bdd card, and // batch is reframed as autonomy with a
verifier. Pinned-copy tests updated to assert the new copy and reject
a // bdd remnant.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… positioning package.json description, the ratchet --help program description, and the docs/intro.md opening all carry the same retuned one-liner so the product identity doesn't fork between surfaces. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Features (product-messaging capability) and plan for the messaging retune; applied and verified (9/9 scenarios, standards: documentation, multi-agent-support, testing), not yet archived. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
ratchet | 8a7b2c7 | Commit Preview URL Branch Preview URL |
Jul 24 2026, 01:56 AM |
… gate The dependency-audit CI gate flagged 4 high advisories from transitive dev dependencies: brace-expansion DoS (GHSA-3jxr-9vmj-r5cp) reachable via eslint, vitest, and typescript-eslint, and js-yaml quadratic-CPU merge-key parsing (GHSA-52cp-r559-cp3m) via eslint. These were newly published against the already-pinned versions, so `pnpm audit` turned red independent of this branch's copy changes. Add pnpm-workspace.yaml overrides pinning each affected range to its patched release (brace-expansion 1.1.16 / 2.1.2 / 5.0.7, js-yaml 4.3.0) and refresh the lockfile. Audit gate now reports 0 high; lint and all 2222 tests pass. Co-Authored-By: Claude Fable 5 <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
Retunes ratchet's public messaging to lead with its differentiator: verifiable specs that can't silently regress ("only ratchets forward"), judged against fixtures — never by the agent grading its own work.
AI-native spec-driven development that only moves forward; card grid rebuilt:// evalleads,// specabsorbs the former// bddcard,// batchreframed as autonomy with a verifierpackage.jsondescription,ratchet --help, and thedocs/intro.mdopening (Reference tone)test/website/pinned-copy suites updated to assert the new copy and reject any// bddremnantRatchet change
Driven as ratchet change
retune-website-hero(artifacts included in the PR): applied and independently verified — 9/9 scenarios satisfied, standardsdocumentation/multi-agent-support/testingmet. Not yet archived.Test plan
pnpm test— 171 files / 2222 tests green🤖 Generated with Claude Code