Compare commits

..

3 Commits

3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
# [1.10.0](https://github.com/forcedotcom/sf-skills/compare/1.9.1...1.10.0) (2026-05-22)
### Features
* @W-22580976 Run test only for affected domains when a skill is updated + Fail the test if new skill added without any domains in eval ([0ec19a3](https://github.com/forcedotcom/sf-skills/commit/0ec19a3b25401a3a74339fc8e7486d3cae14e850))
## [1.9.1](https://github.com/forcedotcom/sf-skills/compare/1.9.0...1.9.1) (2026-05-19)

View File

@ -1,6 +1,6 @@
{
"name": "@salesforce/afv-skills",
"version": "1.9.1",
"version": "1.10.0",
"description": "Salesforce skills for Agentforce Vibes",
"license": "CC-BY-NC-4.0",
"files": [

View File

@ -186,7 +186,7 @@ Before deploying, verify:
- [ ] Permissions follow least privilege
- [ ] No required fields in `<fieldPermissions>` — for each entry, verified the field's `*.field-meta.xml` does NOT have `<required>true</required>` and is NOT a Master-Detail
- [ ] No duplicate permissions
- [ ] no lengthy comments
- [ ] No lengthy comments
## What Causes Deployment Failure