|
1 | 1 | { |
2 | 2 | "schema_version": "1.0", |
3 | | - "updated_at": "2026-04-01T00:00:00Z", |
| 3 | +"updated_at": "2026-04-01T00:00:00Z", |
4 | 4 | "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", |
5 | 5 | "extensions": { |
6 | 6 | "aide": { |
|
375 | 375 | "created_at": "2026-03-18T00:00:00Z", |
376 | 376 | "updated_at": "2026-03-18T00:00:00Z" |
377 | 377 | }, |
378 | | - "fix-findings": { |
| 378 | +"fix-findings": { |
379 | 379 | "name": "Fix Findings", |
380 | 380 | "id": "fix-findings", |
381 | 381 | "description": "Automated analyze-fix-reanalyze loop that resolves spec findings until clean.", |
|
392 | 392 | }, |
393 | 393 | "provides": { |
394 | 394 | "commands": 1, |
395 | | - "hooks": 1 |
| 395 | +"hooks": 1 |
396 | 396 | }, |
397 | 397 | "tags": [ |
398 | 398 | "code", |
|
404 | 404 | "verified": false, |
405 | 405 | "downloads": 0, |
406 | 406 | "stars": 0, |
407 | | - "created_at": "2026-04-01T00:00:00Z", |
| 407 | +"created_at": "2026-04-01T00:00:00Z", |
408 | 408 | "updated_at": "2026-04-01T00:00:00Z" |
409 | 409 | }, |
| 410 | + "fixit": { |
| 411 | + "name": "FixIt Extension", |
| 412 | + "id": "fixit", |
| 413 | + "description": "Spec-aware bug fixing: maps bugs to spec artifacts, proposes a plan, applies minimal changes.", |
| 414 | + "author": "ismaelJimenez", |
| 415 | + "version": "1.0.0", |
| 416 | + "download_url": "https://github.com/speckit-community/spec-kit-fixit/archive/refs/tags/v1.0.0.zip", |
| 417 | + "repository": "https://github.com/speckit-community/spec-kit-fixit", |
| 418 | + "homepage": "https://github.com/speckit-community/spec-kit-fixit", |
| 419 | + "documentation": "https://github.com/speckit-community/spec-kit-fixit/blob/main/README.md", |
| 420 | + "changelog": "https://github.com/speckit-community/spec-kit-fixit/blob/main/CHANGELOG.md", |
| 421 | + "license": "MIT", |
| 422 | + "requires": { |
| 423 | + "speckit_version": ">=0.1.0" |
| 424 | + }, |
| 425 | + "provides": { |
| 426 | + "commands": 1, |
| 427 | + "hooks": 0 |
| 428 | + }, |
| 429 | + "tags": [ |
| 430 | + "debugging", |
| 431 | + "fixit", |
| 432 | + "spec-alignment", |
| 433 | + "post-implementation" |
| 434 | + ], |
| 435 | + "verified": false, |
| 436 | + "downloads": 0, |
| 437 | + "stars": 0, |
| 438 | + "created_at": "2026-03-30T00:00:00Z", |
| 439 | + "updated_at": "2026-03-30T00:00:00Z" |
| 440 | + }, |
410 | 441 | "fleet": { |
411 | 442 | "name": "Fleet Orchestrator", |
412 | 443 | "id": "fleet", |
|
0 commit comments