mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-11 18:38:22 +08:00
Compare commits
1 Commits
206c39ea3d
...
a85defbc1b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a85defbc1b |
@ -1,12 +1,3 @@
|
||||
# [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)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@salesforce/afv-skills",
|
||||
"version": "1.10.0",
|
||||
"version": "1.9.1",
|
||||
"description": "Salesforce skills for Agentforce Vibes",
|
||||
"license": "CC-BY-NC-4.0",
|
||||
"files": [
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user