feat(onboarding): rewrite overture score Stages 1-2 - #441
Merged
Conversation
- Overture SCORE.md rewritten: 6-stage QOC interview → 2-stage generic orientation + intent multi-select - Stage 1 (orientation): Amicode as general coding + research studio, name collection, no experience-level branching - Stage 2 (intent): multi-select with 'General coding', 'Research', 'Exploring'; research sub-type deferred to pulse-designer - ENTITY_FIELDS.profile extended with 'intent' field - Golden parity files regenerated - Existing compiler and routing tests updated for new stage ids - 18 new tests covering score load, content assertions, entity schema
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughOverture now uses orientation and multi-select intent stages. It records name and intent profile data, completes onboarding after intent, and defers research-specific questions to the pulse-designer flow. Tests cover compilation, routing, resume behavior, sanitization, and event persistence. ChangesOverture onboarding flow
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related issues
Suggested reviewers: ✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
jeonghun-jj-lee
marked this pull request as ready for review
August 19, 2026 17:11
This was referenced Aug 19, 2026
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
Implements #435 — rewrites the overture score from a 6-stage QOC-specific interview to a 2-stage generic orientation + intent capture.
Changes
scores/overture/SCORE.mdrewritten (v1 → v2):multiple: true) with exactly 3 options: "General coding and software development", "Research", "Exploring". Intent recorded as slug array on profile entity.opencode-plugin/onboarding.ts:ENTITY_FIELDS.profileextended with"intent"fieldGolden parity files regenerated (
compile-chained.md,router-section.md)Existing tests updated: compiler test and overture_routing test reference the new stage id (
orientationnotidentity)Tests
18 new tests in
test/scores/overture_rewrite.test.ts:Closes #435
Summary by CodeRabbit
New Features
Bug Fixes