Record the welcome-view change in OpenSpec notes#282
Merged
Conversation
added 2 commits
April 22, 2026 11:14
The empty state now uses VS Code's welcome view so users can start a sandbox, open the companion guide, or refresh without reading a placeholder tree item. The extension also prompts for task and agent names before sending gx branch start to an integrated terminal, and the test harness now covers the empty-state and start-agent flow. Constraint: The Source Control companion ships from both vscode/ and templates/vscode/, so both trees must stay in sync Rejected: Keep the InfoItem placeholder and add a second welcome message | duplicate empty-state UI in the same view Confidence: high Scope-risk: narrow Directive: Keep the checked-in extension and the install template byte-for-byte aligned when changing this companion Tested: node --test test/vscode-active-agents-session-state.test.js Not-tested: Full npm test did not complete within the interactive window
The branch already carried the implementation commit, but it was missing the repo's required T1 notes bundle. This commit captures the scope, verification, and cleanup handoff so the finish pipeline has the expected artifact. Constraint: This repo requires an OpenSpec change record for every code change, even when the implementation is already complete Rejected: Fold the note into the earlier implementation commit | amending an existing commit was not requested Confidence: high Scope-risk: narrow Directive: Keep small T1 extension changes paired with notes.md and .openspec.yaml before running branch finish Tested: node --test test/vscode-active-agents-session-state.test.js Not-tested: Full npm test remains outside this metadata-only follow-up
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.
Automated by scripts/agent-branch-finish.sh (PR flow).