docs: update CLAUDE.md for the super-app + signed-desktop reality#267
Open
vakovalskii wants to merge 1 commit into
Open
docs: update CLAUDE.md for the super-app + signed-desktop reality#267vakovalskii wants to merge 1 commit into
vakovalskii wants to merge 1 commit into
Conversation
Bring the project guide in line with this release cycle: - super-app framing (Overview landing + in-browser Workspace/Terminal) and two-channel shipping (npm CLI + signed/notarized macOS DMG) - current source map (terminal.js, workspace-layouts/commands.js, shell-path.js, overview/workspace/calendar frontend, desktop/ shell + preload IPC) - architecture decisions: crash-safe route dispatch, prototype-safe findSessionFile, thin desktop shell, view-aware chrome, running-agents tree from activeSessions, full-pane layout round-trip, no window.prompt in Electron - new API/WS route groups (browser terminal, workspace layouts/commands, projects) - Publishing: manual npm workflow_dispatch + signed-DMG runbook with the codesign timestamp/proxy gotcha; versioning examples bumped to 7.x Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Ports the important changes from this release cycle into the project guide so the next agent picks up the current reality instead of the pre-signing one.
What changed in CLAUDE.md
terminal.js,workspace-layouts.js,workspace-commands.js,shell-path.js,agents-detect.js,projects.js, the overview/workspace/calendar frontend, and thedesktop/Electron shell + preload IPC.findSessionFile, thin desktop shell (server stays desktop-agnostic; capabilities viawindow.codbashDesktop), view-aware chrome (body[data-view]), running-agents tree fromactiveSessions, full-pane layout round-trip (cmd/prefill/cwd), nowindow.promptin Electron.workflow_dispatch); added the signed-DMG runbook pointer with the codesign timestamp/proxy gotcha (build over VPN,env -u HTTPS_PROXY …,--arm64 --x64, staple + regeneratelatest-mac.yml). No Apple/npm secrets in the repo — keychain profilecodbash-notaryonly.Docs-only; full suite green (201 pass, 2 skipped).
🤖 Generated with Claude Code