Created a clean Git repo at /Users/samaguiar/Repos/litisail-agentforce so Litify Agentforce work can resume with normal commits. Migrated the scoped Agentforce source, manifests, scripts, rollback notes, QA evidence, and handoffs out of the older dirty Litify workspace. Retired conflict-check and matter-summary planner exports now live under reference-metadata, not deployable force-app source.
Committed the baseline clean repo as b6b5642 with message Create clean Litify Agentforce workspace.
Added a first-class Agentforce authoring bundle for Litify_Mobile_Operations_Agent in force-app/main/default/aiAuthoringBundles/Litify_Mobile_Operations_Agent. The script sets default_agent_user to sam@kylawoffice.com, keeps the agent read-only, and routes operational questions through apex://LitifyMobileOperationsAgentAction.
Committed the authoring work as c35be9d with message Add Litify mobile authoring bundle.
Live Salesforce org alias used: LITIFY_ORG. Live org id: 00D5e000005AnDpEAK.
Confirmed Litify_Mobile_Operations_Agent remains active as version 1, BotVersion id 0X9UV00000009rJ0AQ, BotDefinition id 0XxUV0000000CPN0A2.
Authoring bundle validation passed:
sf agent validate authoring-bundle --target-org LITIFY_ORG --api-name Litify_Mobile_Operations_Agent --json
Apex smoke passed with live Litify records:
Litify mobile operations snapshot for Sam: 12 open matters reviewed, 5 high-value flags, 12 stale treatment flags, 3 open intakes returned, 3 overdue tasks returned, 0 saved conflict checks returned.
Limits from smoke: 4 SOQL queries, 19 query rows, 0 DML.
Active-safe deploy dry run passed with deploy id 0AfUV000001ZBpd0AG: 5 components validated, 4 tests completed, 0 test failures, 0 component errors.
git diff --check passed before the final commit.
The authoring bundle is valid locally, but two publish attempts timed out against Salesforce's Agentforce authoring API while fetching versions for agent id 0XxUV0000000CPN0A2:
https://test.api.salesforce.com/einstein/ai-agent/v1.1/authoring/agents/0XxUV0000000CPN0A2/versions
Error code: ETIMEDOUT.
A post-timeout readback confirmed no partial publish: version 1 remains the only version, and no Litify_Mobile_Operations_Agent AiAuthoringBundle exists in org metadata. CLI preview still fails with Invalid user ID provided on start session.