docs(architecture): ecosystem loose-coupling diagram (06)#345
Open
ywatanabe1989 wants to merge 2 commits into
Open
docs(architecture): ecosystem loose-coupling diagram (06)#345ywatanabe1989 wants to merge 2 commits into
ywatanabe1989 wants to merge 2 commits into
Conversation
A mermaid diagram of how the SciTeX packages connect WITHOUT importing each other — the record -> read -> render pattern where every link is a data contract (optional hook / neutral file / JSON export), never a code import. Producers (io, session, stats, figrecipe, scholar) record outputs; clew reads them into the provenance DAG + exports JSON; writer renders + owns the neutral Hints feed (manuscript-hints/1). figrecipe is also a direct producer of figure-quality hints. Topology finalized 2026-07-04 across writer/clew/ scholar/figrecipe. Follows the docs/architecture/*.mmd convention.
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.
Adds
docs/architecture/06_ecosystem_loose_coupling.mmd— a mermaid diagram of how the SciTeX packages connect without importing each other.The pattern: record → read → render. Every edge is a data contract — an optional hook, a neutral file, or a JSON export — never a code import, so any package can be swapped/removed and the rest still compile.
manuscript-hints/1).Producer topology finalized 2026-07-04 across writer / clew / scholar / figrecipe. Follows the existing
docs/architecture/*.mmdconvention (01–05). Requested by the operator as the canonical home for the ecosystem diagram (spans all seven packages, so the umbrella fits better than any single package).🤖 Generated with Claude Code