@a-company/paradigm 6.2.1 → 6.3.1

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 (30) hide show
  1. package/dist/chunk-32XL3FIQ.js +2 -0
  2. package/dist/{chunk-MA75GS7J.js → chunk-SRWROALW.js} +68 -37
  3. package/dist/{enforcement-46XWPNSA.js → enforcement-FXO6IYYE.js} +1 -1
  4. package/dist/{enforcement-BEGPQIUN.js → enforcement-VRE3WZOI.js} +1 -1
  5. package/dist/index.js +2 -2
  6. package/dist/mcp.js +1 -1
  7. package/dist/rune-promotion-3JQ5LMWK.js +3 -0
  8. package/dist/{serve-OQYUO7CR.js → serve-NAAK7PAD.js} +1 -1
  9. package/dist/server-SHD4ELRO.js +7 -0
  10. package/dist/{shift-3ATE2ONQ.js → shift-6Y3KQP62.js} +2 -2
  11. package/dist/{tools-BPEKRC2U.js → tools-2XPMZZBT.js} +1 -1
  12. package/dist/university-content/notes/N-para-001-shift-setup.md +2 -2
  13. package/dist/university-content/notes/N-para-301-enforcement-levels.md +18 -11
  14. package/dist/university-content/notes/N-para-301-paradigm-shift.md +2 -2
  15. package/dist/university-content/notes/N-para-301-rune-promotion.md +69 -0
  16. package/dist/university-content/notes/N-para-501-hook-enforcement.md +3 -1
  17. package/dist/university-content/notes/N-para-701-orchestration-enforcement.md +10 -1
  18. package/dist/university-content/quizzes/Q-para-301-enforcement-levels.yaml +21 -1
  19. package/dist/university-content/quizzes/Q-para-401-notebooks-permissions.yaml +32 -32
  20. package/dist/university-content/quizzes/Q-para-501-review-compliance.yaml +31 -31
  21. package/dist/university-content/quizzes/Q-para-701-arch-mcp-tools.yaml +3 -3
  22. package/dist/university-content/quizzes/Q-para-701-arch-yaml-format.yaml +1 -1
  23. package/dist/university-content/quizzes/Q-para-701-orchestration-enforcement.yaml +11 -1
  24. package/dist/university-content/quizzes/Q-plsat-v3.yaml +2 -2
  25. package/dist/university-ui/assets/{index-SNyIB61M.js → index-BlS8W3tC.js} +14 -14
  26. package/dist/university-ui/assets/{index-SNyIB61M.js.map → index-BlS8W3tC.js.map} +1 -1
  27. package/dist/university-ui/index.html +1 -1
  28. package/package.json +1 -1
  29. package/dist/chunk-KYA4TP26.js +0 -2
  30. package/dist/server-FGUL2FWQ.js +0 -7
@@ -2963,7 +2963,7 @@ questions:
2963
2963
  choices:
2964
2964
  A: Edge labels are automatically inferred from the framework names in each tier's tech field
2965
2965
  B: Edge labels require a separate `labels.yaml` file in .paradigm/
2966
- C: The `via` field on each link in the links array provides the edge label. Links without a `via` field render without a label. To add a label, add `via: "label text"` to the link entry in arch.yaml.
2966
+ C: 'The `via` field on each link in the links array provides the edge label. Links without a `via` field render without a label. To add a label, add `via: "label text"` to the link entry in arch.yaml.'
2967
2967
  D: Edge labels can only be set via the paradigm_arch_diagram tool's input parameters
2968
2968
  E: Edge labels are set in the tier's `tech.libraries` array using the format "label:target-tier"
2969
2969
  correct: C
@@ -2972,7 +2972,7 @@ questions:
2972
2972
  section: para-701
2973
2973
  variants:
2974
2974
  - id: plsat-131b
2975
- scenario: A team's arch.yaml has this link entry -- `from: api-gateway, to: user-service, via: gRPC`. The same team has another link -- `from: api-gateway, to: notification-service` with no via field. What will the generated Mermaid diagram show for each edge?
2975
+ scenario: "A team's arch.yaml has this link entry -- `from: api-gateway, to: user-service, via: gRPC`. The same team has another link -- `from: api-gateway, to: notification-service` with no via field. What will the generated Mermaid diagram show for each edge?"
2976
2976
  question: What does the Mermaid output look like for these two links?
2977
2977
  choices:
2978
2978
  A: Both edges render with no label — via is ignored in diagram generation