feat: add gds-business package — business dynamics DSL#74
Merged
rororowyourboat merged 5 commits intomainfrom Feb 28, 2026
Merged
feat: add gds-business package — business dynamics DSL#74rororowyourboat merged 5 commits intomainfrom
rororowyourboat merged 5 commits intomainfrom
Conversation
Six diagram types (DFD, state machine, component, C4, ERD, dependency) compiled to GDS specifications with 27 verification checks and 223 tests. Each diagram type follows the standard DSL pattern: elements, model, compiler (GDSSpec + SystemIR), and domain-specific checks.
Demonstrates gds-software DFD DSL with a classic order processing scenario — 2 external entities, 3 processes, 2 data stores, 11 data flows. Includes 46 tests covering model, compilation, verification, canonical decomposition, and query API.
Alias duplicate imports with underscore prefixes so marimo treats them as cell-private. Fixes "was defined by another cell" errors in the verification and visualization guide notebooks.
Three diagram types compiling to GDS role blocks and composition trees: - CLD (Causal Loop Diagrams): stateless signal relay, h = g - SCN (Supply Chain Networks): stateful inventory dynamics, h = f ∘ g - VSM (Value Stream Maps): partially stateful process chains 11 domain verification checks (CLD-001..003, SCN-001..004, VSM-001..004), verification engine with union dispatch, 175 tests at 95% coverage.
Package overview, getting started tutorial, diagram types guide, verification guide, and 16 auto-generated API reference pages. Updated mkdocs.yml nav and ecosystem index.
rororowyourboat
added a commit
that referenced
this pull request
Feb 28, 2026
Merge pull request #74 from BlockScience/dev
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
gds-businesspackage with 3 diagram types compiling to GDS role blocks and composition trees:verify()enginepyproject.tomlupdated with deps, sources, ruff config; mkdocs.yml nav updated; ecosystem index updatedTest plan
uv run --package gds-business pytest packages/gds-business/tests -v— 175 passeduv run ruff check packages/gds-business/— all checks passeduv run ruff format --check packages/gds-business/— all formatteduv run mkdocs build --strict— docs build clean🤖 Generated with Claude Code