Skip to content

Commit 7270490

Browse files
unseriousAIclaude
andcommitted
Address second round of Copilot feedback
- Use precise UTC timestamp instead of midnight for updated_at fields - Disambiguate README link text to spec-kit-status-report Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2ac3c3f commit 7270490

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

extensions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The following community-contributed extensions are available in [`catalog.commun
9494
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | `code` | Read-only | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) |
9595
| SDD Utilities | Resume interrupted workflows, validate project health, and verify spec-to-task traceability | `process` | Read+Write | [speckit-utils](https://github.com/mvanhorn/speckit-utils) |
9696
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | `docs` | Read+Write | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
97-
| Status Report | Display project status, feature progress, and recommended next actions across the spec-driven development workflow | `visibility` | Read-only | [spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status) |
97+
| Status Report | Display project status, feature progress, and recommended next actions across the spec-driven development workflow | `visibility` | Read-only | [spec-kit-status-report](https://github.com/Open-Agent-Tools/spec-kit-status) |
9898
| Understanding | Automated requirements quality analysis — 31 deterministic metrics against IEEE/ISO standards with experimental energy-based ambiguity detection | `docs` | Read-only | [understanding](https://github.com/Testimonial/understanding) |
9999
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | `docs` | Read+Write | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
100100
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | `code` | Read-only | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) |

extensions/catalog.community.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-03-20T00:00:00Z",
3+
"updated_at": "2026-03-20T17:07:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"archive": {
@@ -574,8 +574,8 @@
574574
"verified": false,
575575
"downloads": 0,
576576
"stars": 0,
577-
"created_at": "2026-03-20T00:00:00Z",
578-
"updated_at": "2026-03-20T00:00:00Z"
577+
"created_at": "2026-03-20T17:07:00Z",
578+
"updated_at": "2026-03-20T17:07:00Z"
579579
},
580580
"understanding": {
581581
"name": "Understanding",

0 commit comments

Comments
 (0)