Skip to content

Releases: bigsmartben/spec-kit

Bigsmartben Spec Kit Community Bundle v0.11.7-community.1

24 Jun 09:09
e2fc83d

Choose a tag to compare

Bigsmartben Spec Kit Community Bundle v0.11.7-community.1

Synced the community fork with upstream github/spec-kit main through 0.11.7.dev0, while preserving the local extension and preset distribution README and bundled community defaults.

Highlights:

  • Merges upstream main into the local community fork via PR #30.
  • Keeps the local default bundle aligned: arch, discovery, intake, preview, repository-governance, and workflow-preset.
  • Carries upstream community catalog additions including Intake, Spec Kit Discovery Extension, and Tasks to GitHub Project.
  • Keeps stale agent-governance removed and keeps repository-governance active.
  • Includes Windows-compatible test fixes for UTF-8 reads and symlink-limited environments.

Install:

uv tool install specify-cli --from git+https://github.com/bigsmartben/spec-kit.git@bigsmartben-v0.11.7-community.1
specify init my-project

Validation:

  • Community integration validation: passed
  • Community catalog JSON validation: passed
  • PR #30 CI: passed

Assisted-by: Codex (model: GPT-5, autonomous)

Bigsmartben Spec Kit Community Bundle v0.8.14-community.7

23 Jun 06:51
7041086

Choose a tag to compare

Bigsmartben Spec Kit Community Bundle v0.8.14-community.7

Synced the bundled workflow-preset and preset catalogs to workflow-preset v1.3.10 after merging #19.

Highlights:

  • Updates the bundled workflow-preset metadata to v1.3.10.
  • Updates bundled preset catalog and community catalog entries for workflow-preset v1.3.10.
  • Points workflow-preset install/download references at the v1.3.10 release artifact.
  • Includes the README and changelog updates from PR #19.

Install:

uv tool install specify-cli --from git+https://github.com/bigsmartben/spec-kit.git@bigsmartben-v0.8.14-community.7
specify init my-project

Validation:

  • Community Bundle Smoke: passed
  • Lint: passed
  • CodeQL: passed
  • Test & Lint Python: passed

Bigsmartben Spec Kit Community Bundle v0.8.14-community.6

18 Jun 15:27

Choose a tag to compare

Bigsmartben Spec Kit Community Bundle v0.8.14-community.6

Synced fork with upstream through upstream main and preserved the community default bundle.

Highlights:

  • Default community init installs arch, preview, repository-governance, and workflow-preset.
  • Includes upstream additions through Token Economy catalog updates.
  • Preserves workflow-preset command wrapping and skill-based agent output.
  • Fixes community smoke workflow to use --integration.
  • Fixes init manifest hashes after default bundle rewrites so new projects report healthy integration status.
  • Normalizes skill slash-command references for preset/extension generated skills.
  • Hardens CRLF-only prompt rewrite tests across Windows and Unix.

Install:

uv tool install specify-cli --from git+https://github.com/bigsmartben/spec-kit.git@bigsmartben-v0.8.14-community.6
specify init my-project

Validation:

  • Community Bundle Smoke: passed
  • Lint: passed
  • CodeQL: passed
  • Test & Lint Python: passed
  • Local affected tests: passed

Bigsmartben Spec Kit Community Bundle v0.8.14-community.5

18 Jun 11:45
3a3e089

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/bigsmartben/spec-kit.git@bigsmartben-v0.8.14-community.5
specify init my-project

Consistency

This release aligns the bundled community surfaces with workflow-preset v1.3.8:

  • Bundled presets/workflow-preset/preset.yml: 1.3.8
  • Bundled presets/catalog.json entry: 1.3.8
  • README fixed install tag: bigsmartben-v0.8.14-community.5
  • Upstream workflow preset source release: bigsmartben/spec-kit-workflow-preset@v1.3.8
  • Workflow preset release asset link: spec-kit-workflow-preset-v1.3.8.zip

Validation

  • PR #14 checks passed before merge: CodeQL, markdownlint, community smoke, ruff, and pytest on Ubuntu/Windows Python 3.11/3.12/3.13
  • PR #15 checks passed before merge: CodeQL, markdownlint, community smoke, ruff, and pytest on Ubuntu/Windows Python 3.11/3.12/3.13
  • main commit 3a3e089 checks passed before release: CodeQL, Lint, Community Bundle Smoke, and Test & Lint Python matrix
  • Local release documentation check: git diff --check

What's Changed

  • Update bundled workflow-preset to v1.3.8
  • Add workflow preset release contract guard coverage
  • Update community release install documentation

Bigsmartben Spec Kit Community Bundle v0.8.14-community.4

04 Jun 07:43

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/bigsmartben/spec-kit.git@bigsmartben-v0.8.14-community.4
specify init my-project

Consistency

This release aligns the bundled community surfaces with workflow-preset v1.3.4:

  • Bundled presets/workflow-preset/preset.yml: 1.3.4
  • Bundled presets/catalog.json entry: 1.3.4
  • README fixed install tag: bigsmartben-v0.8.14-community.4
  • Upstream workflow preset source release: bigsmartben/spec-kit-workflow-preset@v1.3.4
  • Workflow preset release asset link: spec-kit-workflow-preset-v1.3.4.zip

