@mnstry/atelier 0.2.0-alpha.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 (260) hide show
  1. package/CHANGELOG.md +383 -0
  2. package/LICENSE +202 -0
  3. package/NOTICE +5 -0
  4. package/README.md +262 -0
  5. package/SECURITY.md +93 -0
  6. package/TRADEMARKS.md +88 -0
  7. package/announcements/2026-08-06-announcements-channel.v1.json +12 -0
  8. package/announcements/keys/mnstry-announcements.public.v1.json +9 -0
  9. package/bin/atelier.mjs +2 -0
  10. package/bin/mnstry-atelier.mjs +3 -0
  11. package/contracts/analysis-adapter.v1.schema.json +248 -0
  12. package/contracts/atelier-action-intent.v1.schema.json +143 -0
  13. package/contracts/atelier-analysis-adapter.v1.schema.json +360 -0
  14. package/contracts/atelier-attestation.v1.schema.json +239 -0
  15. package/contracts/atelier-boundary-policy.v1.schema.json +339 -0
  16. package/contracts/atelier-claim.v1.schema.json +97 -0
  17. package/contracts/atelier-export.v1.schema.json +1015 -0
  18. package/contracts/atelier-extension-pack.v1.schema.json +290 -0
  19. package/contracts/atelier-kit-manifest.v1.schema.json +273 -0
  20. package/contracts/atelier-lock.v1.schema.json +364 -0
  21. package/contracts/atelier-migration.v1.schema.json +162 -0
  22. package/contracts/atelier-project-config.v1.schema.json +352 -0
  23. package/contracts/atelier-readiness-protocol.v1.schema.json +517 -0
  24. package/contracts/atelier-readiness-run.v1.schema.json +229 -0
  25. package/contracts/atelier-readiness.v1.schema.json +457 -0
  26. package/contracts/compat-baseline.json +10 -0
  27. package/contracts/git-promote-event.v1.schema.json +145 -0
  28. package/contracts/knowledge-source-sidecar.v1.schema.json +157 -0
  29. package/contracts/mnstry-atelier-semantic-profile.v1.json +254 -0
  30. package/docs/announcements.md +101 -0
  31. package/docs/atelier-runtime.md +34 -0
  32. package/docs/attestation.md +201 -0
  33. package/docs/continuity.md +55 -0
  34. package/docs/contract-stability.md +111 -0
  35. package/docs/distributions.md +220 -0
  36. package/docs/install.md +140 -0
  37. package/docs/knowledge-graph.md +140 -0
  38. package/docs/ontology.md +206 -0
  39. package/docs/release-engineering.md +151 -0
  40. package/docs/repo-boundary-guard.md +199 -0
  41. package/docs/tenant-readiness.md +64 -0
  42. package/docs/upgrade.md +124 -0
  43. package/fixtures/analysis/invalid/native-graph.v1.json +4 -0
  44. package/fixtures/analysis/invalid/promoted-claim.v1.json +17 -0
  45. package/fixtures/analysis/invalid/runtime-import.v1.json +20 -0
  46. package/fixtures/analysis/valid/output.claims.v1.json +17 -0
  47. package/fixtures/analysis-adapter/invalid/manifest-hidden-provider.v1.json +24 -0
  48. package/fixtures/analysis-adapter/invalid/output-frontmatter-mutation.v1.json +21 -0
  49. package/fixtures/analysis-adapter/invalid/output-native-graph.v1.json +14 -0
  50. package/fixtures/analysis-adapter/manifest.disabled.v1.json +22 -0
  51. package/fixtures/analysis-adapter/manifest.enabled-local.v1.json +23 -0
  52. package/fixtures/analysis-adapter/output.claims.v1.json +21 -0
  53. package/fixtures/atelier-action-intent/invalid/runtime-mutation-authority.v1.json +16 -0
  54. package/fixtures/atelier-action-intent/invalid/unknown-top-level-field.v1.json +17 -0
  55. package/fixtures/atelier-action-intent/invalid/writes-beyond-clipboard.v1.json +16 -0
  56. package/fixtures/atelier-action-intent/valid/copy-agent-prompt.v1.json +16 -0
  57. package/fixtures/atelier-action-intent/valid/copy-repo-path.v1.json +22 -0
  58. package/fixtures/atelier-analysis-adapter/invalid/hidden-model-provider.v1.json +24 -0
  59. package/fixtures/atelier-analysis-adapter/invalid/inert-with-execute-command.v1.json +24 -0
  60. package/fixtures/atelier-analysis-adapter/invalid/proposals-with-runtime-import.v1.json +30 -0
  61. package/fixtures/atelier-analysis-adapter/valid/manifest-inert.v1.json +24 -0
  62. package/fixtures/atelier-analysis-adapter/valid/proposals-claim-only.v1.json +27 -0
  63. package/fixtures/atelier-attestation/invalid/bad-digest.v1.json +23 -0
  64. package/fixtures/atelier-attestation/invalid/conformance-scope.v1.json +23 -0
  65. package/fixtures/atelier-attestation/invalid/missing-signature.v1.json +22 -0
  66. package/fixtures/atelier-attestation/invalid/unknown-root-field.v1.json +24 -0
  67. package/fixtures/atelier-attestation/keys/roundtrip-issuer.public.v1.json +9 -0
  68. package/fixtures/atelier-attestation/valid/rejected-with-reasons.v1.json +49 -0
  69. package/fixtures/atelier-attestation/valid/signed-admitted.v1.json +35 -0
  70. package/fixtures/atelier-attestation/valid/signed-roundtrip.v1.json +29 -0
  71. package/fixtures/atelier-attestation/valid/unsigned-advisory.v1.json +23 -0
  72. package/fixtures/atelier-claim/invalid/unknown-provider.v1.json +15 -0
  73. package/fixtures/atelier-claim/invalid/unknown-top-level-field.v1.json +16 -0
  74. package/fixtures/atelier-claim/invalid/wrong-schema-const.v1.json +15 -0
  75. package/fixtures/atelier-claim/valid/adapter-style-proposed-relation.v1.json +19 -0
  76. package/fixtures/atelier-claim/valid/codex-proposed-relation.v1.json +16 -0
  77. package/fixtures/atelier-claim/valid/manual-proposed-relation.v1.json +16 -0
  78. package/fixtures/atelier-claim/valid/readiness-proposed-relation.v1.json +18 -0
  79. package/fixtures/atelier-export/invalid/dirty-unforced-empty-taint.v1.json +19 -0
  80. package/fixtures/atelier-export/invalid/object-local-audience-visibility.v1.json +11 -0
  81. package/fixtures/atelier-export/invalid/open-object-class-owner.v1.json +23 -0
  82. package/fixtures/atelier-export/invalid/pricing-legacy-amount.v1.json +23 -0
  83. package/fixtures/atelier-export/invalid/public-disguised-internal-source-ref.v1.json +11 -0
  84. package/fixtures/atelier-export/invalid/public-nested-private-source-ref.v1.json +17 -0
  85. package/fixtures/atelier-export/invalid/public-resolved-private-source-ref.v1.json +13 -0
  86. package/fixtures/atelier-export/invalid/public-resolved-sensitive-source-ref.v1.json +13 -0
  87. package/fixtures/atelier-export/invalid/public-source-ref-missing-provenance.v1.json +20 -0
  88. package/fixtures/atelier-export/invalid/public-source-team-kg.json +12 -0
  89. package/fixtures/atelier-export/invalid/source-node-legacy-visibility.v1.json +21 -0
  90. package/fixtures/atelier-export/invalid/source-node-unknown-field.v1.json +18 -0
  91. package/fixtures/atelier-export/invalid/unresolved-public-source-ref.v1.json +11 -0
  92. package/fixtures/atelier-export/sample-studio-offer.v1.json +397 -0
  93. package/fixtures/atelier-extension-pack/invalid/bundled-slug-collision.v1.json +22 -0
  94. package/fixtures/atelier-extension-pack/invalid/escapes-root.v1.json +22 -0
  95. package/fixtures/atelier-extension-pack/invalid/posture-tampered.v1.json +22 -0
  96. package/fixtures/atelier-extension-pack/invalid/protocols/autonomous-authority.v1.json +118 -0
  97. package/fixtures/atelier-extension-pack/invalid/protocols/offer-map.v1.json +109 -0
  98. package/fixtures/atelier-extension-pack/invalid/redefines-runtime-term.v1.json +19 -0
  99. package/fixtures/atelier-extension-pack/invalid/wrong-namespace.v1.json +19 -0
  100. package/fixtures/atelier-extension-pack/valid/protocols/contract-gate.v1.json +109 -0
  101. package/fixtures/atelier-extension-pack/valid/sample-pack.v1.json +48 -0
  102. package/fixtures/atelier-kit-manifest/invalid/runtime-copy-without-canonical-role.v1.json +53 -0
  103. package/fixtures/atelier-kit-manifest/invalid/telemetry-send-path.v1.json +21 -0
  104. package/fixtures/atelier-kit-manifest/valid/mnstry-atelier.valid.v1.json +76 -0
  105. package/fixtures/atelier-lock/invalid/absolute-contract-path.v1.json +40 -0
  106. package/fixtures/atelier-lock/invalid/runtime-mutation-enabled.v1.json +41 -0
  107. package/fixtures/atelier-lock/invalid/unknown-top-level-field.v1.json +42 -0
  108. package/fixtures/atelier-lock/valid/extension-pack.v1.json +55 -0
  109. package/fixtures/atelier-lock/valid/minimal.v1.json +44 -0
  110. package/fixtures/atelier-migration/invalid/live-apply-mode.v1.json +21 -0
  111. package/fixtures/atelier-migration/invalid/missing-review-evidence.v1.json +20 -0
  112. package/fixtures/atelier-migration/invalid/runtime-mutation-enabled.v1.json +21 -0
  113. package/fixtures/atelier-migration/valid/minimal.v1.json +32 -0
  114. package/fixtures/atelier-project-config/invalid/absolute-repo-path.v1.json +11 -0
  115. package/fixtures/atelier-project-config/invalid/ext-not-object.v1.json +12 -0
  116. package/fixtures/atelier-project-config/invalid/external-kind-read-boundary.v1.json +12 -0
  117. package/fixtures/atelier-project-config/invalid/missing-repos-and-alignment.v1.json +7 -0
  118. package/fixtures/atelier-project-config/invalid/unknown-top-level-field.v1.json +14 -0
  119. package/fixtures/atelier-project-config/valid/alignment-scaffold.v1.json +15 -0
  120. package/fixtures/atelier-project-config/valid/ext-extension-packs.v1.json +36 -0
  121. package/fixtures/atelier-project-config/valid/repo-workspace.v1.json +23 -0
  122. package/fixtures/atelier-project-config/validator-only/ext-member-not-object.v1.json +14 -0
  123. package/fixtures/atelier-readiness/invalid/dry-run-only-false.v1.json +87 -0
  124. package/fixtures/atelier-readiness/invalid/support-bundle-send-path.v1.json +87 -0
  125. package/fixtures/atelier-readiness/invalid/unknown-top-level-field.v1.json +88 -0
  126. package/fixtures/atelier-readiness/valid/ready-workspace.v1.json +84 -0
  127. package/fixtures/boundary-policy/invalid/content-rule-exception-blanket-path.v1.json +67 -0
  128. package/fixtures/boundary-policy/invalid/invalid-actor-private-repo-mapping.v1.json +20 -0
  129. package/fixtures/boundary-policy/invalid/legacy-warning-missing-warning.v1.json +20 -0
  130. package/fixtures/boundary-policy/invalid/missing-repo-coverage.v1.json +19 -0
  131. package/fixtures/boundary-policy/invalid/unknown-key.v1.json +12 -0
  132. package/fixtures/boundary-policy/valid/content-rule-exception.v1.json +67 -0
  133. package/fixtures/boundary-policy/valid/legacy-warning.v1.json +33 -0
  134. package/fixtures/boundary-policy/valid/strict-private-shared.v1.json +40 -0
  135. package/fixtures/git-promote/invalid/provision-named-revocable.v1.json +29 -0
  136. package/fixtures/git-promote/private-to-team.v1.json +29 -0
  137. package/fixtures/knowledge-source-sidecar/invalid/legacy-visibility-field.v1.json +17 -0
  138. package/fixtures/knowledge-source-sidecar/invalid/missing-audience.v1.json +15 -0
  139. package/fixtures/knowledge-source-sidecar/invalid/unknown-relation-kind.v1.json +18 -0
  140. package/fixtures/knowledge-source-sidecar/valid/html-source.v1.json +18 -0
  141. package/fixtures/knowledge-source-sidecar/valid/pdf-evidence.v1.json +18 -0
  142. package/fixtures/projects/neutral-project/atelier.project.json +15 -0
  143. package/fixtures/projects/neutral-project/ops/config/repo-access.v1.json +12 -0
  144. package/fixtures/projects/neutral-project/project-knowledge.graph.json +69 -0
  145. package/fixtures/projects/sample-workspace/atelier.project.json +23 -0
  146. package/fixtures/projects/sample-workspace/boundary-policy.v1.json +59 -0
  147. package/fixtures/projects/sample-workspace/content/README.md +16 -0
  148. package/fixtures/projects/sample-workspace/content/source.html +5 -0
  149. package/fixtures/projects/sample-workspace/content/source.html.kg.json +15 -0
  150. package/fixtures/projects/sample-workspace/repo-access.v1.json +9 -0
  151. package/fixtures/projects/source-formats-workspace/atelier.project.json +23 -0
  152. package/fixtures/projects/source-formats-workspace/content/README.md +17 -0
  153. package/fixtures/projects/source-formats-workspace/content/data.json +7 -0
  154. package/fixtures/projects/source-formats-workspace/content/data.json.kg.json +15 -0
  155. package/fixtures/projects/source-formats-workspace/content/logo.png.kg.json +15 -0
  156. package/fixtures/projects/source-formats-workspace/content/metrics.csv +3 -0
  157. package/fixtures/projects/source-formats-workspace/content/metrics.csv.kg.json +15 -0
  158. package/fixtures/projects/source-formats-workspace/content/pipeline.yaml +4 -0
  159. package/fixtures/projects/source-formats-workspace/content/pipeline.yaml.kg.json +15 -0
  160. package/fixtures/projects/source-formats-workspace/repo-access.v1.json +9 -0
  161. package/fixtures/readiness-protocols/extension-pack/invalid/protocol-missing-path.v1.json +20 -0
  162. package/fixtures/readiness-protocols/extension-pack/valid/with-protocol.v1.json +24 -0
  163. package/fixtures/readiness-protocols/protocol/invalid/missing-check-target.v1.json +103 -0
  164. package/fixtures/readiness-protocols/protocol/invalid/runtime-mutation-enabled.v1.json +107 -0
  165. package/fixtures/readiness-protocols/protocol/valid/minimal.v1.json +100 -0
  166. package/fixtures/readiness-protocols/run/invalid/missing-evidence.v1.json +37 -0
  167. package/fixtures/readiness-protocols/run/invalid/pass-with-blocker.v1.json +22 -0
  168. package/fixtures/readiness-protocols/run/invalid/runtime-mutation-enabled.v1.json +22 -0
  169. package/fixtures/readiness-protocols/run/valid/pass.v1.json +44 -0
  170. package/fixtures/support/invalid/leaky-support.v1.json +13 -0
  171. package/fixtures/support/valid/minimal-safe.v1.json +20 -0
  172. package/package.json +98 -0
  173. package/skills/claude/atelier-open/SKILL.md +68 -0
  174. package/skills/claude/mnstry-readiness/SKILL.md +41 -0
  175. package/skills/codex/atelier-open/SKILL.md +68 -0
  176. package/skills/codex/mnstry-readiness/SKILL.md +41 -0
  177. package/src/analysis/adapter.mjs +20 -0
  178. package/src/analysis/analysis-claim-contract.mjs +335 -0
  179. package/src/attestation/jcs.mjs +64 -0
  180. package/src/attestation/sign.mjs +305 -0
  181. package/src/boundary/content-rules.mjs +262 -0
  182. package/src/boundary/policy.mjs +806 -0
  183. package/src/check-atelier-export-contract.mjs +116 -0
  184. package/src/cli/run.mjs +283 -0
  185. package/src/collaboration/proposals.mjs +262 -0
  186. package/src/commands/analysis.mjs +8 -0
  187. package/src/commands/announcements.mjs +308 -0
  188. package/src/commands/attestation.mjs +198 -0
  189. package/src/commands/boundary.mjs +25 -0
  190. package/src/commands/config.mjs +4 -0
  191. package/src/commands/context.mjs +3 -0
  192. package/src/commands/distribution.mjs +224 -0
  193. package/src/commands/egress.mjs +11 -0
  194. package/src/commands/extension-pack.mjs +209 -0
  195. package/src/commands/feedback.mjs +3 -0
  196. package/src/commands/graph.mjs +3 -0
  197. package/src/commands/init.mjs +130 -0
  198. package/src/commands/lock.mjs +3 -0
  199. package/src/commands/project.mjs +3 -0
  200. package/src/commands/promote.mjs +4 -0
  201. package/src/commands/readiness.mjs +3 -0
  202. package/src/commands/server.mjs +6 -0
  203. package/src/commands/setup.mjs +250 -0
  204. package/src/commands/support.mjs +3 -0
  205. package/src/commands/upgrade.mjs +3 -0
  206. package/src/contracts/corpus.mjs +171 -0
  207. package/src/egress/check.mjs +45 -0
  208. package/src/egress/forbidden-egress.mjs +323 -0
  209. package/src/export/atelier-export-contract.mjs +722 -0
  210. package/src/extension-packs/loader.mjs +491 -0
  211. package/src/graph/graph.mjs +370 -0
  212. package/src/graph/knowledge-graph.mjs +887 -0
  213. package/src/harness/context-client.mjs +144 -0
  214. package/src/harness/context.mjs +27 -0
  215. package/src/index.mjs +88 -0
  216. package/src/project/config.mjs +557 -0
  217. package/src/project/file-class.mjs +113 -0
  218. package/src/project/git-ignore.mjs +31 -0
  219. package/src/project/path-match.mjs +30 -0
  220. package/src/project/repo-identity.mjs +176 -0
  221. package/src/projection/alignment-projection.mjs +169 -0
  222. package/src/projection/policy.mjs +90 -0
  223. package/src/projection/project.mjs +152 -0
  224. package/src/readiness/readiness.mjs +312 -0
  225. package/src/readiness-protocols/bundled-pack.mjs +766 -0
  226. package/src/readiness-protocols/runtime.mjs +419 -0
  227. package/src/server/local-sidecar.mjs +640 -0
  228. package/src/server/security.mjs +229 -0
  229. package/src/server/server.mjs +42 -0
  230. package/src/support/feedback-report.mjs +414 -0
  231. package/src/support/support-bundle.mjs +226 -0
  232. package/src/ui/html-primitives.mjs +104 -0
  233. package/src/upgrade/upgrade.mjs +701 -0
  234. package/src/validate-atelier-export-dry-run.mjs +75 -0
  235. package/templates/atelier.project.example.json +23 -0
  236. package/templates/distribution-workspace/.claude/launch.json +12 -0
  237. package/templates/distribution-workspace/README.md +86 -0
  238. package/templates/distribution-workspace/atelier.project.json +36 -0
  239. package/templates/distribution-workspace/boundary-policy.v1.json +61 -0
  240. package/templates/distribution-workspace/gitignore +29 -0
  241. package/templates/distribution-workspace/governance/repo-boundary-ledger.md +5 -0
  242. package/templates/distribution-workspace/project/README.md +19 -0
  243. package/templates/distribution-workspace/repo-access.v1.json +9 -0
  244. package/templates/launch.json +12 -0
  245. package/templates/private-domain-workspace/.claude/launch.json +12 -0
  246. package/templates/private-domain-workspace/README.md +50 -0
  247. package/templates/private-domain-workspace/atelier.project.json +28 -0
  248. package/templates/private-domain-workspace/boundary-policy.v1.json +54 -0
  249. package/templates/private-domain-workspace/domain/README.md +19 -0
  250. package/templates/private-domain-workspace/gitignore +29 -0
  251. package/templates/private-domain-workspace/governance/repo-boundary-ledger.md +4 -0
  252. package/templates/private-domain-workspace/repo-access.v1.json +9 -0
  253. package/templates/shared-project-workspace/.claude/launch.json +12 -0
  254. package/templates/shared-project-workspace/README.md +51 -0
  255. package/templates/shared-project-workspace/atelier.project.json +28 -0
  256. package/templates/shared-project-workspace/boundary-policy.v1.json +61 -0
  257. package/templates/shared-project-workspace/gitignore +29 -0
  258. package/templates/shared-project-workspace/governance/repo-boundary-ledger.md +5 -0
  259. package/templates/shared-project-workspace/project/README.md +19 -0
  260. package/templates/shared-project-workspace/repo-access.v1.json +9 -0
