preserve(workspace): first-notes navigation pending shared contract/restack - #905
seonghobae wants to merge 13 commits into
Conversation
After a part is selected, Transcribe was a no-op for bass and a coming-soon dead end for everyone else. Name the first notes or range and focus the existing Groove Map so the next rehearsal action is visible. Do not invent a new MIR extractor.
|
Warning Review limit reached
Next review available in: 38 minutes Limit details: You’ve used all 1 included review currently available under your plan. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (13)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
There was a problem hiding this comment.
Pull request overview
OpenCode cannot approve yet because required coverage evidence did not pass.
Review outcome
1. HIGH .github/workflows/opencode-review.yml:1 - Coverage evidence did not prove required test/docstring evidence
-
Problem: The required coverage-evidence job result was
failure, so OpenCode cannot establish approval sufficiency for this head. -
Root cause: Automated approval is only valid when the same-head coverage-evidence job proves supported repository test suites passed and configured docstring gates passed or were advisory, or reports not applicable because no supported source files or package manifests exist. Missing, failed, skipped, unavailable, or unsupported-tooling test evidence is a blocker.
-
Fix: Install or configure the repository test/docstring evidence tooling when source files or package manifests exist, rerun the current-head coverage-evidence job, and approve only after it reports
successwith required evidence or explicit no-source not-applicable evidence. -
Regression test: Keep the approval branch checking
needs.coverage-evidence.result == successbefore posting APPROVE, and publish REQUEST_CHANGES when coverage-evidence blocker states such as cancelled, skipped, failed, unsupported-tooling, or below-100 evidence are present. -
Result: REQUEST_CHANGES
-
Reason: coverage-evidence result was
failure, so required test/docstring evidence was not proven for current headbc3a69b736b5d84197b0abd55d92ce308e29657e. -
Head SHA:
bc3a69b736b5d84197b0abd55d92ce308e29657e -
Workflow run: 32103329810
-
Workflow attempt: 1
Coverage evidence
Coverage evidence job did not run or did not publish coverage evidence.
Changed-File Evidence Map
flowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Changed file (10 files)"]
S1 --> I1["repository behavior"]
I1 --> R1["Review risk: Changed file (10 files)"]
R1 --> V1["required checks"]
Evidence --> S2["Docs: component-contract.md"]
S2 --> I2["operator or user guidance"]
I2 --> R2["Review risk: Docs: component-contract.md"]
R2 --> V2["docs review"]
OpenCode Review Overview
Pull request overviewOpenCode cannot approve yet because required coverage evidence did not pass. Review outcome1. HIGH .github/workflows/opencode-review.yml:1 - Coverage evidence did not prove required test/docstring evidence
Coverage evidenceCoverage evidence job did not run or did not publish coverage evidence. Changed-File Evidence Mapflowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Changed file (10 files)"]
S1 --> I1["repository behavior"]
I1 --> R1["Review risk: Changed file (10 files)"]
R1 --> V1["required checks"]
Evidence --> S2["Docs: component-contract.md"]
S2 --> I2["operator or user guidance"]
I2 --> R2["Review risk: Docs: component-contract.md"]
R2 --> V2["docs review"]
|
|
@opencode-agent Please run one fresh exact-current-head coverage/review pass on Protected central Do not reuse predecessor evidence. Bind coverage/docstring/review output only to this exact head, publish the exact first failing boundary if the central contract still fails, and approve only if the current contract actually passes. Do not merge or enable auto-merge. |
Pull request was converted to draft
|
Queued @opencode-agent for PR #905 at head |
|
Already queued @opencode-agent on this exact request for PR #905 at head |
4 similar comments
|
Already queued @opencode-agent on this exact request for PR #905 at head |
|
Already queued @opencode-agent on this exact request for PR #905 at head |
|
Already queued @opencode-agent on this exact request for PR #905 at head |
|
Already queued @opencode-agent on this exact request for PR #905 at head |
|
Already queued @opencode-agent on this exact request for PR #905 at head |
1 similar comment
|
Already queued @opencode-agent on this exact request for PR #905 at head |
|
Already queued @opencode-agent on this exact request for PR #905 at head |
2 similar comments
|
Already queued @opencode-agent on this exact request for PR #905 at head |
|
Already queued @opencode-agent on this exact request for PR #905 at head |
Preservation status
This PR remains Open / Draft because it still contains unique buyer-visible first-notes and reduced-motion work, but it is no longer safe to treat as an independently mergeable Workspace/GrooveMap writer.
Fresh authority:
develop@314ddeae7b775a4957594b599358c8255617eb2e.a1a38fc4e537f22d7811592e49baeb9d816faeff.acdbea...merge base. The PR is not mergeable in its current shape.Valid delta to preserve
The branch contains useful rehearsal behavior that must not be lost merely because the stack is stale:
prefers-reduced-motionhandling for interaction-triggered scroll;PR-0 therefore does not permit a simple close. These deltas need verified succession or an ordinary non-force restack/consolidation.
Repair findings before any merge
Shared transcription admission
This branch introduced a consumer-local
isUsableTranscriptionNote()that validates onset/offset and also assumes velocity must be finite in[0, 1]. That is not a canonical BandScope contract: current repository fixtures include both normalized-looking values such as0.7and MIDI-like values such as100, while the active shared admission owner #1254 deliberately does not invent a velocity scale.Timing validity belongs to the shared
TranscriptionNoteadmission boundary now owned by #1254, not to a Workspace-specific duplicate. Once #1254 (or a verified successor) is protected ancestry, this PR must adopt that released/shared contract and remove its local timing/velocity policy rather than maintaining two validators.Workspace/GrooveMap single writer
PR #910 is the current protected-base Workspace/GrooveMap vertical and now owns the live role-setup interaction, role-aware Groove Map loading/empty states, focus behavior, and truthful loading-control contract. #905 and #910 overlap
Workspace.tsx,GrooveMap.tsx, locale resources, tests, and component documentation. Parallel merge would create competing product semantics.Required path: preserve unique #905 deltas, compare them against #910 current head, then ordinary non-force restack/consolidate after the shared timing prerequisite. Do not force-push, destructively rebase, or close this PR until all valid behavior/tests/evidence are either protected ancestry or explicitly present in a verified successor.
Merge gate
Keep Draft. Merge only after:
Queued/pending/stale/predecessor/self evidence is non-passing.