@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.
- package/dist/chunk-32XL3FIQ.js +2 -0
- package/dist/{chunk-MA75GS7J.js → chunk-SRWROALW.js} +68 -37
- package/dist/{enforcement-46XWPNSA.js → enforcement-FXO6IYYE.js} +1 -1
- package/dist/{enforcement-BEGPQIUN.js → enforcement-VRE3WZOI.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/mcp.js +1 -1
- package/dist/rune-promotion-3JQ5LMWK.js +3 -0
- package/dist/{serve-OQYUO7CR.js → serve-NAAK7PAD.js} +1 -1
- package/dist/server-SHD4ELRO.js +7 -0
- package/dist/{shift-3ATE2ONQ.js → shift-6Y3KQP62.js} +2 -2
- package/dist/{tools-BPEKRC2U.js → tools-2XPMZZBT.js} +1 -1
- package/dist/university-content/notes/N-para-001-shift-setup.md +2 -2
- package/dist/university-content/notes/N-para-301-enforcement-levels.md +18 -11
- package/dist/university-content/notes/N-para-301-paradigm-shift.md +2 -2
- package/dist/university-content/notes/N-para-301-rune-promotion.md +69 -0
- package/dist/university-content/notes/N-para-501-hook-enforcement.md +3 -1
- package/dist/university-content/notes/N-para-701-orchestration-enforcement.md +10 -1
- package/dist/university-content/quizzes/Q-para-301-enforcement-levels.yaml +21 -1
- package/dist/university-content/quizzes/Q-para-401-notebooks-permissions.yaml +32 -32
- package/dist/university-content/quizzes/Q-para-501-review-compliance.yaml +31 -31
- package/dist/university-content/quizzes/Q-para-701-arch-mcp-tools.yaml +3 -3
- package/dist/university-content/quizzes/Q-para-701-arch-yaml-format.yaml +1 -1
- package/dist/university-content/quizzes/Q-para-701-orchestration-enforcement.yaml +11 -1
- package/dist/university-content/quizzes/Q-plsat-v3.yaml +2 -2
- package/dist/university-ui/assets/{index-SNyIB61M.js → index-BlS8W3tC.js} +14 -14
- package/dist/university-ui/assets/{index-SNyIB61M.js.map → index-BlS8W3tC.js.map} +1 -1
- package/dist/university-ui/index.html +1 -1
- package/package.json +1 -1
- package/dist/chunk-KYA4TP26.js +0 -2
- 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
|