CedarCopilot wants to merge 0 commits into main from staging
Not deployed
Libra has no production signal for this change yet because it has not deployed. Libra checks hourly for 3 days after each deploy.
This change documents Salesforce custom-object routing and synchronization capabilities that the current implementation does not support. The affected guidance should be corrected before merging so administrators are not instructed to configure unsupported behavior.
Not safe to merge until the custom-object guidance and its cross-reference describe the behavior the product actually provides.
The production configuration schema and connected sync and write paths establish that the documented multi-object configuration, non-Deals routing, and bidirectional custom-object updates are unavailable.
Files Needing Attention: apps/server/.claude/skills/cedar-configuration/fields-and-values.md and apps/server/.claude/skills/cedar-configuration/cedar-system-knowledge.md
What T-Rex did
General comment
Custom-object documentation claims unsupported multi-object, non-Deals routing, and bidirectional write behavior
fields-and-values.md:351-360 says customObjectConfig supports multiple synced objects, lets each route to its own AOP, and bidirectionally syncs mapped fields to Salesforce. cedar-system-knowledge.md:303-305 repeats the non-Deals routing assertion. The executed validator refuted every claim: the runtime Zod schema accepts one config object but rejects a two-object array; the custom-object query explicitly filters agentOperatingProcedures.name to AopName.Deals; and the only custom-object operation fetches records then persists them in integrationMetadata.customObjectRecords. The outbound workflow instead updates crmIntegration.dealId through updateOpportunityFields and contains no custom-object configuration, records, or fetch path.object_name into integration metadata; it neither chooses an AOP nor writes custom-object fields back to Salesforce. If the intended product behavior is the documented one, implement an array/object-to-AOP configuration and a custom-object outbound-update driver path before documenting it.<a href="https:/
Libra has not measured any production surfaces for this change yet.