chore - add context rule design guide and precedence reminder#111
Merged
dpuglielli merged 4 commits intomainfrom Dec 27, 2025
Merged
chore - add context rule design guide and precedence reminder#111dpuglielli merged 4 commits intomainfrom
dpuglielli merged 4 commits intomainfrom
Conversation
- add mantra/context/rule-design.md (companion doc) - add mantra/rules/rule-design.md (compact rule) - add precedence reminder to shared UserPromptSubmit hook - bump mantra 0.3.2, memento 0.3.3, onus 0.2.5
- add trigger, priority, action, verify, consequence to actionable rules - mark informational rules with type: reference - document rule types (actionable vs reference) in rule-design.md - updated: behavior.md, test.md, sessions.md, git.md - marked reference: context-format.md, format-guide.md, work-items.md
- use direct address ("You MUST prioritize")
- use numbered list for clear order
- clarify "override your default behavior"
- update test to expect precedence reminder in additionalContext
dpuglielli
added a commit
that referenced
this pull request
Jan 17, 2026
* chore - add context rule design guide and precedence reminder
- add mantra/context/rule-design.md (companion doc)
- add mantra/rules/rule-design.md (compact rule)
- add precedence reminder to shared UserPromptSubmit hook
- bump mantra 0.3.2, memento 0.3.3, onus 0.2.5
* chore - update rules to conform to design standard
- add trigger, priority, action, verify, consequence to actionable rules
- mark informational rules with type: reference
- document rule types (actionable vs reference) in rule-design.md
- updated: behavior.md, test.md, sessions.md, git.md
- marked reference: context-format.md, format-guide.md, work-items.md
* chore - clarify precedence reminder wording
- use direct address ("You MUST prioritize")
- use numbered list for clear order
- clarify "override your default behavior"
* chore - fix shared test for precedence reminder
- update test to expect precedence reminder in additionalContext
dpuglielli
added a commit
that referenced
this pull request
Jan 18, 2026
* chore - add context rule design guide and precedence reminder
- add mantra/context/rule-design.md (companion doc)
- add mantra/rules/rule-design.md (compact rule)
- add precedence reminder to shared UserPromptSubmit hook
- bump mantra 0.3.2, memento 0.3.3, onus 0.2.5
* chore - update rules to conform to design standard
- add trigger, priority, action, verify, consequence to actionable rules
- mark informational rules with type: reference
- document rule types (actionable vs reference) in rule-design.md
- updated: behavior.md, test.md, sessions.md, git.md
- marked reference: context-format.md, format-guide.md, work-items.md
* chore - clarify precedence reminder wording
- use direct address ("You MUST prioritize")
- use numbered list for clear order
- clarify "override your default behavior"
* chore - fix shared test for precedence reminder
- update test to expect precedence reminder in additionalContext
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
type: referenceChanges
mantra/context/rule-design.md- companion doc with detailed guidancemantra/rules/rule-design.md- compact rule for rule authorsshared/index.js- precedence reminder in UserPromptSubmit hookTest plan