write_artifact
Write VBCS artifact files to a repo-relative path, ensuring JSON validity for .json paths.
Instructions
Write a VBCS artifact file by repo-relative path. Refuses invalid JSON for .json paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repo-relative path | |
| repo | No | Repo checkout to target: absolute path, or a repo name under VBS_WORKSPACE_DIR, or omit to use VBCS_REPO_PATH default. Use list_repos to see what's available on this instance. | |
| content | Yes | Full file content to write |