openpencil/crates
Kayshen-X cbbf2db568 refactor(desktop): split collab conflict files under the 800-line cap
Pure code motion restoring the workspace file-size cap after the
conflict-stash feature pushed four files over it:

- op-editor-core: notice kinds and the discarded-edit projection move from
  collab_ui_state into a new collab_notice_ui module; collab_ui_state
  re-exports them so import paths stay stable.
- op-host-desktop: the local-edit gestures (begin/finish/reapply) move to
  collab_runtime/local_edit; the discarded-edit stash handling moves to
  collab_runtime/discarded_edit; the fail-closed paths and failure-notice
  mappings move to collab_runtime/failure; the owner-retaining guest test
  harness and the conflict e2e test move to collab_runtime/conflict_tests.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2026-08-01 12:53:13 +08:00
..
op-acp fix(editor): async hygiene — safe block_on, bounded acp channels, thread teardown 2026-07-26 13:19:34 +08:00
op-ai feat(agent): surface a quality credential after generation 2026-07-28 00:29:39 +08:00
op-ai-skills feat(agent): honor root dimensions requested in the prompt 2026-07-31 21:05:55 +08:00
op-auth-bridge fix(auth): isolate bundled runtime symbol 2026-07-29 22:38:54 +08:00
op-cli fix(mcp): authenticate the live endpoint and degrade the bootstrap cache 2026-08-01 12:23:09 +08:00
op-codegen refactor: typed error enums across the whole workspace 2026-07-27 21:09:06 +08:00
op-collab feat(editor): surface collab conflict details and replay discarded edits 2026-08-01 12:15:30 +08:00
op-collab-policy-file fix(collab): harden p2p collaboration against resource exhaustion 2026-08-01 09:48:23 +08:00
op-collab-relay-client fix(collab): close review follow-ups and align the reauth budget test 2026-08-01 11:42:10 +08:00
op-collab-relay-control-plane fix(collab): harden p2p collaboration against resource exhaustion 2026-08-01 09:48:23 +08:00
op-collab-relay-locator-server fix(collab): harden p2p collaboration against resource exhaustion 2026-08-01 09:48:23 +08:00
op-collab-relay-protocol feat(collab): ship public relay collaboration 2026-07-29 21:42:33 +08:00
op-collab-relay-server fix(collab): close review follow-ups and align the reauth budget test 2026-08-01 11:42:10 +08:00
op-collab-smoke fix(collab): harden p2p collaboration against resource exhaustion 2026-08-01 09:48:23 +08:00
op-collab-transport fix(collab): harden p2p collaboration against resource exhaustion 2026-08-01 09:48:23 +08:00
op-config-store test(desktop): keep persistence tests out of the real user config 2026-07-28 00:29:39 +08:00
op-design-lint refactor: final 800-line sweep across editor, mcp, services, and tool crates 2026-07-26 22:34:37 +08:00
op-editor-core refactor(desktop): split collab conflict files under the 800-line cap 2026-08-01 12:53:13 +08:00
op-editor-host-core feat(collab): add authenticated p2p collaboration 2026-07-29 00:06:58 +08:00
op-editor-ui feat(editor): surface collab conflict details and replay discarded edits 2026-08-01 12:15:30 +08:00
op-figma refactor: typed error enums across the whole workspace 2026-07-27 21:09:06 +08:00
op-git fix(ci): address rust check failures 2026-06-19 03:03:33 +08:00
op-host-desktop refactor(desktop): split collab conflict files under the 800-line cap 2026-08-01 12:53:13 +08:00
op-host-native feat(panels): round out the prompt center with web, dashboard, component and modify entries 2026-07-31 21:06:56 +08:00
op-host-services fix(mcp): authenticate the live endpoint and degrade the bootstrap cache 2026-08-01 12:23:09 +08:00
op-host-web feat(ai): add prompt center 2026-07-30 09:00:40 +08:00
op-host-web-server refactor: dedupe cross-crate code and converge hardcoded literals 2026-07-26 11:24:22 +08:00
op-html refactor: typed error enums across the whole workspace 2026-07-27 21:09:06 +08:00
op-i18n feat(editor): surface collab conflict details and replay discarded edits 2026-08-01 12:15:30 +08:00
op-mcp fix(mcp): tolerate a trailing separator on a program DSL line 2026-07-31 21:00:50 +08:00
op-opmerge chore(sync): integrate origin/v0.8.2 interactions and retry batch 2026-07-18 13:11:52 +08:00
op-orchestrator fix(agent): stop landing pages from scaffolding as sidebar dashboards 2026-07-31 21:06:11 +08:00
op-pen-loader fix(canvas): adopt stack semantics for layout:none and retire the flow bandaid 2026-07-28 22:11:59 +08:00
op-process-io
op-rpc-transport fix(mcp): authenticate the live endpoint and degrade the bootstrap cache 2026-08-01 12:23:09 +08:00
op-smoke feat(agent): add a fixed-input modify mode to the smoke harness 2026-07-31 21:06:35 +08:00
op-util feat(collab): add authenticated p2p collaboration 2026-07-29 00:06:58 +08:00
op-web-sdk refactor: typed error enums across the whole workspace 2026-07-27 21:09:06 +08:00
CLAUDE.md feat(collab): add authenticated p2p collaboration 2026-07-29 00:06:58 +08:00