perf(rpc): performance + async lifecycle closure#512
Open
beruro wants to merge 23 commits into
Open
Conversation
Pre-commit hook ran. Total eslint: 0, total circular: 0
Pre-commit hook ran. Total eslint: 0, total circular: 0
Pre-commit hook ran. Total eslint: 0, total circular: 0
Pre-commit hook ran. Total eslint: 10, total circular: 0
Pre-commit hook ran. Total eslint: 10, total circular: 0
Pre-commit hook ran. Total eslint: 10, total circular: 0
Pre-commit hook ran. Total eslint: 10, total circular: 0
Pre-commit hook ran. Total eslint: 10, total circular: 0
Pre-commit hook ran. Total eslint: 10, total circular: 0
Pre-commit hook ran. Total eslint: 10, total circular: 0
Pre-commit hook ran. Total eslint: 10, total circular: 0
Pre-commit hook ran. Total eslint: 10, total circular: 0
Pre-commit hook ran. Total eslint: 10, total circular: 0
Pre-commit hook ran. Total eslint: 10, total circular: 0
Pre-commit hook ran. Total eslint: 10, total circular: 0
Pre-commit hook ran. Total eslint: 10, total circular: 0
This was referenced Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
This was referenced Jul 27, 2026
This was referenced Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
This was referenced Jul 27, 2026
refactor(ui): unify dropdown action rows
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
Performance, lifecycle, and product-state closure across RPC, CLI/Rust agents, Team Inbox, onboarding, workstation/browser state, and shared UI ownership. The uncommitted work was audited and split into seven logical commits, then merged with
origin/develop@82dc871e.Added commit batches
refactor(ui): consolidate shared component ownershipfeat(team-inbox): unify assignments and mentionsfeat(onboarding): streamline cloud entry and star promptfix(session): preserve intent lifecycle and canvas isolationperf(runtime): bound caches, scans, and background workfix(workstation): restore terminal and replay statechore(runtime): add profiling contracts and audit gatesmerge: update branch to latest developAudit
Reports are under:
docs/architecture-audit-2026-07-27/docs/frontend-ui-audit-2026-07-27/docs/org2-performance-guard-2026-07-27/Verification
pnpm typecheckcargo check --workspace --all-targets --offlinecargo test -p search --lib --offline: 52 passedcargo test -p org2 --lib --offline: 994 passed / 1 ignoredrustfmt --checkgit diff --checkRemaining risk
The CLI path still accepts a turn receipt before a separate best-effort Agent Org intervention call; it is not atomic with intervention persistence. The performance report therefore does not claim a runtime-measurement pass.