|
1 | 1 | { |
2 | 2 | "schema_version": "1.0", |
3 | | - "updated_at": "2026-09-08T00:00:00Z", |
| 3 | + "updated_at": "2026-09-09T00:00:00Z", |
4 | 4 | "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", |
5 | 5 | "extensions": { |
6 | 6 | "adrkit": { |
|
1918 | 1918 | "figma-starter": { |
1919 | 1919 | "name": "Figma Starter", |
1920 | 1920 | "id": "figma-starter", |
1921 | | - "description": "Turns a Figma section's screens into per-screen spec.md files, an app-level user-stories.md, and a build-order.md, then hands off to /speckit.specify.", |
| 1921 | + "description": "Turns a Figma section's screens into Figma-derived specs — per-screen spec.md files, app-level user-stories.md, and a build-order.md — and turns an OpenAPI/Swagger document into an entity model plus per-page UI-to-API bindings, then hands off to /speckit.specify.", |
1922 | 1922 | "author": "WaveMaker", |
1923 | | - "version": "1.0.0", |
1924 | | - "download_url": "https://github.com/wavemaker/spec-kit-figma-starter/archive/refs/tags/v1.0.0.zip", |
1925 | | - "repository": "https://github.com/wavemaker/spec-kit-figma-starter", |
1926 | | - "homepage": "https://github.com/wavemaker/spec-kit-figma-starter", |
1927 | | - "documentation": "https://github.com/wavemaker/spec-kit-figma-starter/blob/main/README.md", |
1928 | | - "changelog": "https://github.com/wavemaker/spec-kit-figma-starter/blob/main/CHANGELOG.md", |
| 1923 | + "version": "1.1.0", |
| 1924 | + "download_url": "https://github.com/OmneWave/spec-kit-figma-starter/archive/refs/tags/v1.1.0.zip", |
| 1925 | + "repository": "https://github.com/OmneWave/spec-kit-figma-starter", |
| 1926 | + "homepage": "https://github.com/OmneWave/spec-kit-figma-starter", |
| 1927 | + "documentation": "https://github.com/OmneWave/spec-kit-figma-starter/blob/main/README.md", |
| 1928 | + "changelog": "https://github.com/OmneWave/spec-kit-figma-starter/blob/main/CHANGELOG.md", |
1929 | 1929 | "license": "MIT", |
1930 | | - "category": "integration", |
| 1930 | + "category": "docs", |
1931 | 1931 | "effect": "read-write", |
1932 | 1932 | "requires": { |
1933 | 1933 | "speckit_version": ">=0.1.0", |
|
1940 | 1940 | ] |
1941 | 1941 | }, |
1942 | 1942 | "provides": { |
1943 | | - "commands": 1, |
| 1943 | + "commands": 2, |
1944 | 1944 | "hooks": 1 |
1945 | 1945 | }, |
1946 | 1946 | "tags": [ |
1947 | 1947 | "figma", |
1948 | 1948 | "design", |
1949 | 1949 | "design-to-spec", |
1950 | 1950 | "ui", |
1951 | | - "frontend" |
| 1951 | + "frontend", |
| 1952 | + "openapi", |
| 1953 | + "swagger", |
| 1954 | + "api" |
1952 | 1955 | ], |
1953 | 1956 | "verified": false, |
1954 | 1957 | "downloads": 0, |
1955 | 1958 | "stars": 0, |
1956 | 1959 | "created_at": "2026-07-15T00:00:00Z", |
1957 | | - "updated_at": "2026-07-15T00:00:00Z" |
| 1960 | + "updated_at": "2026-09-09T00:00:00Z" |
1958 | 1961 | }, |
1959 | 1962 | "fix-findings": { |
1960 | 1963 | "name": "Fix Findings", |
|
0 commit comments