docs: add portfolio disposition for Release Frozen state#16
Merged
Conversation
Documents DevToolsTranslator as the 18th signing cluster member — **first monorepo + dual-distribution repo** in the cluster. Two new shapes for cluster taxonomy: 1. **Monorepo layout** — `apps/desktop-tauri/src-tauri/` rather than top-level `src-tauri/`. Signing scripts assuming top-level layout will break. 2. **Dual distribution** — Tauri 2 desktop shell shipped via Apple notarization PLUS Chrome MV3 extension shipped via Chrome Web Store. Two parallel release tracks with different review latencies. Internal release machinery is unusually heavy: `release.rs` and `rollout_controller.rs` in src-tauri, plus four release workflows on canonical main (release-extension-public, stage-controller, internal-beta, staged-public-prerelease). The product internalizes its own staged-rollout machinery rather than relying on external signaling. Also fixes the codex-bootstrap pnpm-workspace allowBuilds stub (`esbuild: set this to true or false` → `esbuild: true`). Captures Chrome DevTools events, organizes into timelines, runs detectors, exports BLAKE3-integrity-checked share bundles. Tracking clean, zero orphans on legacy-origin/main. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Summary
Adds
docs/PORTFOLIO-DISPOSITION.mddocumenting DevToolsTranslator as the 18th signing cluster member and first monorepo + dual-distribution repo in the cluster. Also fixes the pnpm-workspace allowBuilds stub.Why this row is new in the cluster
Two new shapes for cluster taxonomy:
apps/desktop-tauri/src-tauri/not top-level. Signing scripts assuming top-level break here.Internal release machinery is unusually heavy:
release.rs,rollout_controller.rsin src-tauri, plus 4 release workflows on canonical main. The product internalizes its own staged-rollout machinery.Disposition
legacy-origin/mainallowBuilds: { esbuild: "set this to true or false" }→esbuild: trueTest plan
origin/maintip is0a6e824apps/desktop-tauri/) onorigin/mainorigin/mainlegacy-origin/main🤖 Generated with Claude Code