CedarCopilot wants to merge 4 commits into staging from fix/dm-container-kind
Live on prod, no production signal yet
Verification reached its 130s outer budget before the verifier returned. Libra is keeping this intent verifying until the next check.
Verification reached its budget before a verdict.
Verification reached its budget before a verdict.
Verification reached its 120s wall-clock budget before a tied verdict. Libra is keeping this intent verifying until the next check.
Unable to verify the intended behavior: no matching post-deploy `listConversations` spans were found, and the source read needed to map the production telemetry name was unavailable due to the source-read budget. Per the evidence contract, this is inconclusive rather than.
Verification reached its budget before a verdict.
Libra has verdicts on 0 of 10 tracked behaviors on prod; 10 are still being checked. Libra checks hourly for 3 days after each deploy.
Three independent changes that accumulated on this branch.
perf(crm): conversation rows get their own event projection. Rows in the sidebar, canvas and kanban were reading the same wide event shape the timeline needs, so every list render paid for detail nobody was showing. The row path now projects only what a row draws, and the optimistic field-write layer (pending-conversation-field-writes.ts) keeps in-flight edits visible against that narrower shape instead of being dropped on the next refetch. Covered by four new test files , projection, classification, AOP-change consistency, and the pending-write buffer.
fix: cal sidebar UI. Sizing and layout corrections in the timeline overview, event detail dialog and empty-state suggestions.
fix(coaching): seed the agent document under the right playbook. seed-coaching-agent.ts always wrote its agent document to organisation/playbooks/⦠and always read it back from there, so a coaching agent one person owns but the team reads had no way to be filed under that person's playbook. Adds --level user|org (default org , existing behaviour unchanged), which picks the root for the write and both read-backs.
The read-backs also gained an owner predicate. A user/ playbook row carries its author's id and an organisation/ one carries none, so matching on (orgId, path) alone could return a teammate's playbook at the same path and wire the weekly trigger into the wrong person's file. This is deliberately independent of the agent's own namespace: key , a document in one person's playbook can still write into a team folder, which is exactly the shape a shared coaching agent wants.
pnpm run autofix:local , green after merging origin/staging: 3,950 mail tests (410 suites) and 10,821 server tests (894 files), zero failures.origin/staging (through 29f286260, including the admin-config permissions revamp) with no conflicts, then re-ran the full gate.An earlier pre-merge run failed src/services/integrations/credentials/__tests__/token-refresh.test.ts ā "coalesces N concurrent resolves of one entry into a single grant" (expected 1 grant, got 2). It passes in isolation (16/16) and passed on the post-merge full run. The test holds a real 20ms setTimeout open and expects all five concurrent callers to register inside that window; under a fully-loaded 886-file run the event loop can stall long enough that the first grant settles and clears the in-flight map before the last caller arrives. That is a wall-clock assumption in the test, not a defect in the coalescing logic, and it is untouched by this PR , flagging it rather than rewriting an unrelated test here.
š¤ Generated with Claude Code
The PR introduces a narrow CRM row-event projection and optimistic field-write masking, adjusts calendar-related UI layout, and adds user- versus organization-level placement to the coaching-agent seed script.
The PR should not merge until list refetches retain fresh overview events and seeded trigger changes are compiled into the playbook manifest.
The current ingestion guard discards fresh row events whenever any nonempty event array already exists, while the seed script persists trigger XML through a path that leaves scheduler-visible manifest metadata unchanged.
Files Needing Attention: apps/mail/modules/conversations/slice/conversationsSlice.ts; apps/server/src/scripts/seed-coaching-agent.ts
| Filename |
Libra has not measured any production surfaces for this change yet.