|
1 | 1 | { |
2 | 2 | "schema_version": "1.0", |
3 | | - "updated_at": "2026-05-01T15:01:47Z", |
| 3 | + "updated_at": "2026-05-01T15:10:01Z", |
4 | 4 | "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", |
5 | 5 | "extensions": { |
6 | 6 | "aide": { |
|
100 | 100 | "created_at": "2026-04-14T00:00:00Z", |
101 | 101 | "updated_at": "2026-04-14T00:00:00Z" |
102 | 102 | }, |
| 103 | + "architecture-guard": { |
| 104 | + "name": "Architecture Guard", |
| 105 | + "id": "architecture-guard", |
| 106 | + "description": "Continuous architecture governance for AI-assisted development. Reviews specs, plans, and code for architecture drift, producing structured refactor tasks and evolution proposals.", |
| 107 | + "author": "DyanGalih", |
| 108 | + "version": "1.1.6", |
| 109 | + "download_url": "https://github.com/DyanGalih/spec-kit-architecture-guard/archive/refs/tags/v1.1.6.zip", |
| 110 | + "repository": "https://github.com/DyanGalih/spec-kit-architecture-guard", |
| 111 | + "homepage": "https://github.com/DyanGalih/spec-kit-architecture-guard", |
| 112 | + "documentation": "https://github.com/DyanGalih/spec-kit-architecture-guard/blob/main/README.md", |
| 113 | + "changelog": "https://github.com/DyanGalih/spec-kit-architecture-guard/releases", |
| 114 | + "license": "MIT", |
| 115 | + "requires": { |
| 116 | + "speckit_version": ">=0.1.0" |
| 117 | + }, |
| 118 | + "provides": { |
| 119 | + "commands": 6, |
| 120 | + "hooks": 0 |
| 121 | + }, |
| 122 | + "tags": [ |
| 123 | + "architecture", |
| 124 | + "governance", |
| 125 | + "drift-detection", |
| 126 | + "refactor", |
| 127 | + "monolithic", |
| 128 | + "microservices" |
| 129 | + ], |
| 130 | + "verified": false, |
| 131 | + "downloads": 0, |
| 132 | + "stars": 0, |
| 133 | + "created_at": "2026-05-01T15:10:01Z", |
| 134 | + "updated_at": "2026-05-01T15:10:01Z" |
| 135 | + }, |
| 136 | + "architecture-guard-laravel": { |
| 137 | + "name": "Architecture Guard Laravel", |
| 138 | + "id": "architecture-guard-laravel", |
| 139 | + "description": "Laravel-specific adapter for Architecture Guard. Maps generic architecture rules to Laravel conventions like FormRequests, API Resources, and Eloquent boundaries.", |
| 140 | + "author": "DyanGalih", |
| 141 | + "version": "1.1.6", |
| 142 | + "download_url": "https://github.com/DyanGalih/architecture-guard-laravel/archive/refs/tags/v1.1.6.zip", |
| 143 | + "repository": "https://github.com/DyanGalih/architecture-guard-laravel", |
| 144 | + "homepage": "https://github.com/DyanGalih/architecture-guard-laravel", |
| 145 | + "documentation": "https://github.com/DyanGalih/architecture-guard-laravel/blob/main/README.md", |
| 146 | + "changelog": "https://github.com/DyanGalih/architecture-guard-laravel/releases", |
| 147 | + "license": "MIT", |
| 148 | + "requires": { |
| 149 | + "speckit_version": ">=0.1.0", |
| 150 | + "extensions": [ |
| 151 | + { |
| 152 | + "id": "architecture-guard", |
| 153 | + "version": ">=1.1.6", |
| 154 | + "required": true |
| 155 | + } |
| 156 | + ] |
| 157 | + }, |
| 158 | + "provides": { |
| 159 | + "commands": 1, |
| 160 | + "hooks": 0 |
| 161 | + }, |
| 162 | + "tags": [ |
| 163 | + "laravel", |
| 164 | + "architecture", |
| 165 | + "governance", |
| 166 | + "php", |
| 167 | + "adapter" |
| 168 | + ], |
| 169 | + "verified": false, |
| 170 | + "downloads": 0, |
| 171 | + "stars": 0, |
| 172 | + "created_at": "2026-05-01T15:10:01Z", |
| 173 | + "updated_at": "2026-05-01T15:10:01Z" |
| 174 | + }, |
103 | 175 | "archive": { |
104 | 176 | "name": "Archive Extension", |
105 | 177 | "id": "archive", |
|
0 commit comments