feat: archive zoo_backup for home sync

This commit is contained in:
Patrick Plate
2026-06-24 19:27:05 +02:00
parent 02844e4c4a
commit 038e546963
133 changed files with 19953 additions and 0 deletions
@@ -0,0 +1,17 @@
<error_handling>
<error_case name="name_mismatch">
<symptom>Frontmatter name does not match directory name</symptom>
<response>
<step>Do not proceed with additional edits until the mismatch is resolved</step>
<step>Prefer renaming the directory to match the intended canonical name (or update frontmatter), but confirm with the user if the skill is already in use</step>
</response>
</error_case>
<error_case name="invalid_name_format">
<symptom>Name contains uppercase, underscores, or consecutive hyphens</symptom>
<response>
<step>Propose a corrected name and confirm before applying renames</step>
<step>Explain that renames may be breaking if other tooling references the skill name</step>
</response>
</error_case>
</error_handling>