[preset] Update Inventory Alignment preset to v0.1.1 - #4494
Conversation
Update inventory-alignment preset submitted by @Yash-Chindam:\n- presets/catalog.community.json (version, download_url, sha256, requires, timestamps)\n- docs/community/presets.md community presets table (no row changes required)\n\nCloses #4487\n\nAssisted-by: GitHub Copilot (model: gpt-5.2-codex, autonomous)\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Data checks pass (form = manifest, tag-pinned, CI green), but holding merge on a dependency: the published |
There was a problem hiding this comment.
🟡 Changes recommended
The catalog contains internal inconsistencies (e.g., inventory-alignment still reports version 0.1.0, and canon-core version/URL are mismatched) that should be corrected before publishing.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the community preset catalog entry intended to move inventory-alignment to v0.1.1, refreshing its download metadata and compatibility requirements in presets/catalog.community.json.
Changes:
- Updated the catalog top-level
updated_attimestamp to 2026-09-09. - Updated
inventory-alignmentdownload URL + SHA-256 digest and raisedrequires.speckit_versionto>=1.0.4. - Updated
inventory-alignmententryupdated_attimestamp.
File summaries
| File | Description |
|---|---|
| presets/catalog.community.json | Updates catalog timestamps and preset entry metadata for the inventory-alignment update. |
Review details
Suppressed comments (1)
presets/catalog.community.json:156
canon-coreis bumped to0.1.1but itsdownload_urlstill points to the v0.1.0 asset. Either revert the version bump or update the URL (and any related metadata) to the matching v0.1.1 release to avoid publishing a mismatched catalog entry.
"version": "0.1.1",
"description": "Adapts original Spec Kit workflow to work together with Canon extension.",
"author": "Maxim Stupakov",
"download_url": "https://github.com/maximiliamus/spec-kit-canon/releases/download/v0.1.0/spec-kit-canon-core-v0.1.0.zip",
"repository": "https://github.com/maximiliamus/spec-kit-canon",
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Assisted-by: GitHub Copilot (model: GPT-5.4, autonomous) Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
There was a problem hiding this comment.
🔵 Needs a closer look
The canon-core entry reports version 0.1.1 while still downloading the v0.1.0 asset, creating an internal catalog inconsistency.
Review details
Suppressed comments (1)
Previously missed (1) — in code that hasn't changed since the last review.
presets/catalog.community.json:152
canon-coreis now marked as version0.1.1, but itsdownload_urlstill points to thev0.1.0asset. This makes the catalog entry internally inconsistent and will misreport which version users are installing.
- Files reviewed: 1/1 changed files
- Comments generated: 0 new
- Review effort level: Lite
Keep canon-core at 0.1.0 so its version matches its release asset. Limit the preset update to inventory-alignment. Assisted-by: GitHub Copilot (model: gpt-6-astra, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
🟢 Approval recommended
The catalog update is internally consistent (version/URL/SHA/requirements) and follows the documented timestamp rules while preserving created_at.
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0 new
- Review effort level: Lite
Updates the existing
inventory-alignmentcommunity preset entry to v0.1.1.>=1.0.4to support the declaredspeckit-inventorydependency.created_atvalue.All validation checks passed: the submission format and checklists are valid; the public repository contains
preset.ymlandLICENSE; the GitHub README is readable and contains an acceptedspecify preset add --devcommand; and the v0.1.1 release contains the submitted ZIP asset and matching digest.Closes #4487
cc
@Yash-Chindam