@@ -0,0 +1,109 @@
1
+ {
2
+ "schema": "atelier-readiness-protocol@v1",
3
+ "id": "sample.readiness:offer-map",
4
+ "slug": "offer-map",
5
+ "version": "v1",
6
+ "stage": "formation",
7
+ "title": "Sample offer map",
8
+ "purpose": "Exercise the bundled-slug collision rule with an otherwise compliant protocol.",
9
+ "questions": [
10
+ {
11
+ "id": "scope",
12
+ "prompt": "What neutral scope is being prepared?",
13
+ "inputFields": ["scope.name", "scope.sourceRef"],
14
+ "required": true
15
+ }
16
+ ],
17
+ "inputFields": [
18
+ {
19
+ "id": "scope.name",
20
+ "type": "string",
21
+ "required": true,
22
+ "description": "Neutral scope name."
23
+ },
24
+ {
25
+ "id": "scope.sourceRef",
26
+ "type": "string",
27
+ "required": true,
28
+ "description": "Evidence reference for the scope."
29
+ }
30
+ ],
31
+ "outputHints": [
32
+ {
33
+ "id": "offer-map.summary",
34
+ "text": "Render scope and evidence before review."
35
+ }
36
+ ],
37
+ "outputs": {
38
+ "runSchema": "atelier-readiness-run@v1",
39
+ "artifacts": [
40
+ {
41
+ "id": "sample.readiness:offer-map.summary",
42
+ "kind": "draft",
43
+ "schema": "atelier-readiness-run@v1",
44
+ "description": "Draft readiness summary."
45
+ }
46
+ ]
47
+ },
48
+ "claimMappings": [
49
+ {
50
+ "id": "sample.readiness:offer-map.scope-supports-review",
51
+ "claimPredicate": "supports",
52
+ "sourceFields": ["scope.name"],
53
+ "target": "atelier-claim@v1",
54
+ "evidence": "scope.sourceRef"
55
+ }
56
+ ],
57
+ "readinessRules": [
58
+ {
59
+ "id": "sample.readiness:offer-map.scope-present",
60
+ "severity": "blocker",
61
+ "condition": "Scope name and evidence are present.",
62
+ "remediation": "Add scope.name and scope.sourceRef.",
63
+ "failClosed": true
64
+ }
65
+ ],
66
+ "graphLenses": [
67
+ {
68
+ "id": "sample.readiness:offer-map.lens",
69
+ "title": "Sample offer map lens",
70
+ "query": { "protocolId": "sample.readiness:offer-map" }
71
+ }
72
+ ],
73
+ "exportMappings": [
74
+ {
75
+ "id": "sample.readiness:offer-map.export",
76
+ "sourceField": "scope",
77
+ "sourceTerm": "sample.readiness:offer-map.scope",
78
+ "target": "core.artifact",
79
+ "runtimeOwner": "audit",
80
+ "targetCollection": "staffPrep"
81
+ }
82
+ ],
83
+ "ui": {
84
+ "section": "readiness-journey",
85
+ "title": "Sample offer map",
86
+ "description": "Neutral protocol fixture.",
87
+ "agentPrompt": "Run atelier readiness run sample.readiness:offer-map --project ./atelier.project.json."
88
+ },
89
+ "safety": {
90
+ "runtimeMutation": false,
91
+ "runtimeImport": false,
92
+ "canonicalWrites": false,
93
+ "claimOnly": true,
94
+ "telemetry": false,
95
+ "egress": false,
96
+ "sendPath": false,
97
+ "browserApply": false,
98
+ "dryRunOnly": true
99
+ },
100
+ "safetyPosture": {
101
+ "runtimeMutation": false,
102
+ "externalEgress": false,
103
+ "defaultVisibility": "private",
104
+ "authority": "proposal-only",
105
+ "reviewMode": "static-inspection",
106
+ "failClosedOnMissingEvidence": true,
107
+ "refuses": ["runtime writes"]
108
+ }
109
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "schema": "mnstry-atelier-extension-pack@v1",
3
+ "id": "sample.invalid",
4
+ "namespace": "sample",
5
+ "version": "v1",
6
+ "terms": [
7
+ {
8
+ "id": "mnstry.runtime:visibility",
9
+ "label": "Do not redefine runtime visibility",
10
+ "kind": "concept"
11
+ }
12
+ ],
13
+ "migrations": [],
14
+ "fixtures": [],
15
+ "lenses": [],
16
+ "readinessRules": [],
17
+ "actionRules": [],
18
+ "exportMappings": []
19
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "schema": "mnstry-atelier-extension-pack@v1",
3
+ "id": "sample.readiness",
4
+ "namespace": "other",
5
+ "version": "v1",
6
+ "terms": [
7
+ {
8
+ "id": "sample.readiness:scope",
9
+ "label": "Sample scope",
10
+ "kind": "concept"
11
+ }
12
+ ],
13
+ "migrations": [],
14
+ "fixtures": [],
15
+ "lenses": [],
16
+ "readinessRules": [],
17
+ "actionRules": [],
18
+ "exportMappings": []
19
+ }
@@ -0,0 +1,109 @@
1
+ {
2
+ "schema": "atelier-readiness-protocol@v1",
3
+ "id": "sample.readiness:contract-gate",
4
+ "slug": "contract-gate",
5
+ "version": "v1",
6
+ "stage": "formation",
7
+ "title": "Sample contract gate",
8
+ "purpose": "Verify neutral protocol inputs before a readiness run is accepted.",
9
+ "questions": [
10
+ {
11
+ "id": "scope",
12
+ "prompt": "What neutral scope is being prepared?",
13
+ "inputFields": ["scope.name", "scope.sourceRef"],
14
+ "required": true
15
+ }
16
+ ],
17
+ "inputFields": [
18
+ {
19
+ "id": "scope.name",
20
+ "type": "string",
21
+ "required": true,
22
+ "description": "Neutral scope name."
23
+ },
24
+ {
25
+ "id": "scope.sourceRef",
26
+ "type": "string",
27
+ "required": true,
28
+ "description": "Evidence reference for the scope."
29
+ }
30
+ ],
31
+ "outputHints": [
32
+ {
33
+ "id": "contract-gate.summary",
34
+ "text": "Render scope and evidence before review."
35
+ }
36
+ ],
37
+ "outputs": {
38
+ "runSchema": "atelier-readiness-run@v1",
39
+ "artifacts": [
40
+ {
41
+ "id": "sample.readiness:contract-gate.summary",
42
+ "kind": "draft",
43
+ "schema": "atelier-readiness-run@v1",
44
+ "description": "Draft readiness summary."
45
+ }
46
+ ]
47
+ },
48
+ "claimMappings": [
49
+ {
50
+ "id": "sample.readiness:contract-gate.scope-supports-review",
51
+ "claimPredicate": "supports",
52
+ "sourceFields": ["scope.name"],
53
+ "target": "atelier-claim@v1",
54
+ "evidence": "scope.sourceRef"
55
+ }
56
+ ],
57
+ "readinessRules": [
58
+ {
59
+ "id": "sample.readiness:contract-gate.scope-present",
60
+ "severity": "blocker",
61
+ "condition": "Scope name and evidence are present.",
62
+ "remediation": "Add scope.name and scope.sourceRef.",
63
+ "failClosed": true
64
+ }
65
+ ],
66
+ "graphLenses": [
67
+ {
68
+ "id": "sample.readiness:contract-gate.lens",
69
+ "title": "Sample contract gate lens",
70
+ "query": { "protocolId": "sample.readiness:contract-gate" }
71
+ }
72
+ ],
73
+ "exportMappings": [
74
+ {
75
+ "id": "sample.readiness:contract-gate.export",
76
+ "sourceField": "scope",
77
+ "sourceTerm": "sample.readiness:contract-gate.scope",
78
+ "target": "core.artifact",
79
+ "runtimeOwner": "audit",
80
+ "targetCollection": "staffPrep"
81
+ }
82
+ ],
83
+ "ui": {
84
+ "section": "readiness-journey",
85
+ "title": "Sample contract gate",
86
+ "description": "Neutral protocol fixture.",
87
+ "agentPrompt": "Run atelier readiness run sample.readiness:contract-gate --project ./atelier.project.json."
88
+ },
89
+ "safety": {
90
+ "runtimeMutation": false,
91
+ "runtimeImport": false,
92
+ "canonicalWrites": false,
93
+ "claimOnly": true,
94
+ "telemetry": false,
95
+ "egress": false,
96
+ "sendPath": false,
97
+ "browserApply": false,
98
+ "dryRunOnly": true
99
+ },
100
+ "safetyPosture": {
101
+ "runtimeMutation": false,
102
+ "externalEgress": false,
103
+ "defaultVisibility": "private",
104
+ "authority": "proposal-only",
105
+ "reviewMode": "static-inspection",
106
+ "failClosedOnMissingEvidence": true,
107
+ "refuses": ["runtime writes"]
108
+ }
109
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "schema": "mnstry-atelier-extension-pack@v1",
3
+ "id": "sample.readiness",
4
+ "namespace": "sample",
5
+ "version": "v1",
6
+ "terms": [
7
+ {
8
+ "id": "sample.readiness:scope",
9
+ "label": "Sample scope",
10
+ "kind": "concept"
11
+ }
12
+ ],
13
+ "migrations": [],
14
+ "fixtures": [],
15
+ "protocols": [
16
+ {
17
+ "id": "sample.readiness:contract-gate",
18
+ "schema": "atelier-readiness-protocol@v1",
19
+ "path": "protocols/contract-gate.v1.json",
20
+ "gate": "required",
21
+ "title": "Sample contract gate"
22
+ }
23
+ ],
24
+ "lenses": [
25
+ {
26
+ "id": "sample.readiness:contract-gate-lens",
27
+ "title": "Sample contract gate lens",
28
+ "query": {
29
+ "protocolId": "sample.readiness:contract-gate"
30
+ }
31
+ }
32
+ ],
33
+ "readinessRules": [
34
+ {
35
+ "id": "sample.readiness:scope-present",
36
+ "severity": "blocker",
37
+ "condition": "Scope name and evidence are present."
38
+ }
39
+ ],
40
+ "actionRules": [],
41
+ "exportMappings": [
42
+ {
43
+ "id": "sample.readiness:scope-export",
44
+ "sourceTerm": "sample.readiness:scope",
45
+ "target": "core.artifact"
46
+ }
47
+ ]
48
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "schema": "mnstry-atelier-kit-manifest@v1",
3
+ "kit": {
4
+ "name": "mnstry-atelier",
5
+ "boundary": "extractable-kit-readiness",
6
+ "clientZero": "sample"
7
+ },
8
+ "versions": {
9
+ "kernel": "v1",
10
+ "sourceDialect": "v1",
11
+ "exportContract": "atelier-export@v1",
12
+ "readinessRules": "atelier-readiness@v1",
13
+ "actionRules": "atelier-action-intent@v1"
14
+ },
15
+ "runtimeLock": {
16
+ "path": "atelier-runtime.lock.json",
17
+ "schema": "atelier-runtime-lock@v1",
18
+ "digest": "sha256:115ede36852f0394872a3b5ed6098433eb71110dc198c5e740671cefe603ea6c"
19
+ },
20
+ "contracts": {
21
+ "export": {
22
+ "path": "sample-architecture/contracts/atelier-export.v1.schema.json",
23
+ "digest": "sha256:c7ea26385ed0165f1527883f939cb2f40d47bc93679c82728e4e6be3fac74cfd"
24
+ },
25
+ "readiness": {
26
+ "path": "sample-architecture/contracts/atelier-readiness.v1.schema.json",
27
+ "digest": "sha256:fb9c56a817fbc0e902a3c207a65c6983515da24d3f23d163a5306e01c2161d36"
28
+ },
29
+ "actions": {
30
+ "path": "sample-architecture/contracts/atelier-action-intent.v1.schema.json",
31
+ "digest": "sha256:ee0051a21198c8736f196b1891c926a2b6e3004e10daf6bc18536e602f0491b8"
32
+ }
33
+ },
34
+ "extensionPacks": [
35
+ {
36
+ "id": "sample.extension",
37
+ "version": "v1",
38
+ "path": "sample-architecture/fixtures/atelier-extension-pack/sample.extension.v1.json",
39
+ "enabled": true
40
+ }
41
+ ],
42
+ "fileClasses": [
43
+ {
44
+ "pattern": "**/atelier-shell.js",
45
+ "class": "distributed-runtime-copy"
46
+ }
47
+ ],
48
+ "telemetry": {
49
+ "mode": "none",
50
+ "background": false,
51
+ "sendPath": false
52
+ }
53
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "description": "Kit manifests must keep telemetry disabled with no background or send path.",
3
+ "base": "../valid/mnstry-atelier-kit.valid.v1.json",
4
+ "mutations": [
5
+ {
6
+ "path": "/telemetry/mode",
7
+ "value": "support_bundle"
8
+ },
9
+ {
10
+ "path": "/telemetry/background",
11
+ "value": true
12
+ },
13
+ {
14
+ "path": "/telemetry/sendPath",
15
+ "value": true
16
+ }
17
+ ],
18
+ "expectedErrors": [
19
+ "telemetry"
20
+ ]
21
+ }
@@ -0,0 +1,76 @@
1
+ {
2
+ "schema": "mnstry-atelier-kit-manifest@v1",
3
+ "kit": {
4
+ "name": "mnstry-atelier",
5
+ "boundary": "extractable-kit-readiness",
6
+ "clientZero": "sample"
7
+ },
8
+ "versions": {
9
+ "kernel": "v1",
10
+ "sourceDialect": "v1",
11
+ "exportContract": "atelier-export@v1",
12
+ "readinessRules": "atelier-readiness@v1",
13
+ "actionRules": "atelier-action-intent@v1"
14
+ },
15
+ "runtimeLock": {
16
+ "path": "atelier-runtime.lock.json",
17
+ "schema": "atelier-runtime-lock@v1",
18
+ "digest": "sha256:115ede36852f0394872a3b5ed6098433eb71110dc198c5e740671cefe603ea6c"
19
+ },
20
+ "contracts": {
21
+ "export": {
22
+ "path": "sample-architecture/contracts/atelier-export.v1.schema.json",
23
+ "digest": "sha256:c7ea26385ed0165f1527883f939cb2f40d47bc93679c82728e4e6be3fac74cfd"
24
+ },
25
+ "readiness": {
26
+ "path": "sample-architecture/contracts/atelier-readiness.v1.schema.json",
27
+ "digest": "sha256:fb9c56a817fbc0e902a3c207a65c6983515da24d3f23d163a5306e01c2161d36"
28
+ },
29
+ "actions": {
30
+ "path": "sample-architecture/contracts/atelier-action-intent.v1.schema.json",
31
+ "digest": "sha256:ee0051a21198c8736f196b1891c926a2b6e3004e10daf6bc18536e602f0491b8"
32
+ }
33
+ },
34
+ "extensionPacks": [
35
+ {
36
+ "id": "sample.extension",
37
+ "version": "v1",
38
+ "path": "sample-architecture/fixtures/atelier-extension-pack/sample.extension.v1.json",
39
+ "enabled": true
40
+ }
41
+ ],
42
+ "fileClasses": [
43
+ {
44
+ "pattern": "**/atelier.manifest.json",
45
+ "class": "generated-projection"
46
+ },
47
+ {
48
+ "pattern": "**/atelier-ledger.html",
49
+ "class": "generated-projection"
50
+ },
51
+ {
52
+ "pattern": "**/knowledge.graph.json",
53
+ "class": "generated-projection"
54
+ },
55
+ {
56
+ "pattern": "atelier-output/**",
57
+ "class": "generated-projection"
58
+ },
59
+ {
60
+ "pattern": "**/atelier-shell.js",
61
+ "class": "distributed-runtime-copy",
62
+ "canonicalRepoRole": "repo-ops",
63
+ "note": "Canonical in the ops repo; every consumer receives a copy by runtime sync."
64
+ },
65
+ {
66
+ "pattern": "scripts/build-atelier.mjs",
67
+ "class": "distributed-runtime-copy",
68
+ "canonicalRepoRole": "repo-ops"
69
+ }
70
+ ],
71
+ "telemetry": {
72
+ "mode": "none",
73
+ "background": false,
74
+ "sendPath": false
75
+ }
76
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "schema": "mnstry.atelier-lock@v1",
3
+ "generatedAt": "2026-06-17T00:00:00.000Z",
4
+ "package": {
5
+ "name": "@mnstry/atelier",
6
+ "version": "0.1.0-alpha.0",
7
+ "source": {
8
+ "type": "local_path",
9
+ "path": "/tmp/mnstry-atelier"
10
+ }
11
+ },
12
+ "template": {
13
+ "id": "sample-workspace",
14
+ "version": "0.1.0-alpha.0"
15
+ },
16
+ "runtime": {
17
+ "node": {
18
+ "range": ">=22.18.0 <23"
19
+ },
20
+ "telemetry": "none",
21
+ "egress": "local-only",
22
+ "mutation": "not-implemented",
23
+ "runtimeImport": false,
24
+ "analysisExecution": false
25
+ },
26
+ "contracts": {
27
+ "projectConfig": "mnstry.atelier-project-config@v1",
28
+ "knowledgeGraph": "mnstry.atelier-knowledge-graph@v1",
29
+ "boundaryPolicy": "mnstry.atelier-boundary-policy@v1",
30
+ "exportContract": "atelier-export@v1"
31
+ },
32
+ "extensionPacks": [],
33
+ "boundaryPolicy": {
34
+ "path": "boundary-policy.v1.json",
35
+ "digest": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
36
+ "snapshot": null
37
+ },
38
+ "lastSuccessfulUpgrade": null,
39
+ "appliedMigrations": []
40
+ }
@@ -0,0 +1,41 @@
1
+ {
2
+ "schema": "mnstry.atelier-lock@v1",
3
+ "generatedAt": "2026-06-17T00:00:00.000Z",
4
+ "package": {
5
+ "name": "@mnstry/atelier",
6
+ "version": "0.1.0-alpha.0",
7
+ "source": {
8
+ "type": "git",
9
+ "repository": "git+https://github.com/mnstry/atelier.git",
10
+ "gitSha": "1111111111111111111111111111111111111111"
11
+ }
12
+ },
13
+ "template": {
14
+ "id": "sample-workspace",
15
+ "version": "0.1.0-alpha.0"
16
+ },
17
+ "runtime": {
18
+ "node": {
19
+ "range": ">=22.18.0 <23"
20
+ },
21
+ "telemetry": "none",
22
+ "egress": "local-only",
23
+ "mutation": "enabled",
24
+ "runtimeImport": false,
25
+ "analysisExecution": false
26
+ },
27
+ "contracts": {
28
+ "projectConfig": "mnstry.atelier-project-config@v1",
29
+ "knowledgeGraph": "mnstry.atelier-knowledge-graph@v1",
30
+ "boundaryPolicy": "mnstry.atelier-boundary-policy@v1",
31
+ "exportContract": "atelier-export@v1"
32
+ },
33
+ "extensionPacks": [],
34
+ "boundaryPolicy": {
35
+ "path": "boundary-policy.v1.json",
36
+ "digest": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
37
+ "snapshot": null
38
+ },
39
+ "lastSuccessfulUpgrade": null,
40
+ "appliedMigrations": []
41
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "schema": "mnstry.atelier-lock@v1",
3
+ "generatedAt": "2026-06-17T00:00:00.000Z",
4
+ "package": {
5
+ "name": "@mnstry/atelier",
6
+ "version": "0.1.0-alpha.0",
7
+ "source": {
8
+ "type": "git",
9
+ "repository": "git+https://github.com/mnstry/atelier.git",
10
+ "gitSha": "1111111111111111111111111111111111111111"
11
+ }
12
+ },
13
+ "template": {
14
+ "id": "sample-workspace",
15
+ "version": "0.1.0-alpha.0"
16
+ },
17
+ "runtime": {
18
+ "node": {
19
+ "range": ">=22.18.0 <23"
20
+ },
21
+ "telemetry": "none",
22
+ "egress": "local-only",
23
+ "mutation": "not-implemented",
24
+ "runtimeImport": false,
25
+ "analysisExecution": false
26
+ },
27
+ "contracts": {
28
+ "projectConfig": "mnstry.atelier-project-config@v1",
29
+ "knowledgeGraph": "mnstry.atelier-knowledge-graph@v1",
30
+ "boundaryPolicy": "mnstry.atelier-boundary-policy@v1",
31
+ "exportContract": "atelier-export@v1"
32
+ },
33
+ "extensionPacks": [],
34
+ "boundaryPolicy": {
35
+ "path": "boundary-policy.v1.json",
36
+ "digest": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
37
+ "snapshot": null
38
+ },
39
+ "lastSuccessfulUpgrade": null,
40
+ "appliedMigrations": [],
41
+ "unexpectedField": true
42
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "schema": "mnstry.atelier-lock@v1",
3
+ "generatedAt": "2026-06-17T00:00:00.000Z",
4
+ "package": {
5
+ "name": "@mnstry/atelier",
6
+ "version": "0.1.0-alpha.0",
7
+ "source": {
8
+ "type": "git",
9
+ "repository": "git+https://github.com/mnstry/atelier.git",
10
+ "gitSha": "1111111111111111111111111111111111111111"
11
+ }
12
+ },
13
+ "template": {
14
+ "id": "sample-workspace",
15
+ "version": "0.1.0-alpha.0"
16
+ },
17
+ "runtime": {
18
+ "node": {
19
+ "range": ">=22.18.0 <23"
20
+ },
21
+ "telemetry": "none",
22
+ "egress": "local-only",
23
+ "mutation": "not-implemented",
24
+ "runtimeImport": false,
25
+ "analysisExecution": false
26
+ },
27
+ "contracts": {
28
+ "projectConfig": "mnstry.atelier-project-config@v1",
29
+ "knowledgeGraph": "mnstry.atelier-knowledge-graph@v1",
30
+ "boundaryPolicy": "mnstry.atelier-boundary-policy@v1",
31
+ "exportContract": "atelier-export@v1"
32
+ },
33
+ "extensionPacks": [
34
+ {
35
+ "id": "mnstry-readiness-pack",
36
+ "version": "v1",
37
+ "digest": "sha256:3333333333333333333333333333333333333333333333333333333333333333"
38
+ },
39
+ {
40
+ "id": "sample.readiness",
41
+ "version": "v1",
42
+ "digest": "sha256:4444444444444444444444444444444444444444444444444444444444444444"
43
+ }
44
+ ],
45
+ "boundaryPolicy": {
46
+ "path": "boundary-policy.v1.json",
47
+ "digest": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
48
+ "snapshot": {
49
+ "schema": "mnstry.atelier-boundary-policy@v1",
50
+ "mode": "strict"
51
+ }
52
+ },
53
+ "lastSuccessfulUpgrade": null,
54
+ "appliedMigrations": []
55
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "schema": "mnstry.atelier-lock@v1",
3
+ "generatedAt": "2026-06-17T00:00:00.000Z",
4
+ "package": {
5
+ "name": "@mnstry/atelier",
6
+ "version": "0.1.0-alpha.0",
7
+ "source": {
8
+ "type": "git",
9
+ "repository": "git+https://github.com/mnstry/atelier.git",
10
+ "gitSha": "1111111111111111111111111111111111111111"
11
+ }
12
+ },
13
+ "template": {
14
+ "id": "sample-workspace",
15
+ "version": "0.1.0-alpha.0"
16
+ },
17
+ "runtime": {
18
+ "node": {
19
+ "range": ">=22.18.0 <23"
20
+ },
21
+ "telemetry": "none",
22
+ "egress": "local-only",
23
+ "mutation": "not-implemented",
24
+ "runtimeImport": false,
25
+ "analysisExecution": false
26
+ },
27
+ "contracts": {
28
+ "projectConfig": "mnstry.atelier-project-config@v1",
29
+ "knowledgeGraph": "mnstry.atelier-knowledge-graph@v1",
30
+ "boundaryPolicy": "mnstry.atelier-boundary-policy@v1",
31
+ "exportContract": "atelier-export@v1"
32
+ },
33
+ "extensionPacks": [],
34
+ "boundaryPolicy": {
35
+ "path": "boundary-policy.v1.json",
36
+ "digest": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
37
+ "snapshot": {
38
+ "schema": "mnstry.atelier-boundary-policy@v1",
39
+ "mode": "strict"
40
+ }
41
+ },
42
+ "lastSuccessfulUpgrade": null,
43
+ "appliedMigrations": []
44
+ }