diff --git a/skills/generating-apex/SKILL.md b/skills/generating-apex/SKILL.md index 18da4f8..8ca22b8 100644 --- a/skills/generating-apex/SKILL.md +++ b/skills/generating-apex/SKILL.md @@ -196,8 +196,9 @@ Class-level format: ```apex /** - * @author Generated by Apex Skill + * Provides services for geolocation and address conversion. */ +public with sharing class GeolocationService { } ``` Method-level format: @@ -396,4 +397,4 @@ Deploy: ## Troubleshooting Boundary -This skill handles production `.cls`/`.trigger` issues only: compile/parse failures, deployment dependency errors, runtime governor-limit failures. For test execution, assertions, coverage, or `sf apex run test` failures, delegate to `generating-apex-test`. +This skill handles production `.cls`/`.trigger`/`.apex` issues only: compile/parse failures, deployment dependency errors, runtime governor-limit failures. For test execution, assertions, coverage, or `sf apex run test` failures, delegate to `generating-apex-test`. \ No newline at end of file