Skip to content

chore: cut 0.1.0 — first stable in the 0.1.x line#22

Merged
vvillait88 merged 1 commit intomainfrom
0.1.0
May 7, 2026
Merged

chore: cut 0.1.0 — first stable in the 0.1.x line#22
vvillait88 merged 1 commit intomainfrom
0.1.0

Conversation

@vvillait88
Copy link
Copy Markdown
Contributor

Summary

Drops the -rc.19 prerelease suffix. No behavioral change vs rc.19 — this is the same code, end-to-end verified against the live martin-estate API in the previous release cycle (all 5 rails probe correctly, every wallet operation works, error envelope shape with extra + next_steps is live, sync-throw fix is live, human-TTY rendering is preserved).

Why now

After this cut, consumers can pin "@agent-score/pay": "^0.1.0" in package.json and get the 0.1.x line. Standard semver caret excludes prereleases by default — that's why ^0.1.0 against any 0.1.0-rc.X version errors with No match found for version ^0.1.0. Cutting the unsuffixed 0.1.0 unlocks the conventional caret range.

Global search confirmed nothing else needs updating

Every install instruction across all repos (Mintlify docs, store skill manifest, node-commerce llms_txt + how_to_pay, Homebrew template, pay's own install.sh) references @agent-score/pay version-free. They auto-resolve to whatever latest dist-tag points to after publish.

Versioning policy ahead

  • Future patch / minor changes: 0.1.1, 0.1.2, ...
  • Breaking changes: 0.2.0
  • Marketing-launch milestone: 1.0.0 (deferred per the team's policy that 1.0 is a coordinated launch, not a tech milestone)

Test plan

  • bun run typecheck clean
  • bun run lint clean
  • bunx vitest run — passes (no behavioral change since rc.19, same suite)
  • Pre-commit + pre-push hooks pass
  • CI green
  • Tag v0.1.0 after merge → publish workflow fires (non-prerelease branch sets latest dist-tag)

🤖 Generated with Claude Code

Drops the `-rc.19` prerelease suffix. No behavioral change vs rc.19;
this is the same code, end-to-end verified against the live
martin-estate API in the previous release cycle.

After this, consumers can pin `"@agent-score/pay": "^0.1.0"` and get
the 0.1.x line (npm's standard semver caret excludes prereleases by
default; this cut unlocks that).

Future minor changes: 0.1.1, 0.1.2, ...
Breaking changes: 0.2.0
Marketing-launch milestone: 1.0.0 (deferred per the team's policy
that 1.0 is a coordinated launch, not a tech milestone).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vvillait88 vvillait88 merged commit d60cb45 into main May 7, 2026
6 checks passed
@vvillait88 vvillait88 deleted the 0.1.0 branch May 7, 2026 13:12
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