Browse Source

chore: yaml frontmatter updates (#73)

* fix(registry): update agent names with values in md files

* fix(frontend-specialist): add md file metadata

* docs: add additional yaml frontmatter to CONTRIBUTING.md
Gabriel David Pragin 3 months ago
parent
commit
7e1a7e5775

+ 6 - 0
.opencode/agent/development/frontend-specialist.md

@@ -1,5 +1,11 @@
 ---
+id: frontend-specialist
+name: Frontend Specialist
 description: "Frontend UI design specialist using design systems, themes, and animations"
+category: development
+type: standard
+version: 1.0.0
+author: unknown
 mode: primary
 temperature: 0.2
 tools:

+ 6 - 0
docs/contributing/CONTRIBUTING.md

@@ -96,7 +96,13 @@ All markdown files should include YAML frontmatter:
 
 ```markdown
 ---
+id: devops-specialist
+name: DevOps Specialist
 description: "Brief description of what this does"
+category: development
+type: standard
+version: 1.0.0
+author: community
 mode: primary  # For agents only
 temperature: 0.1  # Optional - for agents only
 tools:  # For agents only

+ 3 - 3
registry.json

@@ -91,7 +91,7 @@
       },
       {
         "id": "devops-specialist",
-        "name": "Devops Specialist",
+        "name": "DevOps Specialist",
         "type": "agent",
         "path": ".opencode/agent/development/devops-specialist.md",
         "description": "Expert in CI/CD, infrastructure as code, and deployment automation",
@@ -161,7 +161,7 @@
       },
       {
         "id": "repo-manager",
-        "name": "Repo Manager",
+        "name": "Repository Manager",
         "type": "agent",
         "path": ".opencode/agent/meta/repo-manager.md",
         "description": "Meta agent for managing OpenAgents repository development with context-aware planning, task breakdown, and automatic documentation",
@@ -1304,4 +1304,4 @@
       }
     }
   }
-}
+}