Plan derived from vscode-cowriting-plugin-content/specs/coauthoring-inner-loop.md
§7.2 (SLICE-1..5). UI surface ⇒ @vscode/test-electron host E2E is a first-class
plan task, not a follow-up.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
.vscode launch/tasks wire F5 -> Run Extension (preLaunchTask: npm build).
README documents run/dev. Plan archived under docs/superpowers/plans/.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
activate() registers showClineSdkInfo, which renders the SDK summary to a
notification and output channel. esbuild bundles to CJS, keeping vscode and
@cline/sdk external (the ESM SDK loads via runtime dynamic import).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
fetchSdkSummary() dynamic-imports the ESM-only SDK and returns its build
version + builtin tool catalog (pure, key-free). Kept vscode-free so it is
unit-testable in Node; test asserts a semver version and the read_files tool.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Manifest declares the cowriting.showClineSdkInfo command; esbuild + vitest +
tsc tooling. @cline/sdk@0.0.46 as a runtime dependency. Per issue #2 (epic #1).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add CLAUDE.md importing ~/.claude/wiggleverse.md (planning-and-executing
init Step 5) plus repo-specific orientation for the Cline-SDK plugin.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The Gitea repos are canonically benstull/vscode-cowriting-plugin and
benstull/vscode-cowriting-plugin-content; the prior remotes used stale
vs-code-/vs-cowriting- aliases. Adopt the canonical names as the One Name.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Registers this repo (code/specs/docs/roadmap/sessions) and the
benstull/vs-cowriting-plugin-content content repo as one Wiggleverse app,
so the session protocol has a transcript home. Seeded from rfc-app#48.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>