specify-cli 0.11.7__tar.gz → 0.11.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.devcontainer/post-create.sh +2 -2
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/ISSUE_TEMPLATE/preset_submission.yml +13 -1
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/add-community-preset.lock.yml +1 -1
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/add-community-preset.md +58 -4
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/catalog-assign.yml +1 -1
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/lint.yml +12 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/CHANGELOG.md +15 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/CONTRIBUTING.md +10 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/PKG-INFO +1 -1
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/community/extensions.md +2 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/community/friends.md +3 -1
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/quickstart.md +14 -14
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/reference/integrations.md +2 -3
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/catalog.community.json +84 -8
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/PUBLISHING.md +53 -3
- {specify_cli-0.11.7 → specify_cli-0.11.8}/pyproject.toml +1 -1
- specify_cli-0.11.8/src/specify_cli/integrations/kimi/__init__.py +489 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/expressions.py +38 -1
- specify_cli-0.11.8/tests/integrations/test_integration_kimi.py +593 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_subcommand.py +1 -1
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_agent_config_consistency.py +3 -3
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_extensions.py +1 -1
- specify_cli-0.11.8/tests/test_github_workflows.py +41 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_presets.py +12 -8
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_workflows.py +18 -0
- specify_cli-0.11.7/src/specify_cli/integrations/kimi/__init__.py +0 -125
- specify_cli-0.11.7/tests/integrations/test_integration_kimi.py +0 -149
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.devcontainer/devcontainer.json +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.editorconfig +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.gitattributes +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/CODEOWNERS +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/ISSUE_TEMPLATE/agent_request.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/ISSUE_TEMPLATE/extension_submission.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/aw/actions-lock.json +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/dependabot.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/skills/add-community-extension/SKILL.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/RELEASE-PROCESS.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/add-community-extension.lock.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/add-community-extension.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/bug-assess.lock.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/bug-assess.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/codeql.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/docs.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/publish-pypi.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/release-trigger.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/release.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/stale.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.github/workflows/test.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.gitignore +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.markdownlint-cli2.jsonc +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/.zenodo.json +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/AGENTS.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/CITATION.cff +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/CODE_OF_CONDUCT.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/DEVELOPMENT.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/LICENSE +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/SECURITY.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/SUPPORT.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/.gitignore +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/community/overview.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/community/presets.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/community/walkthroughs.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/concepts/complex-features.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/concepts/sdd.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/concepts/spec-persistence.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/docfx.json +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/guides/evolving-specs.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/guides/monorepo.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/index.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/install/air-gapped.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/install/one-time.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/install/pipx.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/install/uv.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/installation.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/local-development.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/reference/authentication.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/reference/bundles.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/reference/core.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/reference/extensions.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/reference/overview.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/reference/presets.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/reference/workflows.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/template/public/main.css +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/toc.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/docs/upgrade.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/examples/bundles/business-analyst/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/examples/bundles/business-analyst/bundle.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/examples/bundles/developer/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/examples/bundles/developer/bundle.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/examples/bundles/product-manager/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/examples/bundles/product-manager/bundle.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/examples/bundles/security-researcher/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/examples/bundles/security-researcher/bundle.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/EXTENSION-API-REFERENCE.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/EXTENSION-DEVELOPMENT-GUIDE.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/EXTENSION-PUBLISHING-GUIDE.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/EXTENSION-USER-GUIDE.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/RFC-EXTENSION-SYSTEM.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/agent-context/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/agent-context/agent-context-config.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/agent-context/commands/speckit.agent-context.update.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/agent-context/extension.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/agent-context/scripts/bash/update-agent-context.sh +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/agent-context/scripts/powershell/update-agent-context.ps1 +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/bug/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/bug/commands/speckit.bug.assess.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/bug/commands/speckit.bug.fix.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/bug/commands/speckit.bug.test.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/bug/extension.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/catalog.json +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/commands/speckit.git.commit.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/commands/speckit.git.feature.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/commands/speckit.git.initialize.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/commands/speckit.git.remote.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/commands/speckit.git.validate.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/config-template.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/extension.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/git-config.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/scripts/bash/auto-commit.sh +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/scripts/bash/create-new-feature-branch.sh +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/scripts/bash/git-common.sh +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/scripts/bash/initialize-repo.sh +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/scripts/powershell/auto-commit.ps1 +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/scripts/powershell/create-new-feature-branch.ps1 +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/scripts/powershell/git-common.ps1 +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/git/scripts/powershell/initialize-repo.ps1 +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/selftest/commands/selftest.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/selftest/extension.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/template/.gitignore +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/template/CHANGELOG.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/template/EXAMPLE-README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/template/LICENSE +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/template/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/template/commands/example.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/template/config-template.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/extensions/template/extension.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/integrations/CONTRIBUTING.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/integrations/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/integrations/catalog.community.json +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/integrations/catalog.json +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/media/bootstrap-claude-code.gif +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/media/logo_large.webp +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/media/logo_small.webp +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/media/spec-kit-video-header.jpg +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/media/specify_cli.gif +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/newsletters/2026-April.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/newsletters/2026-February.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/newsletters/2026-March.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/newsletters/2026-May.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/ARCHITECTURE.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/catalog.community.json +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/catalog.json +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/lean/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/lean/commands/speckit.constitution.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/lean/commands/speckit.implement.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/lean/commands/speckit.plan.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/lean/commands/speckit.specify.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/lean/commands/speckit.tasks.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/lean/preset.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/scaffold/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/scaffold/commands/speckit.myext.myextcmd.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/scaffold/commands/speckit.specify.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/scaffold/preset.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/scaffold/templates/myext-template.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/scaffold/templates/spec-template.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/self-test/commands/speckit.specify.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/self-test/commands/speckit.wrap-test.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/self-test/preset.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/self-test/templates/agent-file-template.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/self-test/templates/checklist-template.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/self-test/templates/constitution-template.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/self-test/templates/plan-template.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/self-test/templates/spec-template.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/presets/self-test/templates/tasks-template.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/scripts/bash/check-prerequisites.sh +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/scripts/bash/common.sh +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/scripts/bash/create-new-feature.sh +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/scripts/bash/setup-plan.sh +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/scripts/bash/setup-tasks.sh +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/scripts/powershell/check-prerequisites.ps1 +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/scripts/powershell/common.ps1 +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/scripts/powershell/create-new-feature.ps1 +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/scripts/powershell/setup-plan.ps1 +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/scripts/powershell/setup-tasks.ps1 +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/spec-driven.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/spec-kit.code-workspace +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/_agent_config.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/_assets.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/_console.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/_github_http.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/_init_options.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/_invocation_style.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/_utils.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/_version.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/agents.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/authentication/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/authentication/azure_devops.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/authentication/base.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/authentication/config.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/authentication/github.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/authentication/http.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/commands_impl/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/commands_impl/catalog_config.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/lib/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/lib/project.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/lib/versioning.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/lib/yamlio.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/models/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/models/catalog.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/models/manifest.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/models/records.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/services/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/services/adapters.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/services/catalog_stack.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/services/conflict.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/services/installer.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/services/packager.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/services/primitives.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/services/references.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/services/resolver.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/bundler/services/validator.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/catalogs.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/commands/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/commands/bundle/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/commands/init.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/extensions/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/extensions/_commands.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integration_runtime.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integration_scaffold.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integration_state.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integration_status.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/_commands.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/_helpers.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/_install_commands.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/_migrate_commands.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/_query_commands.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/_scaffold_commands.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/agy/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/amp/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/auggie/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/base.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/bob/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/catalog.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/claude/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/cline/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/codebuddy/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/codex/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/copilot/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/cursor_agent/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/devin/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/firebender/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/forge/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/gemini/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/generic/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/goose/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/hermes/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/iflow/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/junie/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/kilocode/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/kiro_cli/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/lingma/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/manifest.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/omp/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/opencode/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/pi/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/qodercli/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/qwen/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/roo/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/rovodev/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/shai/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/tabnine/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/trae/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/vibe/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/windsurf/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/zcode/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/integrations/zed/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/presets/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/presets/_commands.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/shared_infra.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/base.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/catalog.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/engine.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/steps/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/steps/command/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/steps/do_while/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/steps/fan_in/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/steps/fan_out/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/steps/gate/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/steps/if_then/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/steps/init/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/steps/prompt/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/steps/shell/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/steps/switch/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/src/specify_cli/workflows/steps/while_loop/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/checklist-template.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/commands/analyze.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/commands/checklist.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/commands/clarify.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/commands/constitution.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/commands/converge.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/commands/implement.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/commands/plan.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/commands/specify.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/commands/tasks.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/commands/taskstoissues.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/constitution-template.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/plan-template.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/spec-template.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/tasks-template.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/templates/vscode-settings.json +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/auth_helpers.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/bundler_helpers.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/conftest.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/contract/test_bundle_cli.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/contract/test_catalog_schema.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/contract/test_manifest_schema.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/extensions/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/extensions/bug/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/extensions/bug/test_bug_extension.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/extensions/git/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/extensions/git/test_git_extension.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/extensions/test_extension_agent_context.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/hooks/TESTING.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/hooks/plan.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/hooks/spec.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/hooks/tasks.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/http_helpers.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integration/test_bundler_catalog_stack.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integration/test_bundler_init_install.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integration/test_bundler_install_flow.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integration/test_bundler_local_install.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integration/test_bundler_offline.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integration/test_bundler_security_paths.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/__init__.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/conftest.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_base.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_cli.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_extra_args.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_agy.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_amp.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_auggie.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_base_markdown.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_base_skills.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_base_toml.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_base_yaml.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_bob.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_catalog.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_claude.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_cline.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_codebuddy.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_codex.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_copilot.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_cursor_agent.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_devin.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_firebender.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_forge.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_gemini.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_generic.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_goose.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_hermes.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_iflow.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_junie.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_kilocode.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_kiro_cli.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_lingma.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_omp.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_opencode.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_pi.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_qodercli.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_qwen.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_roo.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_rovodev.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_scaffold.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_shai.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_state.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_tabnine.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_trae.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_vibe.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_windsurf.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_zcode.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_integration_zed.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_manifest.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/integrations/test_registry.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/self_upgrade_helpers.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_authentication.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_branch_numbering.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_check_prerequisites_paths_only.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_check_tool.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_cli_version.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_commands_package.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_console_imports.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_extension_registration.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_extension_skills.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_extension_update_hardening.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_github_http.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_init_dir.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_live_transient_windows.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_merge.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_ps1_encoding.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_registrar_path_traversal.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_self_upgrade_detection.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_self_upgrade_execution.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_self_upgrade_guidance.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_self_upgrade_verification.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_setup_plan_feature_json.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_setup_plan_no_overwrite.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_setup_tasks.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_shared_infra_integrity.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_timestamp_branches.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_upgrade.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_utils.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_utils_assets_imports.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_version_imports.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/test_workflow_run_without_project.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/unit/test_bundler_adapters.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/unit/test_bundler_catalog_config.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/unit/test_bundler_conflict.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/unit/test_bundler_packager.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/unit/test_bundler_primitives.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/unit/test_bundler_records.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/unit/test_bundler_references.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/unit/test_bundler_resolver.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/unit/test_bundler_validator.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/tests/unit/test_bundler_versioning.py +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/workflows/ARCHITECTURE.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/workflows/PUBLISHING.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/workflows/README.md +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/workflows/catalog.community.json +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/workflows/catalog.json +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/workflows/speckit/workflow.yml +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/workflows/step-catalog.community.json +0 -0
- {specify_cli-0.11.7 → specify_cli-0.11.8}/workflows/step-catalog.json +0 -0
|
@@ -88,9 +88,9 @@ fi
|
|
|
88
88
|
run_command "$kiro_binary --help > /dev/null"
|
|
89
89
|
echo "✅ Done"
|
|
90
90
|
|
|
91
|
-
echo -e "\n🤖 Installing Kimi CLI..."
|
|
91
|
+
echo -e "\n🤖 Installing Kimi Code CLI..."
|
|
92
92
|
# https://code.kimi.com
|
|
93
|
-
run_command "
|
|
93
|
+
run_command "npm install -g @moonshot-ai/kimi-code@latest"
|
|
94
94
|
echo "✅ Done"
|
|
95
95
|
|
|
96
96
|
echo -e "\n🤖 Installing CodeBuddy CLI..."
|
|
@@ -77,6 +77,18 @@ body:
|
|
|
77
77
|
validations:
|
|
78
78
|
required: true
|
|
79
79
|
|
|
80
|
+
- type: input
|
|
81
|
+
id: documentation
|
|
82
|
+
attributes:
|
|
83
|
+
label: Documentation URL
|
|
84
|
+
description: |
|
|
85
|
+
Link to the README that explains how to use **this preset** (not a general product/framework pitch).
|
|
86
|
+
Prefer the preset-scoped README (e.g. `presets/<id>/README.md` in a monorepo) over the repository root README.
|
|
87
|
+
It must contain at least one valid `specify preset add ...` install command — ideally `specify preset add --from <download-url>` using the exact Download URL above (other forms such as `specify preset add <preset-id>` or `specify preset add --dev <path>` are also accepted).
|
|
88
|
+
placeholder: "https://github.com/your-org/spec-kit-presets/blob/main/presets/your-preset/README.md"
|
|
89
|
+
validations:
|
|
90
|
+
required: true
|
|
91
|
+
|
|
80
92
|
- type: input
|
|
81
93
|
id: license
|
|
82
94
|
attributes:
|
|
@@ -175,7 +187,7 @@ body:
|
|
|
175
187
|
options:
|
|
176
188
|
- label: Valid `preset.yml` manifest included
|
|
177
189
|
required: true
|
|
178
|
-
- label: README
|
|
190
|
+
- label: Linked README (Documentation URL) explains how to use this preset and includes a valid `specify preset add ...` command (preferably `specify preset add --from <download-url>` using the exact download URL)
|
|
179
191
|
required: true
|
|
180
192
|
- label: LICENSE file included
|
|
181
193
|
required: true
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"b4ba1db5fdec754fa825cc3160879924118bc454a781eed70ef6c90beab83a95","body_hash":"
|
|
1
|
+
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"b4ba1db5fdec754fa825cc3160879924118bc454a781eed70ef6c90beab83a95","body_hash":"cb6c19088fa13da0a8320c174e8c14c4887d2c8a005a5cb2d2d2faa3f890de39","compiler_version":"v0.79.8","strict":true,"agent_id":"copilot","engine_versions":{"copilot":"1.0.60"}}
|
|
2
2
|
# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_CI_TRIGGER_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"df4cb1c069e1874edd31b4311f1884172cec0e10","version":"v6.0.3"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9.0.0"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"c0338fef4749d08c21f8f975fb0e37efa17dda47","version":"v0.79.8"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.27.2","digest":"sha256:f88e5b17b6b7a600117bc121114d6ce2155c88c983c0c939c5df884f730fa1d6","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.27.2@sha256:f88e5b17b6b7a600117bc121114d6ce2155c88c983c0c939c5df884f730fa1d6"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.27.2","digest":"sha256:ee39841d980878ebbb87592903b06d31a1af500c71525c9616f7e8e2a27041a4","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.27.2@sha256:ee39841d980878ebbb87592903b06d31a1af500c71525c9616f7e8e2a27041a4"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.27.2","digest":"sha256:2e3a717e5f19a654cd9a2263beb52012b56bcb68562ec5ae2e42f9d156b49591","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.27.2@sha256:2e3a717e5f19a654cd9a2263beb52012b56bcb68562ec5ae2e42f9d156b49591"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.3.25","digest":"sha256:c10331ad17668ef89f38f5e356678788a40b0cd5fef96e8f92e1d9c1de47cbaa","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.3.25@sha256:c10331ad17668ef89f38f5e356678788a40b0cd5fef96e8f92e1d9c1de47cbaa"},{"image":"ghcr.io/github/github-mcp-server:v1.1.2","digest":"sha256:30197479d8036c7811892bc07e06f9a05c9ef3cdd79bc59f256d50647f95788c","pinned_image":"ghcr.io/github/github-mcp-server:v1.1.2@sha256:30197479d8036c7811892bc07e06f9a05c9ef3cdd79bc59f256d50647f95788c"}]}
|
|
3
3
|
# This file was automatically generated by gh-aw (v0.79.8). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
|
|
4
4
|
#
|
|
@@ -73,6 +73,7 @@ fields):
|
|
|
73
73
|
| Author | `author` | Yes |
|
|
74
74
|
| Repository URL | `repository` | Yes |
|
|
75
75
|
| Download URL | `download-url` | Yes |
|
|
76
|
+
| Documentation URL | `documentation` | Yes |
|
|
76
77
|
| License | `license` | Yes |
|
|
77
78
|
| Required Spec Kit Version | `speckit-version` | Yes |
|
|
78
79
|
| Required Extensions | `required-extensions` | No |
|
|
@@ -100,17 +101,70 @@ deciding pass/fail:
|
|
|
100
101
|
### 2c. Repository validation
|
|
101
102
|
- Fetch the repository URL — confirm it exists and is publicly accessible
|
|
102
103
|
- Confirm the repository contains a `preset.yml` file
|
|
103
|
-
- Confirm the repository contains a `README.md` file
|
|
104
104
|
- Confirm the repository contains a `LICENSE` file
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
> The README requirement is enforced once, in **Step 2d**, against the specific file the
|
|
107
|
+
> `documentation` field points to — not a generic repository-root `README.md`. This avoids
|
|
108
|
+
> the monorepo false-positive where a root README exists but isn't the preset-usage doc.
|
|
109
|
+
|
|
110
|
+
### 2d. Documentation README validation
|
|
111
|
+
|
|
112
|
+
The `documentation` field must point to the README that explains **how to use this
|
|
113
|
+
preset** — not just any file named `README.md`, and not a product/framework pitch.
|
|
114
|
+
|
|
115
|
+
- **Restrict the URL to GitHub before fetching.** The `documentation` value is
|
|
116
|
+
user-provided input. Only accept GitHub-hosted README URLs:
|
|
117
|
+
- `https://github.com/<owner>/<repo>/blob/<ref>/<path>`
|
|
118
|
+
- `https://github.com/<owner>/<repo>/raw/<ref>/<path>`
|
|
119
|
+
- `https://raw.githubusercontent.com/<owner>/<repo>/<ref>/<path>`
|
|
120
|
+
|
|
121
|
+
If the URL points anywhere else (or isn't a URL), **fail this check** and do not fetch it.
|
|
122
|
+
- **Require the URL to point at a README file.** After stripping any fragment/query (see
|
|
123
|
+
below), the URL path must end with `README.md` (case-insensitive). If it points at some
|
|
124
|
+
other Markdown file, **fail this check** and ask the submitter to link the preset's README.
|
|
125
|
+
- Fetch the **exact URL** in the `documentation` field. First strip any fragment (`#...`)
|
|
126
|
+
or query string (`?...`) — these are common when copying from the browser UI and must be
|
|
127
|
+
ignored so the fetch target is deterministic. Then resolve the raw content to fetch:
|
|
128
|
+
- For a `github.com/<owner>/<repo>/blob/<ref>/<path>` URL, fetch the equivalent
|
|
129
|
+
`github.com/<owner>/<repo>/raw/<ref>/<path>` URL (only swap `/blob/` → `/raw/`).
|
|
130
|
+
- Fetch `github.com/.../raw/...` and `raw.githubusercontent.com/...` URLs as-is.
|
|
131
|
+
|
|
132
|
+
Do **not** rewrite into `raw.githubusercontent.com/<owner>/<repo>/<ref>/<path>` form — that
|
|
133
|
+
format can't reliably represent refs containing slashes (e.g. a `feature/foo` branch).
|
|
134
|
+
Confirm the fetched URL resolves to a readable Markdown file.
|
|
135
|
+
- **Validate that the README contains a valid Spec Kit CLI install command.** The fetched
|
|
136
|
+
README must contain at least one `specify preset add ...` invocation. The strongest
|
|
137
|
+
signal is the catalog-install form whose URL matches the submitted **Download URL**:
|
|
138
|
+
- `specify preset add --from <download-url>` (preferred), or
|
|
139
|
+
- `specify preset add <preset-id>`, or
|
|
140
|
+
- `specify preset add --dev <path>`
|
|
141
|
+
|
|
142
|
+
A `specify preset add --from <url>` command only counts when its `<url>` **matches the
|
|
143
|
+
submitted Download URL exactly**. A `--from` command pointing at a *different* URL does
|
|
144
|
+
**not** satisfy the install-command requirement (treat it as if absent) — but the README
|
|
145
|
+
may still pass on one of the other accepted forms (`specify preset add <preset-id>` or
|
|
146
|
+
`specify preset add --dev <path>`).
|
|
147
|
+
|
|
148
|
+
If **no** accepted `specify preset add ...` command is present, the README is treated as a
|
|
149
|
+
generic description/pitch rather than preset-usage documentation — **fail this check** and
|
|
150
|
+
tell the submitter to add a valid install command (ideally
|
|
151
|
+
`specify preset add --from <download-url>`).
|
|
152
|
+
- **Prefer a preset-scoped README in monorepos.** If `documentation` resolves to a generic
|
|
153
|
+
repository-root README in a monorepo (the preset lives in a subdirectory such as
|
|
154
|
+
`presets/<id>/` and a preset-scoped README exists there), **flag it** in your comment and
|
|
155
|
+
recommend the submitter point `documentation` at the preset-scoped README
|
|
156
|
+
(e.g. `presets/<id>/README.md`) so the catalog surfaces usage instead of marketing. Treat
|
|
157
|
+
this as a flag rather than a hard failure **only if** the root README still contains a valid
|
|
158
|
+
`specify preset add ...` command for this preset; otherwise it fails check 2d above.
|
|
159
|
+
|
|
160
|
+
### 2e. Release and download URL validation
|
|
107
161
|
- The download URL should follow the pattern
|
|
108
162
|
`https://github.com/<owner>/<repo>/archive/refs/tags/v<version>.zip`
|
|
109
163
|
or
|
|
110
164
|
`https://github.com/<owner>/<repo>/releases/download/<tag>/<asset>.zip`
|
|
111
165
|
- Verify a GitHub release exists matching the submitted version
|
|
112
166
|
|
|
113
|
-
###
|
|
167
|
+
### 2f. Submission checklists
|
|
114
168
|
- Confirm that all required checkboxes in the Testing Checklist and Submission
|
|
115
169
|
Requirements sections are checked (`[x]`)
|
|
116
170
|
|
|
@@ -154,7 +208,7 @@ Insert the entry in **alphabetical order by preset ID** within the
|
|
|
154
208
|
"repository": "<repository>",
|
|
155
209
|
"download_url": "<download_url>",
|
|
156
210
|
"homepage": "<homepage or repository>",
|
|
157
|
-
"documentation": "<documentation
|
|
211
|
+
"documentation": "<documentation URL — the validated preset-usage README>",
|
|
158
212
|
"license": "<license>",
|
|
159
213
|
"requires": {
|
|
160
214
|
"speckit_version": "<speckit_version>"
|
|
@@ -42,3 +42,15 @@ jobs:
|
|
|
42
42
|
globs: |
|
|
43
43
|
'**/*.md'
|
|
44
44
|
!extensions/**/*.md
|
|
45
|
+
|
|
46
|
+
shellcheck:
|
|
47
|
+
runs-on: ubuntu-latest
|
|
48
|
+
steps:
|
|
49
|
+
- name: Checkout
|
|
50
|
+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
51
|
+
|
|
52
|
+
# shellcheck is preinstalled on ubuntu-latest runners.
|
|
53
|
+
# Start at --severity=error to block real bugs without flagging style
|
|
54
|
+
# (notably SC2155). Tighten in a follow-up after cleanup.
|
|
55
|
+
- name: Run shellcheck on shell scripts
|
|
56
|
+
run: git ls-files -z -- '*.sh' | xargs -0 shellcheck --severity=error
|
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- insert new changelog below this comment -->
|
|
4
4
|
|
|
5
|
+
## [0.11.8] - 2026-06-24
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- docs: add SpecKit Assistant npm package to Community Friends (#3142)
|
|
10
|
+
- Require preset-usage README with Spec Kit CLI syntax in preset submissions (#3104)
|
|
11
|
+
- [extension] Update Jira Integration (Sync Engine) extension to v0.4.0 (#3152)
|
|
12
|
+
- Add Spec Roadmap extension to community catalog (#3153)
|
|
13
|
+
- feat(integration): update Kimi integration for Kimi Code CLI (#2979)
|
|
14
|
+
- [extension] Add Golden Demo extension to community catalog (#3151)
|
|
15
|
+
- docs: run /speckit.checklist after /speckit.plan in quickstart (#3108)
|
|
16
|
+
- fix(workflows): preserve commas inside quoted list-literal elements (#3134)
|
|
17
|
+
- ci: pin actions to commit SHAs and add shellcheck (#3126)
|
|
18
|
+
- chore: release 0.11.7, begin 0.11.8.dev0 development (#3154)
|
|
19
|
+
|
|
5
20
|
## [0.11.7] - 2026-06-24
|
|
6
21
|
|
|
7
22
|
### Changed
|
|
@@ -113,6 +113,16 @@ uv pip install -e ".[test]"
|
|
|
113
113
|
> `specify_cli` to this checkout's `src/`. This matches the gotcha documented in
|
|
114
114
|
> `AGENTS.md` (Common Pitfalls).
|
|
115
115
|
|
|
116
|
+
#### Shell scripts
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
git ls-files -z -- '*.sh' | xargs -0 shellcheck --severity=error
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
The CI `lint.yml` `shellcheck` job currently reports and blocks only
|
|
123
|
+
error-severity findings. Warnings such as SC2155 are intentionally outside this
|
|
124
|
+
job until a follow-up cleanup tightens the threshold.
|
|
125
|
+
|
|
116
126
|
### Manual testing
|
|
117
127
|
|
|
118
128
|
#### Testing setup
|
|
@@ -56,6 +56,7 @@ The following community-contributed extensions are available in [`catalog.commun
|
|
|
56
56
|
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | `process` | Read+Write | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
|
|
57
57
|
| GitHub Issues Integration 1 | Generate spec artifacts from GitHub Issues - import issues, sync updates, and maintain bidirectional traceability | `integration` | Read+Write | [spec-kit-github-issues](https://github.com/Fatima367/spec-kit-github-issues) |
|
|
58
58
|
| GitHub Issues Integration 2 | Creates and syncs local specs from an existing GitHub issue | `integration` | Read+Write | [spec-kit-issue](https://github.com/aaronrsun/spec-kit-issue) |
|
|
59
|
+
| Golden Demo | Extracts acceptance criteria from specs, builds test vectors, and produces a behavioral drift report — complementary to Architecture Guard and CDD | `docs` | Read+Write | [spec-kit-golden-demo](https://github.com/jasstt/spec-kit-golden-demo) |
|
|
59
60
|
| Improve Extension | Audits any codebase as a senior advisor and writes prioritized, self-contained spec prompts under specs/ that the spec-kit lifecycle can process | `process` | Read+Write | [spec-kit-improve](https://github.com/d0whc3r/spec-kit-improve) |
|
|
60
61
|
| Intake | Normalize PRD, design, and test-case evidence into SDD-ready intake artifacts | `docs` | Read+Write | [spec-kit-intake](https://github.com/bigsmartben/spec-kit-intake) |
|
|
61
62
|
| Intelligent Agent Orchestrator | Cross-catalog agent discovery and intelligent prompt-to-command routing | `process` | Read+Write | [spec-kit-orchestrator](https://github.com/pragya247/spec-kit-orchestrator) |
|
|
@@ -117,6 +118,7 @@ The following community-contributed extensions are available in [`catalog.commun
|
|
|
117
118
|
| Spec Orchestrator | Cross-feature orchestration — track state, select tasks, and detect conflicts across parallel specs | `process` | Read-only | [spec-kit-orchestrator](https://github.com/Quratulain-bilal/spec-kit-orchestrator) |
|
|
118
119
|
| Spec Reference Loader | Reads the ## References section from the feature spec and loads only the listed docs into context | `docs` | Read-only | [spec-kit-spec-reference-loader](https://github.com/KevinBrown5280/spec-kit-spec-reference-loader) |
|
|
119
120
|
| Spec Refine | Update specs in-place, propagate changes to plan and tasks, and diff impact across artifacts | `process` | Read+Write | [spec-kit-refine](https://github.com/Quratulain-bilal/spec-kit-refine) |
|
|
121
|
+
| Spec Roadmap | Capture a durable spec roadmap after the constitution, then review specs against it before and after implementation so spec-specific decisions, outcomes, and constraints are never lost. | `process` | Read+Write | [speckit-roadmap](https://github.com/srobroek/speckit-roadmap) |
|
|
120
122
|
| Spec Scope | Effort estimation and scope tracking — estimate work, detect creep, and budget time per phase | `process` | Read-only | [spec-kit-scope-](https://github.com/Quratulain-bilal/spec-kit-scope-) |
|
|
121
123
|
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | `docs` | Read+Write | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
|
|
122
124
|
| Spec Trace | Build a requirement → test traceability matrix from spec.md and the test suite — surface untested requirements and orphan tests | `code` | Read+Write | [spec-kit-trace](https://github.com/Quratulain-bilal/spec-kit-trace) |
|
|
@@ -7,7 +7,9 @@ Community projects that extend, visualize, or build on Spec Kit:
|
|
|
7
7
|
|
|
8
8
|
- **[cc-spex](https://github.com/rhuss/cc-spex)** — A Claude Code plugin that adds composable traits on top of Spec Kit with [Superpowers](https://github.com/obra/superpowers)-based quality gates, spec/code review, git worktree isolation, and parallel implementation via agent teams.
|
|
9
9
|
|
|
10
|
-
- **[Spec Kit Assistant](https://marketplace.visualstudio.com/items?itemName=rfsales.speckit-assistant)** — A VS Code extension that provides a visual orchestrator for the full SDD workflow (constitution → specification → planning → tasks → implementation) with phase status visualization, an interactive task checklist, DAG visualization, and support for Claude, Gemini, GitHub Copilot, and OpenAI backends. Requires the `specify` CLI in your PATH.
|
|
10
|
+
- **[VS Code Spec Kit Assistant](https://marketplace.visualstudio.com/items?itemName=rfsales.speckit-assistant)** — A VS Code extension that provides a visual orchestrator for the full SDD workflow (constitution → specification → planning → tasks → implementation) with phase status visualization, an interactive task checklist, DAG visualization, and support for Claude, Gemini, GitHub Copilot, and OpenAI backends. Requires the `specify` CLI in your PATH.
|
|
11
|
+
|
|
12
|
+
- **[SpecKit Assistant](https://www.npmjs.com/package/speckit-assistant)** — A visual orchestrator for Spec-Driven Development (SDD). It connects your local specification, planning, and task checklists with AI agents (Claude, Gemini, GitHub Copilot). No global installation required — just run it via `npx speckit-assistant`.
|
|
11
13
|
|
|
12
14
|
- **[SpecKit Companion](https://marketplace.visualstudio.com/items?itemName=alfredoperez.speckit-companion)** — A VS Code extension that brings a visual GUI to Spec Kit. Browse specs in a rich markdown viewer with clickable file references, create specifications with image attachments, comment and refine each step inline (GitHub-style review), track your progress through the SDD workflow with a visual phase stepper, and manage steering documents like constitutions and templates.
|
|
13
15
|
|
|
@@ -13,10 +13,10 @@ This guide will help you get started with Spec-Driven Development using Spec Kit
|
|
|
13
13
|
After installing Spec Kit and defining your project constitution, quick experiments can use the lean feature path: `/speckit.specify` -> `/speckit.plan` -> `/speckit.tasks` -> `/speckit.implement`. For production features or any work with meaningful ambiguity, treat `/speckit.clarify`, `/speckit.checklist`, and `/speckit.analyze` as regular quality gates:
|
|
14
14
|
|
|
15
15
|
```text
|
|
16
|
-
/speckit.constitution -> /speckit.specify -> /speckit.clarify -> /speckit.
|
|
16
|
+
/speckit.constitution -> /speckit.specify -> /speckit.clarify -> /speckit.plan -> /speckit.checklist -> /speckit.tasks -> /speckit.analyze -> /speckit.implement
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
Use `/speckit.clarify` to reduce requirement ambiguity before planning, `/speckit.checklist` to validate requirements
|
|
19
|
+
Use `/speckit.clarify` to reduce requirement ambiguity before planning, `/speckit.checklist` (after `/speckit.plan`) to generate quality checklists that validate requirements completeness, clarity, and consistency, and `/speckit.analyze` to check spec/plan/task consistency before implementation starts. You can repeat `/speckit.analyze` after implementation as an extra review, but keep the first analysis before `/speckit.implement` so gaps are caught while the plan and tasks can still be adjusted.
|
|
20
20
|
|
|
21
21
|
### Step 1: Install Specify
|
|
22
22
|
|
|
@@ -75,12 +75,6 @@ uvx --from git+https://github.com/github/spec-kit.git specify init <PROJECT_NAME
|
|
|
75
75
|
/speckit.clarify Focus on security and performance requirements.
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
Then validate the requirements with `/speckit.checklist` before creating the technical plan:
|
|
79
|
-
|
|
80
|
-
```bash
|
|
81
|
-
/speckit.checklist
|
|
82
|
-
```
|
|
83
|
-
|
|
84
78
|
### Step 5: Create a Technical Implementation Plan
|
|
85
79
|
|
|
86
80
|
**In the chat**, use the `/speckit.plan` slash command to provide your tech stack and architecture choices.
|
|
@@ -89,6 +83,12 @@ Then validate the requirements with `/speckit.checklist` before creating the tec
|
|
|
89
83
|
/speckit.plan The application uses Vite with minimal number of libraries. Use vanilla HTML, CSS, and JavaScript as much as possible. Images are not uploaded anywhere and metadata is stored in a local SQLite database.
|
|
90
84
|
```
|
|
91
85
|
|
|
86
|
+
Then generate quality checklists with `/speckit.checklist` once the plan exists:
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
/speckit.checklist
|
|
90
|
+
```
|
|
91
|
+
|
|
92
92
|
### Step 6: Break Down, Analyze, and Implement
|
|
93
93
|
|
|
94
94
|
**In the chat**, use the `/speckit.tasks` slash command to create an actionable task list.
|
|
@@ -150,20 +150,20 @@ You can continue to refine the spec with more details using `/speckit.clarify`:
|
|
|
150
150
|
/speckit.clarify When you first launch Taskify, it's going to give you a list of the five users to pick from. There will be no password required. When you click on a user, you go into the main view, which displays the list of projects. When you click on a project, you open the Kanban board for that project. You're going to see the columns. You'll be able to drag and drop cards back and forth between different columns. You will see any cards that are assigned to you, the currently logged in user, in a different color from all the other ones, so you can quickly see yours. You can edit any comments that you make, but you can't edit comments that other people made. You can delete any comments that you made, but you can't delete comments anybody else made.
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
### Step 4:
|
|
153
|
+
### Step 4: Generate Technical Plan with `/speckit.plan`
|
|
154
154
|
|
|
155
|
-
|
|
155
|
+
Be specific about your tech stack and technical requirements:
|
|
156
156
|
|
|
157
157
|
```bash
|
|
158
|
-
/speckit.
|
|
158
|
+
/speckit.plan We are going to generate this using .NET Aspire, using Postgres as the database. The frontend should use Blazor server with drag-and-drop task boards, real-time updates. There should be a REST API created with a projects API, tasks API, and a notifications API.
|
|
159
159
|
```
|
|
160
160
|
|
|
161
|
-
### Step 5:
|
|
161
|
+
### Step 5: Validate the Spec
|
|
162
162
|
|
|
163
|
-
|
|
163
|
+
Generate quality checklists to validate the specification using the `/speckit.checklist` command:
|
|
164
164
|
|
|
165
165
|
```bash
|
|
166
|
-
/speckit.
|
|
166
|
+
/speckit.checklist
|
|
167
167
|
```
|
|
168
168
|
|
|
169
169
|
### Step 6: Define Tasks
|
|
@@ -25,7 +25,7 @@ The Specify CLI supports a wide range of AI coding agents. When you run `specify
|
|
|
25
25
|
| [iFlow CLI](https://docs.iflow.cn/en/cli/quickstart) | `iflow` | |
|
|
26
26
|
| [Junie](https://junie.jetbrains.com/) | `junie` | |
|
|
27
27
|
| [Kilo Code](https://github.com/Kilo-Org/kilocode) | `kilocode` | |
|
|
28
|
-
| [Kimi Code](https://code.kimi.com/) | `kimi` | Skills-based integration;
|
|
28
|
+
| [Kimi Code](https://code.kimi.com/) | `kimi` | Skills-based integration; installs into `.kimi-code/skills/`. `--migrate-legacy` moves old `.kimi/skills/` installs to the new paths, and (when the `agent-context` extension is enabled) migrates `KIMI.md` context into `AGENTS.md` |
|
|
29
29
|
| [Kiro CLI](https://kiro.dev/docs/cli/) | `kiro-cli` | Kiro CLI does not substitute `$ARGUMENTS` in file-based prompts, so Spec Kit ships a prose fallback at render time (see [Manage prompts](https://kiro.dev/docs/cli/chat/manage-prompts/) and issue [#1926](https://github.com/github/spec-kit/issues/1926)). Alias: `--integration kiro` |
|
|
30
30
|
| [Lingma](https://lingma.aliyun.com/) | `lingma` | Skills-based integration; skills are installed automatically |
|
|
31
31
|
| [Mistral Vibe](https://github.com/mistralai/mistral-vibe) | `vibe` | |
|
|
@@ -158,7 +158,7 @@ Some integrations accept additional options via `--integration-options`:
|
|
|
158
158
|
| Integration | Option | Description |
|
|
159
159
|
| ----------- | ------------------- | -------------------------------------------------------------- |
|
|
160
160
|
| `generic` | `--commands-dir` | Required. Directory for command files |
|
|
161
|
-
| `kimi` | `--migrate-legacy` | Migrate legacy dotted
|
|
161
|
+
| `kimi` | `--migrate-legacy` | Migrate legacy `.kimi/skills/` installs to `.kimi-code/skills/` (including dotted→hyphenated directory names); when the `agent-context` extension is enabled, also migrates `KIMI.md` to `AGENTS.md` |
|
|
162
162
|
|
|
163
163
|
Example:
|
|
164
164
|
|
|
@@ -192,7 +192,6 @@ The currently declared multi-install safe integrations are:
|
|
|
192
192
|
| `iflow` | `.iflow/commands`, `IFLOW.md` |
|
|
193
193
|
| `junie` | `.junie/commands`, `.junie/AGENTS.md` |
|
|
194
194
|
| `kilocode` | `.kilocode/workflows`, `.kilocode/rules/specify-rules.md` |
|
|
195
|
-
| `kimi` | `.kimi/skills`, `KIMI.md` |
|
|
196
195
|
| `qodercli` | `.qoder/commands`, `QODER.md` |
|
|
197
196
|
| `qwen` | `.qwen/commands`, `QWEN.md` |
|
|
198
197
|
| `roo` | `.roo/commands`, `.roo/rules/specify-rules.md` |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.0",
|
|
3
|
-
"updated_at": "2026-06-
|
|
3
|
+
"updated_at": "2026-06-24T00:00:00Z",
|
|
4
4
|
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
|
|
5
5
|
"extensions": {
|
|
6
6
|
"aide": {
|
|
@@ -1327,6 +1327,39 @@
|
|
|
1327
1327
|
"created_at": "2026-04-12T15:30:00Z",
|
|
1328
1328
|
"updated_at": "2026-04-13T14:39:00Z"
|
|
1329
1329
|
},
|
|
1330
|
+
"golden-demo": {
|
|
1331
|
+
"name": "Golden Demo",
|
|
1332
|
+
"id": "golden-demo",
|
|
1333
|
+
"description": "Extracts acceptance criteria from specs, builds test vectors, and produces a behavioral drift report — complementary to Architecture Guard and CDD.",
|
|
1334
|
+
"author": "jasstt",
|
|
1335
|
+
"version": "0.1.1",
|
|
1336
|
+
"download_url": "https://github.com/jasstt/spec-kit-golden-demo/archive/refs/tags/v0.1.1.zip",
|
|
1337
|
+
"repository": "https://github.com/jasstt/spec-kit-golden-demo",
|
|
1338
|
+
"homepage": "https://github.com/jasstt/spec-kit-golden-demo",
|
|
1339
|
+
"documentation": "https://github.com/jasstt/spec-kit-golden-demo",
|
|
1340
|
+
"license": "MIT",
|
|
1341
|
+
"category": "docs",
|
|
1342
|
+
"effect": "read-write",
|
|
1343
|
+
"requires": {
|
|
1344
|
+
"speckit_version": ">=0.1.0"
|
|
1345
|
+
},
|
|
1346
|
+
"provides": {
|
|
1347
|
+
"commands": 2,
|
|
1348
|
+
"hooks": 2
|
|
1349
|
+
},
|
|
1350
|
+
"tags": [
|
|
1351
|
+
"testing",
|
|
1352
|
+
"drift-detection",
|
|
1353
|
+
"behavioral-oracle",
|
|
1354
|
+
"tdd",
|
|
1355
|
+
"quality"
|
|
1356
|
+
],
|
|
1357
|
+
"verified": false,
|
|
1358
|
+
"downloads": 0,
|
|
1359
|
+
"stars": 0,
|
|
1360
|
+
"created_at": "2026-06-24T00:00:00Z",
|
|
1361
|
+
"updated_at": "2026-06-24T00:00:00Z"
|
|
1362
|
+
},
|
|
1330
1363
|
"harness": {
|
|
1331
1364
|
"name": "Research Harness",
|
|
1332
1365
|
"id": "harness",
|
|
@@ -1548,25 +1581,34 @@
|
|
|
1548
1581
|
"id": "jira-sync",
|
|
1549
1582
|
"description": "An idempotent, drift-aware, fail-closed reconcile engine that mirrors spec-kit specs into Jira (Epic per repo, Story per spec, Subtask per phase).",
|
|
1550
1583
|
"author": "Ash Brener",
|
|
1551
|
-
"version": "0.
|
|
1552
|
-
"download_url": "https://github.com/ashbrener/spec-kit-jira-sync/archive/refs/tags/v0.
|
|
1584
|
+
"version": "0.4.0",
|
|
1585
|
+
"download_url": "https://github.com/ashbrener/spec-kit-jira-sync/archive/refs/tags/v0.4.0.zip",
|
|
1553
1586
|
"repository": "https://github.com/ashbrener/spec-kit-jira-sync",
|
|
1554
1587
|
"homepage": "https://github.com/ashbrener/spec-kit-jira-sync",
|
|
1555
1588
|
"documentation": "https://github.com/ashbrener/spec-kit-jira-sync/blob/main/README.md",
|
|
1556
|
-
"changelog": "https://github.com/ashbrener/spec-kit-jira-sync/
|
|
1589
|
+
"changelog": "https://github.com/ashbrener/spec-kit-jira-sync/blob/main/CHANGELOG.md",
|
|
1557
1590
|
"license": "MIT",
|
|
1591
|
+
"category": "integration",
|
|
1592
|
+
"effect": "read-write",
|
|
1558
1593
|
"requires": {
|
|
1559
|
-
"speckit_version": ">=0.1.0"
|
|
1594
|
+
"speckit_version": ">=0.1.0",
|
|
1595
|
+
"tools": [
|
|
1596
|
+
{ "name": "bash", "version": ">=4.4", "required": true },
|
|
1597
|
+
{ "name": "git", "required": true },
|
|
1598
|
+
{ "name": "curl", "required": true },
|
|
1599
|
+
{ "name": "jq", "required": true },
|
|
1600
|
+
{ "name": "gitleaks", "required": false },
|
|
1601
|
+
{ "name": "trufflehog", "required": false }
|
|
1602
|
+
]
|
|
1560
1603
|
},
|
|
1561
1604
|
"provides": {
|
|
1562
|
-
"commands":
|
|
1605
|
+
"commands": 4,
|
|
1563
1606
|
"hooks": 0
|
|
1564
1607
|
},
|
|
1565
1608
|
"tags": [
|
|
1566
1609
|
"issue-tracking",
|
|
1567
1610
|
"jira",
|
|
1568
1611
|
"tasks-sync",
|
|
1569
|
-
"lifecycle-mirror",
|
|
1570
1612
|
"reconcile",
|
|
1571
1613
|
"drift-aware"
|
|
1572
1614
|
],
|
|
@@ -1574,7 +1616,7 @@
|
|
|
1574
1616
|
"downloads": 0,
|
|
1575
1617
|
"stars": 0,
|
|
1576
1618
|
"created_at": "2026-06-08T00:00:00Z",
|
|
1577
|
-
"updated_at": "2026-06-
|
|
1619
|
+
"updated_at": "2026-06-24T00:00:00Z"
|
|
1578
1620
|
},
|
|
1579
1621
|
"learn": {
|
|
1580
1622
|
"name": "Learning Extension",
|
|
@@ -2962,6 +3004,40 @@
|
|
|
2962
3004
|
"created_at": "2026-04-20T00:00:00Z",
|
|
2963
3005
|
"updated_at": "2026-04-20T00:00:00Z"
|
|
2964
3006
|
},
|
|
3007
|
+
"roadmap": {
|
|
3008
|
+
"name": "Spec Roadmap",
|
|
3009
|
+
"id": "roadmap",
|
|
3010
|
+
"description": "Capture a durable spec roadmap after the constitution, then review specs against it before and after implementation so spec-specific decisions, outcomes, and constraints are never lost.",
|
|
3011
|
+
"author": "srobroek",
|
|
3012
|
+
"version": "0.1.0",
|
|
3013
|
+
"download_url": "https://github.com/srobroek/speckit-roadmap/archive/refs/tags/v0.1.0.zip",
|
|
3014
|
+
"repository": "https://github.com/srobroek/speckit-roadmap",
|
|
3015
|
+
"homepage": "https://github.com/srobroek/speckit-roadmap",
|
|
3016
|
+
"documentation": "https://github.com/srobroek/speckit-roadmap/blob/main/README.md",
|
|
3017
|
+
"changelog": "https://github.com/srobroek/speckit-roadmap/blob/main/CHANGELOG.md",
|
|
3018
|
+
"license": "Apache-2.0",
|
|
3019
|
+
"category": "process",
|
|
3020
|
+
"effect": "read-write",
|
|
3021
|
+
"requires": {
|
|
3022
|
+
"speckit_version": ">=0.11.6"
|
|
3023
|
+
},
|
|
3024
|
+
"provides": {
|
|
3025
|
+
"commands": 4,
|
|
3026
|
+
"hooks": 3
|
|
3027
|
+
},
|
|
3028
|
+
"tags": [
|
|
3029
|
+
"roadmap",
|
|
3030
|
+
"planning",
|
|
3031
|
+
"governance",
|
|
3032
|
+
"review",
|
|
3033
|
+
"spec-alignment"
|
|
3034
|
+
],
|
|
3035
|
+
"verified": false,
|
|
3036
|
+
"downloads": 0,
|
|
3037
|
+
"stars": 0,
|
|
3038
|
+
"created_at": "2026-06-24T00:00:00Z",
|
|
3039
|
+
"updated_at": "2026-06-24T00:00:00Z"
|
|
3040
|
+
},
|
|
2965
3041
|
"schedule": {
|
|
2966
3042
|
"name": "Spec Kit Schedule — CP-SAT Agent Orchestrator",
|
|
2967
3043
|
"id": "schedule",
|
|
@@ -19,7 +19,7 @@ Before publishing a preset, ensure you have:
|
|
|
19
19
|
|
|
20
20
|
1. **Valid Preset**: A working preset with a valid `preset.yml` manifest
|
|
21
21
|
2. **Git Repository**: Preset hosted on GitHub (or other public git hosting)
|
|
22
|
-
3. **Documentation**: README.md
|
|
22
|
+
3. **Documentation**: A preset-scoped README.md that explains how to use **this preset**, including a valid `specify preset add ...` install command (see [Usage README Requirements](#usage-readme-requirements))
|
|
23
23
|
4. **License**: Open source license file (MIT, Apache 2.0, etc.)
|
|
24
24
|
5. **Versioning**: Semantic versioning (e.g., 1.0.0)
|
|
25
25
|
6. **Testing**: Preset tested on real projects with `specify preset add --dev`
|
|
@@ -147,6 +147,46 @@ https://github.com/your-org/spec-kit-preset-your-preset/archive/refs/tags/v1.0.0
|
|
|
147
147
|
specify preset add --from https://github.com/your-org/spec-kit-preset-your-preset/archive/refs/tags/v1.0.0.zip
|
|
148
148
|
```
|
|
149
149
|
|
|
150
|
+
### Usage README Requirements
|
|
151
|
+
|
|
152
|
+
The catalog `documentation` field must point at a README that explains how to use
|
|
153
|
+
**this preset** — not a product pitch for a broader framework or a separate CLI.
|
|
154
|
+
|
|
155
|
+
The submission workflow **mechanically enforces** that the linked README is a GitHub-hosted
|
|
156
|
+
URL whose path ends with `README.md`, resolves to a readable file, and contains at least one
|
|
157
|
+
valid `specify preset add ...` command. The remaining items (preferring a preset-scoped README
|
|
158
|
+
in monorepos, covering the minimum structure) are expectations a human reviewer checks —
|
|
159
|
+
follow them so your submission isn't sent back for changes.
|
|
160
|
+
|
|
161
|
+
- **Point `documentation` at the preset-scoped README.** In a monorepo where the preset
|
|
162
|
+
lives in a subdirectory (e.g. `presets/<id>/`), link the README inside that directory
|
|
163
|
+
(`presets/<id>/README.md`) rather than the repository-root README. The root README is
|
|
164
|
+
often a marketing/overview page; the catalog should surface preset usage instead. The key
|
|
165
|
+
requirement is that this README is reachable at the `documentation` URL so users can read
|
|
166
|
+
it *before* downloading the release artifact — it's fine for the same file to also ship
|
|
167
|
+
inside the release ZIP.
|
|
168
|
+
- **Include a valid Spec Kit CLI install command** *(enforced)*. The linked README must
|
|
169
|
+
contain at least one `specify preset add ...` invocation. Preferably use the
|
|
170
|
+
catalog-install form whose URL matches your Download URL:
|
|
171
|
+
|
|
172
|
+
```bash
|
|
173
|
+
# <download-url> is the same URL you submit as the catalog Download URL —
|
|
174
|
+
# either the tag archive or a release asset, e.g.:
|
|
175
|
+
specify preset add --from https://github.com/<org>/<repo>/archive/refs/tags/vX.Y.Z.zip
|
|
176
|
+
specify preset add --from https://github.com/<org>/<repo>/releases/download/vX.Y.Z/<id>-X.Y.Z.zip
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
`specify preset add <id>` and `specify preset add --dev <path>` are also accepted, but the
|
|
180
|
+
`--from <download-url>` form is the clearest signal that the README documents this exact
|
|
181
|
+
preset release.
|
|
182
|
+
- **Cover the minimum structure** so a reader can decide whether the preset fits:
|
|
183
|
+
- What the preset does / what it provides
|
|
184
|
+
- The install command using Spec Kit CLI syntax (above)
|
|
185
|
+
- When to use it / when not to use it
|
|
186
|
+
|
|
187
|
+
A submission whose linked README lacks a valid `specify preset add ...` command **fails
|
|
188
|
+
validation** (workflow check 2d) and will not be added until corrected.
|
|
189
|
+
|
|
150
190
|
---
|
|
151
191
|
|
|
152
192
|
## Submit to Catalog
|
|
@@ -181,12 +221,14 @@ Edit `presets/catalog.community.json` and add your preset.
|
|
|
181
221
|
"presets": {
|
|
182
222
|
"your-preset": {
|
|
183
223
|
"name": "Your Preset Name",
|
|
224
|
+
"id": "your-preset",
|
|
184
225
|
"description": "Brief description of what your preset provides",
|
|
185
226
|
"author": "Your Name",
|
|
186
227
|
"version": "1.0.0",
|
|
187
228
|
"download_url": "https://github.com/your-org/spec-kit-preset-your-preset/archive/refs/tags/v1.0.0.zip",
|
|
188
229
|
"sha256": "OPTIONAL: SHA-256 hex digest of the archive above; verified before install",
|
|
189
230
|
"repository": "https://github.com/your-org/spec-kit-preset-your-preset",
|
|
231
|
+
"documentation": "https://github.com/your-org/spec-kit-preset-your-preset/blob/main/README.md",
|
|
190
232
|
"license": "MIT",
|
|
191
233
|
"requires": {
|
|
192
234
|
"speckit_version": ">=0.1.0"
|
|
@@ -243,7 +285,7 @@ git push origin add-your-preset
|
|
|
243
285
|
|
|
244
286
|
### Checklist
|
|
245
287
|
- [ ] Valid preset.yml manifest
|
|
246
|
-
- [ ] README
|
|
288
|
+
- [ ] Usage README with a valid `specify preset add ...` command, linked from `documentation` (preset-scoped README recommended for monorepos)
|
|
247
289
|
- [ ] LICENSE file included
|
|
248
290
|
- [ ] GitHub release created
|
|
249
291
|
- [ ] Preset tested with `specify preset add --dev`
|
|
@@ -264,7 +306,15 @@ After submission, maintainers will review:
|
|
|
264
306
|
2. **Template quality** — templates are useful and well-structured
|
|
265
307
|
3. **Command coherence** — commands reference sections that exist in templates
|
|
266
308
|
4. **Security** — no malicious content, safe file operations
|
|
267
|
-
5. **Documentation** —
|
|
309
|
+
5. **Documentation** — the README linked from `documentation` explains how to use *this* preset and contains a valid `specify preset add ...` command
|
|
310
|
+
|
|
311
|
+
> **Reviewer note:** the workflow can mechanically check *structure* (the linked README
|
|
312
|
+
> resolves and contains a valid `specify preset add ...` snippet; when that snippet uses the
|
|
313
|
+
> `--from <url>` form, its URL must match the submitted download URL exactly — other accepted
|
|
314
|
+
> forms like `specify preset add <id>` don't reference the download URL at all). Whether the
|
|
315
|
+
> README genuinely documents *this* preset is partly a content judgment, so a human reviewer
|
|
316
|
+
> should still confirm the linked doc isn't just a funnel to a separate product or CLI before
|
|
317
|
+
> approving.
|
|
268
318
|
|
|
269
319
|
Once verified, `verified: true` is set and the preset appears in `specify preset search`.
|
|
270
320
|
|