Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[Bug] Local bundle install can advance records without updating existing components

オープン
#4,434 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
48/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
活発
技術スタック
python
領域
cli, tooling

調査の方向性

offline コマンドを処理する bundle のインストールパスから始め、既存の workflow、拡張機能、preset を使って更新を再現します。.specify/bundle-records.json と primitive な manifest または registry がどのように書き込まれるかを調べます。完了の条件は、バージョンが一致しないコンポーネントが record を進める前に更新され、失敗時には以前の整合した record が保持され、共有 registry への書き込みが直列化されることです。

索引モデルが issue の本文から書いたものです。

説明

bug-assess bug-fix severity-medium triage-must-have
Spec Kit version

Reproduced with specify 1.0.4 on Windows.

Reproduction
  1. Install a bundle version whose workflow, two extensions, and preset are already present in an initialized project.
  2. Point a clean local release directory at a newer version of the same bundle and components.
  3. Run:
specify bundle install C:\path\to\new-release\bundle.yml --offline --integration codex

The command reports success, for example:

Installed 'program-kit' (0 added, 4 already present).

It advances .specify/bundle-records.json and its contributed-component versions to the new bundle version, but the installed workflow/registry, extension manifests, and preset/registry can remain at the old version. A subsequent component tool can therefore appear current while executing old code.

When components were installed individually before the bundle, the successful local bundle install can instead create a record without the expected contributed-component entries because every primitive is classified as already present.

Expected behavior

Bundle installation/update should be transactional across its record and primitive installations:

  • update every component to the resolved version before advancing the bundle record;
  • validate installed manifests and registries against the resolved bundle before returning success;
  • retain the previous coherent record or fail if a primitive update fails; and
  • serialize writes when multiple extensions share registry/configuration files.

At minimum, an existing component with a different version must not be treated as satisfied solely because its ID is present.

Impact

The project records a coherent new bundle version while continuing to execute old extension code. In the observed consumer, managed synchronization misleadingly reported all files unchanged until each workflow, extension, and preset was explicitly reinstalled in sequence.

主要言語
Python
スター
138k
フォーク
12.4k
平均マージ
3日 6時間
マージ済み PR(30日)
145

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/spec-kit のほかの issue

github/spec-kit の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。