Conversation
- Add new story explaining contract testing pattern - Describe integration workflow: request -> test -> deploy -> iterate -> lock - Describe protection workflow: code change -> PR -> all contracts -> pass/fail - Include mermaid diagram showing both workflows
- Add astro-d2 plugin for cleaner diagram rendering - Add D2 CLI installation with cache to GitHub Actions workflows - Convert contracts.mdx diagram from Mermaid to D2
fe44614 to
bc69bc2
Compare
- Simplify Protection diagram with dotted lines for auxiliary flows - Add 'Living with Contracts' section for contract lifecycle - Rename comparison column from Traditional to Pact-style - Update What We Learned with trust-focused insight
- Add Appendix with pseudo-code showing contract test structure - Clarify that each inner class generates .mdx file, each test becomes section - Reorganize Integration section for better narrative flow - Note pseudo-code differs from actual implementation, tooling coming soon
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
Add new story explaining contract testing pattern at Actionbase.
Changes
How to Test
cd website && npm run dev