Skip to content

docs: VS Code extension release roadmap#17

Merged
SoundBlaster merged 2 commits into
mainfrom
docs-vscode-release-roadmap
Jun 9, 2026
Merged

docs: VS Code extension release roadmap#17
SoundBlaster merged 2 commits into
mainfrom
docs-vscode-release-roadmap

Conversation

@SoundBlaster

Copy link
Copy Markdown
Member

What

Adds DOCS/Release.md — the release & distribution roadmap for both shipped artifacts:

  • VS Code extension — three tiers:
    1. VSIX (vsce package) for local install / GitHub Release assets
    2. Marketplace (0al-spec publisher + Azure DevOps PAT → vsce publish)
    3. CI automation on a vscode/v* tag (package → upload asset → publish via VSCE_PAT secret)
  • Swift CLI / library — semver git tags, SwiftPM consumption, IR schema versioning.

Cross-linked from DOCS/Architecture.md ("Releasing" section) and the extension README.md.

Why

The extension and CLI were build- and CI-verified but had no documented release path. This captures the manual prerequisites (publisher registration, VSCE_PAT secret) and the eventual git tag vscode/v* flow.

Notes

Docs only — no code changes. The CI workflow described in Tier 3 is intentionally not added here; it depends on the manual VSCE_PAT / publisher setup that only the maintainer can do.

🤖 Generated with Claude Code

Document the three release tiers for the VS Code extension (VSIX, Marketplace,
CI automation) plus Swift CLI/library tagging and versioning. Cross-link from
the architecture doc and the extension README.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 6, 2026 07:36

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 107dded0a2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread DOCS/Release.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a release & distribution roadmap documenting how to package/publish the VS Code extension and how to tag/release the Swift CLI/library, then cross-links it from existing docs/README locations.

Changes:

  • Add DOCS/Release.md describing VSIX packaging, Marketplace publishing, and a future CI tag-based release flow.
  • Link the release roadmap from DOCS/Architecture.md (“Releasing” section).
  • Add a “Release” section to the VS Code extension README pointing to the roadmap.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
editors/vscode/README.md Adds a “Release” section linking to the release roadmap.
DOCS/Release.md New release/distribution roadmap for the Swift CLI/library and VS Code extension.
DOCS/Architecture.md Adds a “Releasing” section linking to the new release documentation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread editors/vscode/README.md Outdated
Comment thread DOCS/Release.md Outdated
Comment thread DOCS/Release.md Outdated
- Tier 3: warn that version lives in package.json, not the vscode/v* tag;
  release must bump+commit package.json first (Codex P2).
- Extension README: use an absolute GitHub URL so the link resolves in the
  packaged Marketplace README, not just on GitHub (Copilot).
- Soften the PATH requirement (serverPath setting is an alternative) and
  clarify the full Marketplace identifier is 0al-spec.hypercode (Copilot).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@SoundBlaster SoundBlaster merged commit bdee8cd into main Jun 9, 2026
7 checks passed
@SoundBlaster SoundBlaster deleted the docs-vscode-release-roadmap branch June 9, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants