CLI command/plugin extraction

Poetry 2.0 poetry shell command removed plugin poetry-plugin-shell official

Developer bootstrap fails because the interactive command was removed from core.

PoetryPython packagingCLI command/plugin extractionpoetry2

Agent Quick Fix

Repair against the current Poetry contract, then keep the change narrow and source-backed.

Product: Poetry
Current-contract area: Poetry 2 fresh install lacks `poetry shell`
Likely root cause: Developer bootstrap fails because the interactive command was removed from core.
Repair direction: Verifier checks a declared/reproducible plugin dependency or the supported replacement command. Check reproducibility from a clean environment and artifact contents where relevant.

Symptom

Developer bootstrap fails because the interactive command was removed from core.

Why This Happens

The project files cannot prove whether a familiar command still ships in the CLI core or now requires an external plugin.

Common Wrong Fixes

  • Changing local code without checking the current external contract.
  • Retrying the same install, build, or API call with no version/source change.
  • Applying a broad unsafe bypass when a narrow compatibility fix is available.

Codex Search Keywords

These are the search terms observed in a neutral Codex validation run for this failure shape.

Poetry 2.0 poetry shell command removed plugin poetry-plugin-shell official
site:python-poetry.org docs poetry shell plugin poetry-plugin-shell
https://python-poetry.org/docs/cli/
'The `shell` command was moved' in https://python-poetry.org/docs/cli/

Source Trail