ITEM_002 — Item Ambiguous
What This Means
Section titled “What This Means”The item name matches content in multiple content types, so syllago cannot determine which one you mean.
Common Causes
Section titled “Common Causes”- The same name is used for both a rule and a skill (e.g.,
my-configexists as bothrules/my-configandskills/my-config) - A registry contains duplicate names across different content types
How to Fix
Section titled “How to Fix”- Qualify the item with its content type prefix:
syllago install rules/my-iteminstead ofsyllago install my-item - Run
syllago listto see all items grouped by type and identify the correct one
Example Output
Section titled “Example Output”Error ITEM_002: item "my-config" is ambiguous: found in rules, skills Suggestion: qualify with content type, e.g. 'syllago install rules/my-config'