Skip to content

Commit ef1fcd4

Browse files
ryanbas21claude
andcommitted
chore: add changeset for VS Code extension and package extraction
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 11392c4 commit ef1fcd4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.changeset/vscode-extension.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
"@wolfcola/devtools-extension": minor
3+
---
4+
5+
Extract shared logic into `@wolfcola/devtools-core` and shared Elm UI into `@wolfcola/devtools-ui`. Add VS Code extension (`oidc-devtools`) for OIDC/OAuth debugging via Chrome DevTools Protocol.
6+
7+
### New packages
8+
9+
- **`@wolfcola/devtools-core`** — annotators, diagnosis engine, event store, and export logic extracted from the browser extension
10+
- **`@wolfcola/devtools-ui`** — shared Elm UI (Timeline, Flow, Learn views) compiled to JS with TypeScript port interface
11+
- **`oidc-devtools`** (VS Code extension) — live OIDC/OAuth2 debugging via CDP with TreeView, WebView, and diagnosis
12+
13+
### Browser extension changes
14+
15+
- Now imports shared logic from `@wolfcola/devtools-core` instead of bundling it inline
16+
- Now imports compiled Elm UI from `@wolfcola/devtools-ui` instead of compiling Elm in-tree
17+
- Provides chrome.storage-backed `EventStoreChromeLive` layer (replaces the old `EventStoreLive`)
18+
- No user-facing behavior changes

0 commit comments

Comments
 (0)