Skip to content

Model-aware regen output path; full dispatch expression in D4 - #319

Merged
ptr727 merged 1 commit into
developfrom
unblock-315-round2
Jul 16, 2026
Merged

Model-aware regen output path; full dispatch expression in D4#319
ptr727 merged 1 commit into
developfrom
unblock-315-round2

Conversation

@ptr727

Copy link
Copy Markdown
Owner

Round-2 Copilot findings from the #315 promotion, fixed forward: the ruleset-regen snippet routes the develop payload to operational/develop.json on an operational carry (no develop.json present), and WORKFLOW.md D4 spells the dispatch leg as github.event_name == 'workflow_dispatch'.

🤖 Generated with Claude Code

…#315)
- repo-config/README.md: the regen snippet writes the develop payload to
operational/develop.json when the carry has no develop.json (operational
repos), instead of always develop.json.
- WORKFLOW.md D4: spell the dispatch leg as github.event_name ==
'workflow_dispatch', matching the canonical workflows.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
CopilotAI review requested due to automatic review settings July 16, 2026 14:59

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR applies forward fixes from round-2 Copilot findings after #315: it clarifies the exact workflow-dispatch gate expression in the workflow audit checklist, and makes the repo-config ruleset regen snippet model-aware for operational carries.

Changes:

  • Update WORKFLOW.md D4 to spell the dispatch leg explicitly as github.event_name == 'workflow_dispatch'.
  • Adjust the repo-config/README.md regen snippet to write the develop ruleset payload to repo-config/operational/develop.json when repo-config/develop.json is absent (operational carry layout).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

FileDescription
WORKFLOW.mdClarifies the expected dispatch-gate expression in D4 to avoid ambiguous/incorrect shorthand.
repo-config/README.mdMakes the ruleset regen output path for develop resilient to operational-carry layouts.

@ptr727
ptr727 merged commit a3b45ae into developJul 16, 2026
7 checks passed
@ptr727
ptr727 deleted the unblock-315-round2 branch July 16, 2026 15:02
Sign up for freeto 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.

2 participants

@ptr727