feat: sync CLI with dashboard@v1.0.3#31
Open
cursor[bot] wants to merge 2 commits into
Open
Conversation
Sync API types from photon-hq/dashboard@v1.0.3 (6ac15f9). Added routes (12): - .well-known.openid-configuration.api.auth (GET) - api.account.set-password (POST) - api.oauth-clients.:clientId.metadata (PATCH) - api.oauth-clients.:clientId.scope-tiers (GET) - api.oauth-clients.authorized (GET) - api.oauth-clients.authorized.:clientId (DELETE) - api.privacy-requests (POST) - api.projects (GET) - api.projects.:id.slack.setup (POST) - api.signup.abandon (POST) - api.slack.features (GET) - well-known.oauth-authorization-server.api.auth (GET) Removed routes (3): - api.otp.email.send (POST) - api.otp.email.verify (POST) - api.projects (GET, schema rename) No CLI code referenced the removed OTP routes (signup flow is dashboard-only). bun run check is green; no command or DTO changes needed. Co-authored-by: citron <lcandy2@users.noreply.github.com>
citron (lcandy2)
added a commit
that referenced
this pull request
May 31, 2026
…real agent PRs) (#32) claude-code-action@v1 refuses bot-initiated workflows by default: "Workflow initiated by non-human actor: cursor (type: Bot)." Every genuine agent-flow event is bot-initiated — cursor[bot] opens/ pushes the sync PR, coderabbitai[bot]/copilot post reviews — so the review step failed on PR #31 (and would on every future sync PR). The earlier "successful" run on PR #26 only passed because a human pushed that commit, masking the gap. The job-level `if:` already restricts which bots/events reach the action, so `allowed_bots: "*"` is safe and avoids double-gating.
Agent PR ReviewScenario: C — re-review after What's right
Concerns
Deferred (acknowledged in PR body)
Final noteRe-trigger commit |
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.
Upstream
v1.0.36ac15f95d097b802a6c9b09865b647c9c2c214cdRoutes added (12)
GET .well-known.openid-configuration.api.authPOST api.account.set-passwordPATCH api.oauth-clients.:clientId.metadataGET api.oauth-clients.:clientId.scope-tiersGET api.oauth-clients.authorizedDELETE api.oauth-clients.authorized.:clientIdPOST api.privacy-requestsGET api.projectsPOST api.projects.:id.slack.setupPOST api.signup.abandonGET api.slack.featuresGET .well-known.oauth-authorization-server.api.authRoutes removed (3)
POST api.otp.email.sendPOST api.otp.email.verifyGET api.projects(schema-only rename; new flat route added above)No CLI code referenced the removed OTP routes (signup/email verification is dashboard-only), so no command or DTO updates were required.
Routes changed
(none)
Snapshot changes
(none)
New runtime dependencies
(none)
Verification
bun run check(typecheck + 33 tests + build) is green.Need help on this PR? Tag
@codesmithwith what you need. Autofix is disabled.