codex update

This commit is contained in:
Danilo Reyes
2026-03-31 22:18:15 -06:00
parent 18d455b851
commit 339e79a712
12 changed files with 978 additions and 7 deletions

View File

@@ -326,6 +326,9 @@ def init_skill(skill_name, path, resources, include_examples, interface_override
print("2. Create resource directories only if needed (scripts/, references/, assets/)")
print("3. Update agents/openai.yaml if the UI metadata should differ")
print("4. Run the validator when ready to check the skill structure")
print(
"5. Forward-test complex skills with realistic user requests to ensure they work as intended"
)
return skill_dir