@windyroad/c4 0.1.4-preview.270 → 0.1.4-preview.273

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,6 +34,22 @@ Analyses your source code and produces C3 component and C4 code-level architectu
34
34
 
35
35
  Compares the current source code against existing diagrams and reports whether they need regeneration.
36
36
 
37
+ ## Jobs to be Done
38
+
39
+ This plugin serves the [Jobs to be Done](../../docs/jtbd/) below. Per [ADR-051](../../docs/decisions/051-jtbd-anchored-readme-with-drift-advisory.proposed.md), the persona-grouped JTBD anchor is the canonical source of truth for the README's value framing.
40
+
41
+ ### Tech lead / consultant
42
+
43
+ - **[JTBD-202 Run Pre-Flight Governance Checks Before Release or Handover](../../docs/jtbd/tech-lead/JTBD-202-pre-flight-governance-check.proposed.md)** — `/wr-c4:check` produces a release-readiness signal on whether architecture diagrams are still accurate; `/wr-c4:generate` regenerates them when they are not. Both are attachable to a release note or handover doc.
44
+
45
+ ### Plugin developer
46
+
47
+ - **[JTBD-101 Extend the Suite with New Plugins](../../docs/jtbd/plugin-developer/JTBD-101-extend-suite.proposed.md)** — generated C3 component and C4 code-level views give contributors a structural mental model of the suite without reverse-engineering from source.
48
+
49
+ ### Plugin user
50
+
51
+ - **[JTBD-302 Trust That the README Describes the Plugin I Just Installed](../../docs/jtbd/plugin-user/JTBD-302-trust-readme-describes-installed-behaviour.proposed.md)** — this README is anchored on current JTBD job IDs; drift between prose and shipped behaviour is detectable at retro time per ADR-051.
52
+
37
53
  ## Updating and Uninstalling
38
54
 
39
55
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/c4",
3
- "version": "0.1.4-preview.270",
3
+ "version": "0.1.4-preview.273",
4
4
  "description": "C4 architecture diagram generation and validation",
5
5
  "bin": {
6
6
  "windyroad-c4": "./bin/install.mjs"