feat: add Mermaid wardley-beta dual output to Wardley map artifacts#181
Open
tractorjuice wants to merge 14 commits intomainfrom
Open
feat: add Mermaid wardley-beta dual output to Wardley map artifacts#181tractorjuice wants to merge 14 commits intomainfrom
tractorjuice wants to merge 14 commits intomainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Address spec review feedback: fix function references to match actual converter.py code, add worked example, clarify description sources, document model rationale, expand testing plan. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Spec for adding Mermaid wardley-beta output alongside OnlineWardleyMaps syntax in wardley and wardley.value-chain commands, using sourcing decorators (build/buy/outsource/inertia) and named pipelines. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fixes duplicate anchor/component declaration in Mermaid examples (both spec and plan). 11 tasks covering templates, commands, guides, reference examples, and converter propagation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…mand Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… command Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… example Benefits Eligibility Guidance was referenced in dependency arrows and as a pipeline parent but never declared as a component with coordinates. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
wardley-betaas a secondary output format alongside existing OnlineWardleyMaps (OWM) syntax in Wardley map artifacts<details>elements below the primary OWM blockswardleycommand generates enhanced Mermaid with sourcing decorators (build/buy/outsource/inertia) derived from build vs buy analysiswardley.value-chaincommand generates plain Mermaid (no decorators — build/buy analysis not yet performed)Files changed (9 source + extensions)
Context
Mermaid.js merged Wardley Map support (PR #7147) into develop. The
wardley-betasyntax is nearly identical to OWM — same coordinate system, same concepts — but adds visual sourcing decorators and named pipelines. Once shipped in a stable Mermaid release, maps will render inline in GitHub, VS Code, and other Mermaid-enabled viewers.Test plan
/arckit.wardleyin a test repo — verify OWM block appears first, Mermaid<details>block appears below(build)/(buy)decorators matching the build vs buy analysis/arckit.wardley.value-chain— verify Mermaid block has no decoratorsvalidate-wardley-math.mjshook still validates OWM correctly (unchanged)grep wardley-beta arckit-gemini/commands/arckit/wardley.toml🤖 Generated with Claude Code