refactor: Rename description to tagline and description

- Renames the `description` field to `tagline` in schema and data files.
- Renames the `full_description` field to `description` in schema and data files.
- Updates all relevant YAML data files, documentation, and templates to reflect these changes.
- Adjusts character limits and descriptions for the new fields.
This commit is contained in:
Lucas Shamanic 2026-01-11 21:29:12 +00:00
parent 6f6944835a
commit 2199d33071
67 changed files with 145 additions and 145 deletions

View file

@ -1,4 +1,4 @@
name: IAM
repo: https://github.com/spoons-and-mirrors/iam
description: Inter agent messaging
full_description: Allows for parallel subagents communication with a simple yet effective messaging system. Subagents are aware of each other, can announce their status, broadcast, and read messages asynchronously.
tagline: Inter agent messaging
description: Allows for parallel subagents communication with a simple yet effective messaging system. Subagents are aware of each other, can announce their status, broadcast, and read messages asynchronously.