Skip to content

Backport: PROP propagation rule in create-* instructions#71

Merged
NSEvteev merged 1 commit intomainfrom
backport/prop-propagation-rule
Mar 10, 2026
Merged

Backport: PROP propagation rule in create-* instructions#71
NSEvteev merged 1 commit intomainfrom
backport/prop-propagation-rule

Conversation

@NSEvteev
Copy link
Owner

Summary

  • Added PROP propagation rule to all 4 create-* instructions (design, discussion, plan-test, plan-dev)
  • When applying an accepted PROP, orchestrator now must: (a) apply fix, (b) grep for related terms, (c) propagate to all affected sections, (d) remove PROP
  • Prevents cascading inconsistencies across review rounds

From project algo-trade: discovered during 0006-data-store design review (6 rounds, 41 PROPs). Single PROP fixes created new mismatches found only in next review round.

Test plan

  • Verify create-design.md contains 4-step PROP processing (line ~184)
  • Verify create-discussion.md contains 4-step PROP processing (line ~169)
  • Verify create-plan-test.md contains 4-step PROP processing (line ~196)
  • Verify create-plan-dev.md contains 4-step PROP processing (line ~191)

🤖 Generated with Claude Code

…tions

When applying an accepted PROP, the orchestrator must now:
(a) apply the main fix
(b) grep the document for all related terms/fields/endpoints
(c) propagate the change to all affected sections
(d) remove the PROP from the proposals section

This prevents cascading inconsistencies where a single PROP fix
creates new mismatches found only in the next review round.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@NSEvteev NSEvteev merged commit 32eda46 into main Mar 10, 2026
4 of 5 checks passed
@NSEvteev NSEvteev deleted the backport/prop-propagation-rule branch March 10, 2026 17:04
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