Retire obsolete bundled community extensions - #86
Conversation
Remove inception, intake, and repository-governance from bundled distribution, make discovery and preview opt-in, and preserve existing project files during upgrades. Closes #85 Assisted-by: OpenAI Codex (model: GPT-5, autonomous)
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 91ccc042dd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| | 扩展 | 状态 | 原因与迁移 | | ||
| | --- | --- | --- | | ||
| | `git` | 默认保留 | 核心分支工作流,体积小且普遍适用。 | | ||
| | `discovery` | 内置、按需安装 | 技术调研仍有价值,但不是所有项目的必经阶段;使用 `specify extension add discovery`。 | |
There was a problem hiding this comment.
Align the discovery instructions with the bundled command
For users following this new migration table, discovery is presented as the retained general-purpose technical-research option, but extensions/discovery/extension.yml provides only speckit.discovery.contract; the README's discovery section still directs users to six unavailable commands such as speckit.discovery.feasibility and speckit.discovery.poc. Consequently, after the documented specify extension add discovery, none of the listed invocations work. Update the retained-capability description and command examples to match the focused contract workflow.
Useful? React with 👍 / 👎.
Summary
inception,intake, andrepository-governancesnapshotsgitextension while keepingdiscoveryandpreviewbundled as explicit opt-in extensionsUser impact
Fresh projects receive a smaller default extension set. Existing project files are not deleted during integration upgrades. Users can still install maintained optional extensions with
specify extension add discoveryorspecify extension add preview.Validation
scripts/community/validate-integration.ps1— passedWinError 1314)git diff --check— passedtests/extensions/test_update_agent_context_feature_json.py; changed files are cleanCloses #85
AI disclosure
Implemented and posted on behalf of @bigsmartben by OpenAI Codex (model: GPT-5, autonomous).