mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-09 00:42:46 +08:00
New skill that generates minimal seed-data stubs (custom fields, objects, Apex class stubs) for evaluation datasets in the afv-library. Adapted from the adk-eval-seed-data-generator with afv-library conventions and all PR #194 review feedback addressed (scoped allowed-tools, no hardcoded paths, progressive disclosure, skills referenced by name).
7 lines
246 B
XML
7 lines
246 B
XML
<!-- STUB — review and update expected output before running eval -->
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
<apiVersion>62.0</apiVersion>
|
|
<status>Active</status>
|
|
</ApexClass>
|