mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
* Migrating Core Salesforce Skills * Updating pr comments * updat reference * Updating a skill * Migrating Datacloud skills * Migrating Industries cloud skills * Validating - skills fixing --------- Co-authored-by: Sandip Kumar Yadav <sandipkumar.yadav+sfemu@salesforce.com>
1.9 KiB
1.9 KiB
Upstream Distillation Map for orchestrating-datacloud
This file exists to make downstream maintenance easy without sacrificing sf-skills consistency.
Maintenance contract
When upstream changes, do not copy blindly.
Instead:
- review new upstream commits
- identify changed command behaviors, install patterns, or gotchas
- update sf-skills prompts and templates in a distilled form
- keep naming, attribution, and cross-skill boundaries consistent with sf-skills
- update this file with the new reviewed commit SHAs
High-priority upstream areas to re-check
- installation / linking workflow for the community plugin
- command counts and topic coverage
- API-version guidance
- known issues and bug-fix notes
- live-tested command set
- any new commands affecting Connect / Prepare / Harmonize / Segment / Act / Retrieve boundaries
- connector-specific payload examples worth distilling into generic repo-safe examples
- search-index / hybrid-search guidance and any command-surface changes around hybrid scoring or prefilter behavior
- Ingestion API schema-upload flow, send-data examples, and problem-record guidance
- unstructured-source setup differences between connection-level reruns, stream refreshes, and initial UI seeding
- UI-only gaps where upstream introduces browser automation; validate before importing
Cross-skill boundary reminders
Keep Data Cloud product work in *-datacloud, but do not blur into:
observing-agentforcefor STDM/session tracing/parquet workflowsquerying-soqlfor CRM SOQL-only taskshandling-sf-datafor CRM record seeding/cleanupgenerating-*skills for CRM schema creation (custom objects, fields, validation rules, etc.)
Local helper files in this family
references/plugin-setup.mdscripts/bootstrap-plugin.shscripts/verify-plugin.shassets/definitions/
These are sf-skills-owned conveniences and should evolve independently from upstream when that improves user experience.