feat(ipa): Enrich IPA-101 Resource-Oriented Design with Guideline components#67
Merged
Conversation
2d894b1 to
7e66142
Compare
7e66142 to
74bb6ff
Compare
…ponents CLOUDP-399881
74bb6ff to
2da7d6a
Compare
- Rewrite Example.Reason/Workflow text in impersonal voice (no personal pronouns) - Add grouping-segment incorrect example + tree-walk workflow for the resource hierarchy - Add a justified custom-method correct example; make the db-mirror example MongoDB-specific - Mark consistent-resource-schema and must-not-have-mutation as automatable - Reframe should-return-405 as a runtime/implementation (explore) guideline; drop its documented-405 example - Convert TODO headings to MDX comments; fix in-JSX Markdown lists so they render and build - CONTRIBUTING + guideline.ts: clarify automatable (covered via dependsOn lintable rules), drop badge wording - Update VS Code snippets to the enforcement prop; adjust guideline/workflow spacing CSS
2da7d6a to
05a27d2
Compare
wtrocki
approved these changes
Jun 18, 2026
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.
Ticket: CLOUDP-399881
What
Migrates the IPA-101 (Resource-Oriented Design) principle to use the
<Guideline>component family, enriching each guideline with extra structured metadata (given,effort,lintable,informational,dependsOn) and Correct/Incorrect examples.