mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-11 10:29:07 +08:00
Compare commits
3 Commits
a85defbc1b
...
206c39ea3d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
206c39ea3d | ||
|
|
1635c5319a | ||
|
|
0ec19a3b25 |
@ -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)
|
||||
|
||||
|
||||
|
||||
@ -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": [
|
||||
|
||||
@ -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