Skip to content

docs: replace ASCII architecture diagram with Mermaid flowchart#2

Merged
dortort merged 1 commit intomainfrom
claude/add-mermaid-diagram-5tbXq
Feb 16, 2026
Merged

docs: replace ASCII architecture diagram with Mermaid flowchart#2
dortort merged 1 commit intomainfrom
claude/add-mermaid-diagram-5tbXq

Conversation

@dortort
Copy link
Owner

@dortort dortort commented Feb 16, 2026

Summary

  • Replace the plain-text ASCII architecture diagram in README with a Mermaid flowchart that renders as an interactive diagram on GitHub
  • Correct the architecture flow: the Evidence Engine merges findings back into the RuntimeContract, which then feeds into the Goss Generator (previously the diagram showed them as independent parallel paths)

Test plan

  • Verify the Mermaid diagram renders correctly on GitHub
  • Confirm the corrected flow matches the actual code architecture

https://claude.ai/code/session_01UDZyz5H4DwwJfx4riRNwFH

Convert the plain-text architecture diagram in the README to a Mermaid
flowchart that renders as an interactive diagram on GitHub. The diagram
accurately reflects the actual code flow: the Evidence Engine merges
findings back into the RuntimeContract, which then feeds into the Goss
Generator.

https://claude.ai/code/session_01UDZyz5H4DwwJfx4riRNwFH
@dortort dortort force-pushed the claude/add-mermaid-diagram-5tbXq branch from cfe76ff to 3380b89 Compare February 16, 2026 09:18
@dortort dortort changed the title Convert architecture diagram to Mermaid flowchart format docs: replace ASCII architecture diagram with Mermaid flowchart Feb 16, 2026
@dortort dortort merged commit ac8230e into main Feb 16, 2026
6 checks passed
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.

2 participants