chore(release): 0.0.35 - #102
Merged
Merged
Conversation
Ships the feedback.instacloud.com default endpoint (#101). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Fermionic-Lyu
enabled auto-merge (squash)
August 18, 2026 22:28
jwfing
reviewed
Aug 18, 2026
jwfing
left a comment
Member
There was a problem hiding this comment.
Review — chore(release): 0.0.35
Summary: Clean, correctly-scoped version bump (0.0.34 → 0.0.35) touching only package.json and package-lock.json, shipping the feedback.instacloud.com default endpoint from #101.
Requirements context
No /docs/superpowers/ (or matching spec/plan) directory exists in this repo — assessing against the PR description, the version-release conventions, and the base branch state alone. The version-release skill governs the release flow this PR feeds into.
Findings
Critical — (none)
Suggestion — (none)
Information
- Functionality: Verified the bump is consistent —
versionis0.0.35in bothpackage.jsonand the twopackage-lock.jsonlocations (top-level +packages[""]); no dependency graph changes crept in. - Functionality: Idempotency confirmed — the latest existing tag is
v0.0.34;v0.0.35does not yet exist, so the follow-up tag/release will not collide. The bump is a clean monotonic increment. - Functionality: Release payload confirmed — the base commit (
788d980) is the merge of #101 (feat: feedback posts to feedback.instacloud.com), andfeedback.instacloud.comis present atsrc/commands/feedback.ts:42. The release genuinely ships what the body claims. - Software engineering: No code changed, so no new tests are expected; scope is limited to release metadata. Per the
version-releaseflow, taggingv0.0.35after merge triggers the npm publish pipeline via OIDC — expected side-effect, worth an eyeball at tag time. - Security / Performance: No security- or performance-relevant changes — no source, dependency, or lockfile-resolution changes beyond the self-version fields.
Verdict
approved (informational — no Critical findings). Standard release bump; ready to merge and tag v0.0.35. Human still gives the explicit GitHub approval via the approve flow.
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.
Version bump shipping the
feedback.instacloud.comdefault endpoint (#101). Tagv0.0.35after merge → binaries + npm via OIDC.🤖 Generated with Claude Code
Summary by cubic
Release 0.0.35 sets the CLI’s default feedback endpoint to feedback.instacloud.com. Previously the CLI used its prior default endpoint; now it targets feedback.instacloud.com by default. Users who explicitly set an endpoint are unaffected. This PR only bumps
versionfields inpackage.jsonandpackage-lock.jsonto publish the change introduced in #101.npmpackage via OIDC.Written for commit f1233ca. Summary will update on new commits.