Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@windyroad/c4) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@windyroad/c4
C4 architecture diagram generation and validation for Claude Code. Generates C4 model diagrams from your source code and checks whether they're up to date.
Part of Windy Road Agent Plugins.
What It Does
Architecture diagrams go stale. The C4 plugin keeps them current by generating C3 (component) and C4 (code) views directly from your source code. No manual diagram maintenance.
Install
npx @windyroad/c4Restart Claude Code after installing.
Usage
Generate or regenerate C4 diagrams:
/wr-c4:generateAnalyses your source code and produces C3 component and C4 code-level architecture diagrams.
Check whether diagrams are up to date:
/wr-c4:checkCompares the current source code against existing diagrams and reports whether they need regeneration.
Updating and Uninstalling
npx @windyroad/c4 --update
npx @windyroad/c4 --uninstall