Commit Graph

21 Commits

Author SHA1 Message Date
Ben Stull 2a9c198859 F2 SLICE-4: lock reload/re-anchor/orphan decision logic with unit tests (#4)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 06:53:50 -07:00
Ben Stull 1bc7a369b7 F2 SLICE-3: ThreadController on the Comments API + thread mutations (#4)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 06:53:13 -07:00
Ben Stull e5817eef0a F2 SLICE-2: Anchorer (fingerprint, resolution ladder, live shift) (#4)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 06:50:29 -07:00
Ben Stull 9d93ccca19 F2 SLICE-1: artifact schema + CoauthorStore with round-trip tests (#4)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 06:49:31 -07:00
Ben Stull 9c9d4928bd F2: just-in-time implementation plan for region-anchored threads (#4)
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>
2026-06-10 06:47:12 -07:00
Ben Stull 8276cb9af3 claim vscode-cowriting-plugin session 0004 (placeholder) + sessions.json entry 2026-06-10 06:38:17 -07:00
Ben Stull 4d905b800c add sessions/0003/SESSION-0003.0-TRANSCRIPT-2026-06-10T00-24--2026-06-10T01-20.md + replace placeholder/variant SESSION-0003.0-TRANSCRIPT-2026-06-10T00-24--INPROGRESS.md 2026-06-10 01:21:19 -07:00
Ben Stull f128689973 claim vscode-cowriting-plugin session 0003 (placeholder) + sessions.json entry 2026-06-10 00:24:21 -07:00
Ben Stull 0ac4971879 add sessions/0002/SESSION-0002.0-TRANSCRIPT-2026-06-09T23-44--2026-06-10T00-13.md + replace placeholder/variant SESSION-0002.0-TRANSCRIPT-2026-06-09T23-44--INPROGRESS.md 2026-06-10 00:14:08 -07:00
Ben Stull 27eb335051 update sessions/0002/SESSION-0002.0-TRANSCRIPT-2026-06-09T23-44--INPROGRESS.md 2026-06-09 23:57:32 -07:00
benstull cff62f5481 Merge pull request 'POC: runnable VS Code extension on @cline/sdk (Feature #2)' (#3) from poc/cline-sdk-extension into main 2026-06-10 06:56:33 +00:00
Ben Stull 969502eba7 POC: F5 launch config, README, and implementation plan (Feature #2)
.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>
2026-06-09 23:55:39 -07:00
Ben Stull 80083c1230 POC: extension entry + esbuild bundle (Feature #2)
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>
2026-06-09 23:55:39 -07:00
Ben Stull 33bff2b130 POC: vscode-free @cline/sdk driver with unit test (Feature #2)
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>
2026-06-09 23:55:39 -07:00
Ben Stull b343f0754a POC scaffold: extension manifest + tooling config (Feature #2)
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>
2026-06-09 23:55:39 -07:00
Ben Stull 038d78176a Wire repo for always-on Wiggleverse org context
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>
2026-06-09 23:55:39 -07:00
Ben Stull 134fd01719 claim vscode-cowriting-plugin session 0002 (placeholder) + sessions.json entry 2026-06-09 23:44:28 -07:00
Ben Stull d1acd68bd6 add sessions/0001/SESSION-0001.0-TRANSCRIPT-2026-06-09T21-55--2026-06-09T23-31.md + replace placeholder/variant SESSION-0001.0-TRANSCRIPT-2026-06-09T21-55--INPROGRESS.md 2026-06-09 23:32:38 -07:00
Ben Stull cfac6b6a63 Reconcile app.json to canonical One Name vscode-cowriting-plugin
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>
2026-06-09 22:13:33 -07:00
Ben Stull 4b05d53cc9 claim vs-code-cowriting-plugin session 0001 (placeholder) + sessions.json entry 2026-06-09 21:55:53 -07:00
Ben Stull 1c598f1225 Register app.json for the VS Code coauthoring plugin
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>
2026-06-09 21:55:38 -07:00