mirror of
https://github.com/github/spec-kit.git
synced 2026-08-03 06:26:30 +08:00
The wheel force-include mapped scripts/bash and scripts/powershell into core_pack but omitted scripts/python. As a result, `specify init --script py` laid down commands referencing .specify/scripts/python/*.py while installing bash scripts, breaking every command at its first setup step. Add the scripts/python force-include mapping to mirror the other script variants so the core Python scripts ship in the packaged wheel. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Copilot-Session: 1bc9c590-2c0c-4d88-bf3c-23f265cef82d Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -39,6 +39,7 @@ packages = ["src/specify_cli"]
|
||||
"templates/commands" = "specify_cli/core_pack/commands"
|
||||
"scripts/bash" = "specify_cli/core_pack/scripts/bash"
|
||||
"scripts/powershell" = "specify_cli/core_pack/scripts/powershell"
|
||||
"scripts/python" = "specify_cli/core_pack/scripts/python"
|
||||
# Bundled extensions (installable via `specify extension add <name>`)
|
||||
"extensions/git" = "specify_cli/core_pack/extensions/git"
|
||||
"extensions/agent-context" = "specify_cli/core_pack/extensions/agent-context"
|
||||
|
||||
Reference in New Issue
Block a user