Skip to content

Commit bc03dec

Browse files
committed
feat(catalog): Add team-ai-directives extension entry
- Added entry for team-ai-directives with download_url for ZIP install - Uses {{VERSION}} placeholder for auto-update - Version: 1.1.0
1 parent ad7eb98 commit bc03dec

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

extensions/catalog.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-10T00:00:00Z",
3+
"updated_at": "2026-04-20T18:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.json",
55
"extensions": {
66
"git": {
@@ -18,6 +18,32 @@
1818
"core"
1919
]
2020
},
21+
"team-ai-directives": {
22+
"id": "team-ai-directives",
23+
"name": "Team AI Directives",
24+
"version": "1.1.0",
25+
"bundled": false,
26+
"preinstall": false,
27+
"description": "Team-specific AI agent context, skills, and conventions for Spec-Driven Development",
28+
"author": "Team",
29+
"repository": "https://github.com/tikalk/agentic-sdlc-team-ai-directives",
30+
"homepage": "https://github.com/tikalk/agentic-sdlc-team-ai-directives",
31+
"download_url": "https://github.com/tikalk/agentic-sdlc-team-ai-directives/archive/refs/tags/{{VERSION}}.zip",
32+
"license": "MIT",
33+
"requires": {
34+
"speckit_version": ">=0.3.0"
35+
},
36+
"commands": [
37+
"adlc.team-ai-directives.verify"
38+
],
39+
"tags": [
40+
"team-directives",
41+
"context",
42+
"skills"
43+
],
44+
"verified": false,
45+
"featured": false
46+
},
2147
"tdd": {
2248
"id": "tdd",
2349
"name": "TDD - Test-Driven Development Workflow",

0 commit comments

Comments
 (0)