Skip to content

[codex] Add workflow-preset integration Actions#4

Merged
bigsmartben merged 9 commits into
mainfrom
codex/workflow-preset-integration-actions
May 28, 2026
Merged

[codex] Add workflow-preset integration Actions#4
bigsmartben merged 9 commits into
mainfrom
codex/workflow-preset-integration-actions

Conversation

@bigsmartben
Copy link
Copy Markdown
Owner

Summary

  • Add a workflow-preset-release repository_dispatch entrypoint for validating released workflow-preset artifacts.
  • Strengthen community smoke coverage for workflow-preset inventory, command registration, resolver output, and template resolution.
  • Add tests that keep bundled catalog metadata and release payload contracts aligned.

Validation

  • uv run pytest tests/test_presets.py -k "workflow_preset or bundled_preset" -v
  • uv run pytest tests/integrations/test_cli.py -k "community_extensions_and_workflow_preset_auto_installed or workflow_preset_registers" -v
  • uv run pytest tests/integrations -k "complete_file_inventory" -v
  • uv run pytest
  • workflow YAML parse for .github/workflows/community-smoke.yml and .github/workflows/workflow-preset-integration.yml

@bigsmartben bigsmartben force-pushed the codex/workflow-preset-integration-actions branch from 862c620 to 7956e0b Compare May 28, 2026 22:21
@bigsmartben bigsmartben marked this pull request as ready for review May 28, 2026 22:33
@bigsmartben bigsmartben merged commit 01edaaa into main May 28, 2026
12 checks passed
@bigsmartben bigsmartben deleted the codex/workflow-preset-integration-actions branch May 28, 2026 22:33
Copy link
Copy Markdown

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

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: 7956e0b517

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


test -f .specify/presets/workflow-preset/preset.yml
test -f .specify/presets/workflow-preset/templates/plan-template.md
test -f .specify/presets/workflow-preset/templates/tasks-template.md
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Remove nonexistent tasks template check

This check makes the new release-validation workflow fail for the current workflow-preset artifact: the bundled preset manifest/source tree contains templates/plan-template.md and the behavior templates, but no templates/tasks-template.md (repo-wide search only finds this new workflow reference). Any workflow-preset-release dispatch for a valid release shaped like the bundled preset will exit here before verifying the command registration.

Useful? React with 👍 / 👎.

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