Validation

  • PR #10 checks passed before merge: CodeQL, markdownlint, community smoke, ruff, and pytest on Ubuntu/Windows Python 3.11/3.12/3.13
  • main commit b1d9e4d checks passed before release: CodeQL, Lint, Community Bundle Smoke, and Test & Lint Python matrix
  • Local release documentation check: git diff --check HEAD~1..HEAD

What's Changed

  • Update bundled workflow-preset to v1.3.4
  • Harden Python validator coverage for structured code review receipts
  • Update community release install documentation

Bigsmartben Spec Kit Community Bundle v0.8.14-community.3

27 May 01:25

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/bigsmartben/spec-kit.git@bigsmartben-v0.8.14-community.3
specify init my-project

Consistency

This release aligns all current bundle surfaces with workflow-preset v1.3.0:

  • Bundled presets/workflow-preset/preset.yml: 1.3.0
  • Bundled presets/catalog.json entry: 1.3.0
  • README fixed install tag: bigsmartben-v0.8.14-community.3
  • Upstream workflow preset source release: bigsmartben/spec-kit-workflow-preset@v1.3.0
  • Workflow preset release asset link: spec-kit-workflow-preset-v1.3.0.zip

Validation

  • PYTHONDONTWRITEBYTECODE=1 uv run --with pyyaml --with jsonschema python -m unittest tests/test_preset_contract.py
  • uv run --with pytest --with pyyaml --with jsonschema pytest tests/test_presets.py -q
  • git diff --check
  • Repository consistency scan for stale workflow-preset v1.2.0 and older community bundle install tags

Bigsmartben Spec Kit Community Bundle v0.8.14-community.2

27 May 01:23

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/bigsmartben/spec-kit.git@bigsmartben-v0.8.14-community.2
specify init my-project

What's Changed

  • Correct the bundled workflow-preset to the upstream latest v1.3.0 release.
  • Update presets/catalog.json so workflow-preset reports version 1.3.0.
  • Update README fixed-install guidance to this corrected community bundle tag.
  • Preserve the v1.3.0 release install links from the workflow preset upstream release asset.

Validation

  • PYTHONDONTWRITEBYTECODE=1 uv run --with pyyaml --with jsonschema python -m unittest tests/test_preset_contract.py
  • uv run --with pytest --with pyyaml --with jsonschema pytest tests/test_presets.py -q
  • git diff --check

Bigsmartben Spec Kit Community Bundle v0.8.14-community.1

27 May 01:14

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/bigsmartben/spec-kit.git@bigsmartben-v0.8.14-community.1
specify init my-project

What's Changed

  • Integrate updated workflow-preset with the BDD readiness Phase 0 contract.
  • Move behavior draft generation into /speckit.plan Phase 0 and make /speckit.checklist the BDD readiness gate.
  • Remove behavior/open-questions.json from the bundled preset and refresh catalog template counts.
  • Harden implementation handoff isolation contracts, schemas, validators, and contract tests.
  • Update README fixed-install tag for this community bundle.

Validation

  • PYTHONDONTWRITEBYTECODE=1 uv run --with pyyaml --with jsonschema python -m unittest tests/test_preset_contract.py
  • uv run --with pytest --with pyyaml --with jsonschema pytest tests/test_presets.py -q
  • git diff --check HEAD~1..HEAD

Bigsmartben Spec Kit Community Bundle v0.8.13-community.3

26 May 03:52

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/bigsmartben/spec-kit.git@bigsmartben-v0.8.13-community.3
specify init my-project

What's Changed

  • Update workflow preset to v1.1.0

Validation

  • JSON validation for preset and extension catalogs
  • uv run --extra test python -m pytest tests/test_presets.py tests/test_extensions.py tests/test_extension_registration.py -q

Bigsmartben Spec Kit Community Bundle v0.8.13-community.2

25 May 08:28

Choose a tag to compare

Internal fork release for out-of-the-box community workflow integration.

Bundled into specify init:

  • arch extension
  • preview extension
  • repository-governance extension
  • workflow-preset preset

Notable changes since bigsmartben-v0.8.13-community.1:

  • Replaces the old bundled agent-governance default with repository-governance.
  • Removes the legacy core agent-governance projection files and tests.
  • Updates community defaults, smoke checks, and integration tests for speckit-repository-governance-refresh.
  • Merges upstream workflow, catalog, dependency, and release-version changes through 0.8.14.dev0.

Install:

uv tool install specify-cli --from git+https://github.com/bigsmartben/spec-kit.git@bigsmartben-v0.8.13-community.2
specify init

No separate uv add, specify extension add, or specify preset add steps are required for the bundled defaults.

Validation on commit 8698882:

  • git diff --check: passed
  • uvx ruff check src/: passed
  • uv run pytest: 2983 passed, 36 skipped, 19 warnings
  • uv build: passed
  • Wheel-install community smoke: passed