Skip to content

[codex] update preview extension to v1.1.0#20

Merged
bigsmartben merged 3 commits into
mainfrom
codex/update-preview-extension-v1.1.0
Jun 23, 2026
Merged

[codex] update preview extension to v1.1.0#20
bigsmartben merged 3 commits into
mainfrom
codex/update-preview-extension-v1.1.0

Conversation

@bigsmartben

Copy link
Copy Markdown
Owner

Summary

  • Update the bundled preview extension to v1.1.0 from bigsmartben/spec-kit-preview.
  • Replace the old single /speckit.preview.html command with six fidelity-specific Markdown/HTML preview commands.
  • Sync bundled and community catalog metadata, README/quickstart references, community extension docs, and default integration command inventories.
  • Add a regression test that keeps the bundled preview manifest, catalog entries, release download URL, and default command list aligned.

Compatibility Note

This preserves the breaking command surface from the released preview extension: /speckit.preview.html is removed. Users should migrate to one of the low/mid/high fidelity commands, for example /speckit.preview.mid-html.

Validation

  • python extensions\preview\tests\validate-extension.py
  • python -m py_compile extensions\preview\tests\validate-extension.py
  • python -c "import json; json.load(open('extensions/catalog.json', encoding='utf-8')); json.load(open('extensions/catalog.community.json', encoding='utf-8')); print('catalog json ok')"
  • git diff --check
  • PYTHONPATH=... python -m pytest tests\test_extensions.py -q (284 passed, 1 skipped)
  • PYTHONPATH=... python -m pytest tests\integrations\test_integration_base_yaml.py tests\integrations\test_integration_base_skills.py tests\integrations\test_integration_base_toml.py tests\integrations\test_integration_base_markdown.py tests\integrations\test_integration_cline.py tests\integrations\test_integration_copilot.py tests\integrations\test_integration_generic.py tests\integrations\test_cli.py -q (183 passed, 8 skipped)
  • Source CLI smoke test: initialized a temporary project from this branch and confirmed bundled preview installs as v1.1.0 with 6 commands, 6 templates, and 2 schema files.

Notes

A full tests/integrations run was attempted but timed out after 4 minutes locally, so the directly affected integration subsets above were run instead.

@bigsmartben
bigsmartben force-pushed the codex/update-preview-extension-v1.1.0 branch from 5f28abc to ba4e5a0 Compare June 23, 2026 10:39
@bigsmartben
bigsmartben marked this pull request as ready for review June 23, 2026 11:07
@bigsmartben
bigsmartben merged commit 85b503e into main Jun 23, 2026
12 checks passed
@bigsmartben
bigsmartben deleted the codex/update-preview-extension-v1.1.0 branch June 24, 2026 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant