Skip to content

Update workflow-preset provider boundaries - #37

Merged
bigsmartben merged 1 commit into
mainfrom
workflow-preset-provider-neutral-readiness
Jun 29, 2026
Merged

Update workflow-preset provider boundaries#37
bigsmartben merged 1 commit into
mainfrom
workflow-preset-provider-neutral-readiness

Conversation

@bigsmartben

Copy link
Copy Markdown
Owner

Summary

  • Update bundled presets/workflow-preset from bigsmartben/spec-kit-workflow-preset@deb60d8.
  • Remove provider-specific intake templates and the visual item matrix schema from the bundled preset surface.
  • Keep workflow-preset catalog metadata at v1.3.11 while updating provides counts to 8 commands / 22 templates.
  • Align workflow smoke checks with the remaining workflow-preset implement schemas.

Validation

  • python.exe -m pytest tests/test_presets.py -k workflow_preset
  • python.exe -m pytest tests/test_presets.py -k community_smoke_checks_wheel_assets
  • rg "Figma|figma" presets/workflow-preset .github/workflows/workflow-preset-integration.yml .github/workflows/community-smoke.yml returned no matches

Notes

A full local Windows run of tests/test_presets.py had unrelated failures in catalog sha mismatch and Kimi skill tests; the workflow-preset and touched smoke-contract tests passed locally.

@bigsmartben
bigsmartben marked this pull request as ready for review June 29, 2026 10:39

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4b21f78d87

ℹ️ 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".

"BDD",
"UIF-",
"Visual Item ID",
"Requirement Status",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Require full visual evidence in receipts

For visual handoffs, _handoff_requires_traceable_validation_evidence() is true, but this marker list lets _receipt_references_traceable_validation_evidence() accept any single phrase; for example, validation_evidence: ["Requirement Status Required"] passes with completed task IDs even though speckit.implement.md requires the relevant Visual Item ID, status, and evidence refs. This allows Core to mark visual work complete without traceable visual evidence, so the visual path should require the identifier plus an actual evidence reference rather than treating Requirement Status alone as sufficient.

Useful? React with 👍 / 👎.

self.assertEqual("workflow-preset", data["preset"]["id"])
self.assertEqual("Workflow Preset", data["preset"]["name"])
self.assertEqual("1.3.11", data["preset"]["version"])
self.assertEqual("1.3.10", data["preset"]["version"])

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Align the contract test with the bundled version

This assertion now expects 1.3.10, but the bundled manifest and both catalog entries in this commit still advertise 1.3.11. In an environment with the preset test dependencies installed, the documented python3 -m unittest tests/test_preset_contract.py fails in the manifest contract before validating the provider-boundary changes; keep this assertion on 1.3.11 unless the manifest/catalogs are intentionally downgraded.

Useful? React with 👍 / 👎.

```text
/speckit.specify <Figma URL>
/speckit.intake.visual-design <source>
/speckit.intake.html-ssot <source-or-intake-dir>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Point HTML SSOT docs at the registered command

The intake extension does not register /speckit.intake.html-ssot; the command provided in extensions/intake/extension.yml is speckit.intake.figma2htmlssot. Users following this new workflow-preset example will hit an unknown command when trying HTML SSOT capture, so the example should use the registered command name.

Useful? React with 👍 / 👎.

@bigsmartben
bigsmartben merged commit c721473 into main Jun 29, 2026
14 checks passed
@bigsmartben
bigsmartben deleted the workflow-preset-provider-neutral-readiness branch June 29, 2026 10:56
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