mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:19:27 +08:00
Include writing scripts in skill trigger conditions
The skill was only invoked for scan/run/deploy/init but not when writing entrypoint.py, causing agents to miss the required patterns (e.g., toPandas → transform → createDataFrame).
This commit is contained in:
parent
3b1cf44c59
commit
ead3567d1b
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: developing-datacloud-code-extension
|
||||
description: "Develop and deploy Data Cloud Code Extensions using SF CLI plugin. Use this skill when creating custom Python transformations for Data Cloud, deploying code extensions, or testing data transformations. Supports init, run, scan, and deploy operations."
|
||||
description: "Develop and deploy Data Cloud Code Extensions using SF CLI plugin. Use this skill when writing or updating code extension scripts, creating new projects, scanning, testing, or deploying. Covers the full lifecycle: write, init, scan, run, and deploy."
|
||||
metadata:
|
||||
version: "1.0"
|
||||
---
|
||||
@ -13,6 +13,7 @@ This skill provides a complete workflow for developing, testing, and deploying c
|
||||
|
||||
## When to Use
|
||||
|
||||
- User wants to write or update a code extension script (entrypoint.py)
|
||||
- User wants to create a new code extension project
|
||||
- User needs to test a code extension locally
|
||||
- User wants to scan code for required permissions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user