feat(workflow): load rules discovery across remaining actions#18
Merged
feat(workflow): load rules discovery across remaining actions#18
Conversation
Agent-agnostic rules enforcement across 8 ecosystems (Claude Code, Cursor, Windsurf, Aider, Continue, Codex, OpenCode + universal AGENTS.md). - New shared reference: rules-discovery.md (discover, prioritize, filter, classify) - Project rules override user-level rules on conflict - Rules perspective (#10) in review with severity from rule language - Load directive added to 6 actions: plan, ship, fix, review, spec-review, focus - Skipped: spike (exploratory), done (retro), drop (cleanup) - Updated review-output.md with [Rules] citation format + example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
references/rules-discovery.mdfrom the remaining workflow actions that produce or evaluate codeplan,ship,fix,focus, andspec-reviewexplicitly participate in rules-aware workflow executionspike,done, anddropunchanged because they are exploratory/retro/cleanup flowsWhat remains in this PR
This PR is no longer the original full Rules Discovery feature in isolation. After reconciling with
main, the remaining diff is the follow-up wiring that applies rules discovery consistently across the remaining workflow actions.Files changed
workflow/references/actions/plan.mdworkflow/references/actions/ship.mdworkflow/references/actions/fix.mdworkflow/references/actions/focus.mdworkflow/references/actions/spec-review.mdCHANGELOG.mdVerification
maininto the branch