enigma-memory 0.1.11 → 0.1.13

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 (58) hide show
  1. package/README.md +8 -0
  2. package/apps/cli/bin/enigma.mjs +362 -10
  3. package/deploy/SIMULATION.md +152 -0
  4. package/deploy/docker-compose.local-production-simulation.yml +237 -0
  5. package/deploy/docker-compose.production.example.yml +19 -0
  6. package/deploy/kms-mock.mjs +64 -0
  7. package/deploy/nginx.local-production-simulation.conf +33 -0
  8. package/deploy/siem-mock.mjs +50 -0
  9. package/docs/benchmark-attestation-network.md +488 -0
  10. package/docs/benchmark-reproducibility.md +19 -2
  11. package/docs/blockchain-only-mechanisms.md +388 -0
  12. package/docs/client-connectors.md +512 -0
  13. package/docs/demo-proof-network.md +275 -0
  14. package/docs/developer-ecosystem.md +47 -4
  15. package/docs/developer-proof-quickstart.md +325 -0
  16. package/docs/enigma-memory-ready-conformance.md +376 -0
  17. package/docs/enterprise-proof-control-plane.md +365 -0
  18. package/docs/install-anywhere.md +517 -0
  19. package/docs/market-category-narrative.md +398 -0
  20. package/docs/memory-drive-health-model.md +649 -0
  21. package/docs/memory-drive-strategy.md +458 -0
  22. package/docs/memory-passport-standard.md +445 -0
  23. package/docs/novelty-invention-candidates.md +161 -0
  24. package/docs/privacy-ledger-model.md +229 -0
  25. package/docs/proof-network-build-notes.md +240 -0
  26. package/docs/proof-network-claim-boundaries.md +318 -0
  27. package/docs/proof-network-dashboard-spec.md +773 -0
  28. package/docs/proof-network-glossary.md +27 -0
  29. package/docs/proof-network-launch-plan.md +421 -0
  30. package/docs/proof-network-operator-protocol.md +432 -0
  31. package/docs/proof-network-roadmap.md +431 -0
  32. package/docs/proof-network-test-plan.md +216 -0
  33. package/docs/proof-network-threat-model.md +373 -0
  34. package/docs/proof-network.md +257 -0
  35. package/docs/sdk-api.md +132 -10
  36. package/docs/solana-devnet-acceptance.md +226 -0
  37. package/docs/solana-proof-rail.md +453 -0
  38. package/examples/ci/github-actions.yml +6 -3
  39. package/examples/proof-network-anchor.json +37 -0
  40. package/examples/proof-network-attestation.json +35 -0
  41. package/examples/proof-network-grant.json +27 -0
  42. package/examples/proof-network-packet.json +71 -0
  43. package/package.json +42 -3
  44. package/packages/mcp-server/src/index.js +1 -1
  45. package/packages/proof-network/src/index.js +570 -0
  46. package/scripts/build-hosted-api-key-lifecycle.mjs +1 -1
  47. package/scripts/build-hosted-customer-lifecycle.mjs +1 -1
  48. package/scripts/build-installer-assets.mjs +1 -1
  49. package/scripts/build-proof-network-packet.mjs +213 -0
  50. package/scripts/run-standard-memory-benchmarks.mjs +1 -1
  51. package/scripts/simulate-production-env.mjs +210 -0
  52. package/scripts/verify-registry-install.mjs +1 -0
  53. package/scripts/wait-for-backend-ready.mjs +101 -0
  54. package/specs/goal-completion-audit-v1.schema.json +1 -0
  55. package/specs/proof-network-anchor-batch-v1.schema.json +125 -0
  56. package/specs/proof-network-benchmark-attestation-v1.schema.json +103 -0
  57. package/specs/proof-network-capability-grant-v1.schema.json +132 -0
  58. package/specs/proof-network-packet-v1.schema.json +171 -0
@@ -0,0 +1,431 @@
1
+ # Proof Network execution roadmap
2
+
3
+ ## Purpose
4
+
5
+ This roadmap turns Enigma Proof Network from a local proof-artifact workflow into a staged ecosystem program over 30 days, 60 days, 90 days, and six months. The product thesis is narrow by design: Enigma is a private AI memory controller that emits public-safe evidence for Enigma-controlled memory boundaries. Solana is an optional proof, permission, and settlement rail for compact commitments only.
6
+
7
+ The roadmap is not evidence that any hosted verifier, Solana program, partner integration, or enterprise deployment is currently operating. Each stage has explicit dependencies and acceptance criteria so public copy can stay aligned with evidence.
8
+
9
+ ## Non-negotiable boundaries
10
+
11
+ 1. Public artifacts contain only hashes, roots, refs, counts, timestamps, schema names, validation status, and signatures.
12
+ 2. Public artifacts do not contain private memory payloads, private policy bodies, private user content, private operational material, or private service output.
13
+ 3. Local proof commands are useful before any hosted verifier or chain rail exists.
14
+ 4. A local proof artifact is evidence about its own schema, digest, refs, and declared boundary. It is not a claim about systems that do not consume the artifact.
15
+ 5. Solana integration remains optional. The data plane stays private; the public rail receives compact commitments and public-safe refs.
16
+ 6. Benchmark attestations bind report hashes to dataset, runner, package, environment, and verifier refs. They do not turn a single report into a universal performance claim.
17
+ 7. Enterprise beta work is scoped to review workflows, artifact governance, verifier policy, and operational evidence. It must not be described as an external credential or assured outcome.
18
+
19
+ ## Workstream map
20
+
21
+ | Workstream | Objective | Primary artifacts | Owner profile |
22
+ | --- | --- | --- | --- |
23
+ | Local proof core | Make artifact creation and verification deterministic and easy to inspect. | Anchor batch, capability grant, capability revocation, proof packet, verifier result. | Protocol and CLI engineering. |
24
+ | CLI artifacts | Give developers repeatable commands that emit public-safe JSON. | `chain anchor`, `chain grant`, `chain revoke`, `chain attest`, `chain packet`, `chain verify`. | CLI and developer experience engineering. |
25
+ | Conformance | Define what it means for an implementation to be Enigma-memory-ready. | Conformance profile, fixture corpus, verifier matrix, claim boundary checklist. | Standards and QA. |
26
+ | Benchmark attestation | Bind benchmark evidence to hashes and refs without publishing private report bodies. | Benchmark attestation, report hash, runner ref, dataset ref, package ref. | Benchmark systems and docs. |
27
+ | Hosted verifier | Provide an optional service boundary for verifying public-safe packets. | Verification request ref, verifier result, audit event ref, operator policy. | Hosted platform engineering. |
28
+ | Solana devnet | Prototype compact public commitments without moving private data to chain. | Anchor instruction draft, account model, program id placeholder, devnet transaction refs when approved. | Protocol and Solana engineering. |
29
+ | Enterprise beta | Turn proof artifacts into reviewer workflows for controlled pilots. | Beta review packet, policy template, verifier runbook, feedback log. | Product, security, and solutions engineering. |
30
+
31
+ ## Dependency model
32
+
33
+ | Dependency | Needed by | Blocking condition | Ready signal |
34
+ | --- | --- | --- | --- |
35
+ | Stable schema identifiers | Local proof, CLI artifacts, conformance, hosted verifier, Solana devnet. | Artifact families cannot be validated consistently. | Each artifact family has a versioned schema id, required fields, optional fields, and public-safety rule. |
36
+ | Canonical JSON hashing | Local proof, benchmark attestation, hosted verifier. | Verifiers may disagree on digests. | Same input object produces the same digest across fixtures and command paths. |
37
+ | Private-payload rejection | Local proof, CLI artifacts, hosted verifier. | Unsafe examples or packet contents could be emitted. | Constructors and verifiers reject known private-key and private-value patterns before writing public artifacts. |
38
+ | CLI fixture corpus | CLI artifacts, conformance, benchmark attestation. | Examples cannot be regression-tested manually or by adopters. | Every command has at least one passing fixture, one failing fixture, and one documented expected result. |
39
+ | Claim boundary checklist | Launch docs, enterprise beta, benchmark copy. | Public copy may overstate what artifacts prove. | Every external-facing asset maps each claim to an artifact and an explicit limitation. |
40
+ | Hosted verifier policy | Hosted verifier, enterprise beta. | Service behavior would be undefined for unsupported artifact families or oversized packets. | Request limits, supported schemas, failure modes, logging boundaries, and retention boundaries are documented. |
41
+ | Solana instruction draft | Solana devnet. | Chain prototype cannot be reviewed without an account and instruction model. | Anchor, grant, revoke, and attestation account concepts are mapped to public-safe seeds and compact data. |
42
+ | Enterprise pilot rubric | Enterprise beta. | Pilot feedback may become anecdotal and non-actionable. | Reviewers score setup, artifact clarity, verifier output, policy fit, and unresolved risks against the same rubric. |
43
+
44
+ ## First 30 days: local proof and CLI artifacts
45
+
46
+ ### Goal
47
+
48
+ Make Proof Network credible as a local developer workflow: create public-safe artifacts, bundle them, verify them, and explain exactly what each result proves.
49
+
50
+ ### Scope
51
+
52
+ 1. Freeze the initial artifact vocabulary:
53
+ - anchor batch;
54
+ - capability grant;
55
+ - capability revocation;
56
+ - benchmark attestation;
57
+ - proof packet;
58
+ - verifier result.
59
+ 2. Confirm the local-only proof boundary in every command that prepares Solana-ready payloads:
60
+ - no network transaction implied;
61
+ - no private data on the public rail;
62
+ - explicit `transaction_submitted:false` where applicable.
63
+ 3. Make the CLI path easy to reproduce:
64
+ - create an anchor batch from one or more roots and refs;
65
+ - create a scoped capability grant from public-safe refs;
66
+ - create a revocation from a grant ref or nullifier ref;
67
+ - create a benchmark attestation from a report hash and public-safe refs;
68
+ - bundle artifacts into a proof packet;
69
+ - verify a single artifact or packet locally.
70
+ 4. Write one developer walkthrough that starts from a zero-credential local command and ends with a verifier result.
71
+ 5. Add a reviewer-oriented artifact glossary that defines each field by purpose, safety boundary, and verifier behavior.
72
+
73
+ ### Deliverables
74
+
75
+ | Deliverable | Description | Acceptance criteria |
76
+ | --- | --- | --- |
77
+ | Local proof command set | CLI commands that emit public-safe JSON artifacts. | A developer can generate every initial artifact family without credentials, hosted services, or chain access. Generated artifacts carry only public-safe fields and explicit safety flags. |
78
+ | Packet verifier | Local verifier for individual artifacts and packets. | Verifier accepts valid fixtures, rejects malformed schemas, rejects unsupported artifact types, and rejects private-payload patterns. |
79
+ | Artifact examples | Synthetic examples for every artifact family. | Examples use synthetic hashes and refs, include expected verifier status, and avoid private payloads. |
80
+ | CLI proof walkthrough | Developer path from local setup to verification. | Walkthrough has copy-pasteable commands, expected output shape, and a clear statement of what is and is not proven. |
81
+ | Claim boundary matrix | Internal table for launch and docs review. | Every allowed claim maps to one or more artifacts; every prohibited claim has a reason and safer replacement language. |
82
+
83
+ ### Acceptance criteria for day 30
84
+
85
+ - A new developer can produce and verify a proof packet locally in under fifteen minutes using documented commands.
86
+ - Every artifact family has a stable schema identifier, canonical hash behavior, and a privacy rejection path.
87
+ - CLI output distinguishes local planning artifacts from submitted network transactions.
88
+ - Documentation describes Solana as optional and future-facing unless separately supported by approved transaction evidence.
89
+ - Benchmark attestation examples bind hashes and refs only; they do not publish report bodies or broad performance claims.
90
+ - Enterprise-facing copy says proof artifacts support review workflows; it does not promise external credentials or assured business outcomes.
91
+
92
+ ### Day-30 risks and controls
93
+
94
+ | Risk | Control |
95
+ | --- | --- |
96
+ | Developers confuse a Solana-ready payload with a submitted transaction. | Keep `transaction_submitted:false` visible in examples and verifier output. |
97
+ | Examples accidentally include private operational context. | Use synthetic refs only and run examples through the same private-payload rejection path as user artifacts. |
98
+ | Verifier output is too low-level for reviewers. | Provide a concise status summary before detailed schema diagnostics. |
99
+ | Benchmark attestation is read as a leaderboard claim. | Require report hash, dataset ref, runner ref, package ref, metric scope, and limitation text together. |
100
+
101
+ ## First 60 days: conformance and benchmark attestation
102
+
103
+ ### Goal
104
+
105
+ Turn local proof artifacts into an ecosystem contract: independent implementers can understand the expected artifact shape, and benchmark evidence can be cited through attestations instead of unsupported copy.
106
+
107
+ ### Scope
108
+
109
+ 1. Publish an Enigma-memory-ready conformance profile:
110
+ - required artifact families;
111
+ - required verifier checks;
112
+ - required privacy boundaries;
113
+ - required failure modes;
114
+ - optional Solana readiness fields.
115
+ 2. Build a conformance fixture set:
116
+ - valid anchor batch;
117
+ - valid grant;
118
+ - valid revocation;
119
+ - valid benchmark attestation;
120
+ - valid packet;
121
+ - malformed schema case;
122
+ - unsupported schema case;
123
+ - private-payload rejection case;
124
+ - expired or out-of-scope grant case.
125
+ 3. Define benchmark attestation review rules:
126
+ - report hash format;
127
+ - dataset ref format;
128
+ - runner ref format;
129
+ - package ref format;
130
+ - environment ref format;
131
+ - verifier ref format;
132
+ - metric scope and limitation text.
133
+ 4. Create a benchmark attestation packet template that can be attached to a release, research note, or enterprise review packet.
134
+ 5. Add a compatibility table for internal and external tools that consume proof-network artifacts.
135
+
136
+ ### Deliverables
137
+
138
+ | Deliverable | Description | Acceptance criteria |
139
+ | --- | --- | --- |
140
+ | Conformance profile | Versioned definition of required behavior for proof-network-compatible tools. | Profile states mandatory checks, optional checks, supported schemas, unsupported behavior, and privacy boundary requirements. |
141
+ | Fixture corpus | Public-safe fixtures for implementer testing. | Fixtures cover positive and negative verifier paths and can be referenced from docs without private data. |
142
+ | Benchmark attestation template | Standard packet for binding report hashes to refs. | Template includes report hash, dataset ref, runner ref, package ref, environment ref, verifier ref, signature area, and limitation text. |
143
+ | Claim review workflow | Repeatable review path for benchmark and proof claims. | A claim cannot be approved unless it references an artifact, metric scope, verifier result, and limitation. |
144
+ | Partner integration notes | Guide for wallets, agent frameworks, benchmark tools, and reviewers. | Notes explain how to consume artifacts locally and how to avoid assuming public-chain or hosted-service behavior. |
145
+
146
+ ### Acceptance criteria for day 60
147
+
148
+ - A third-party implementer can read the conformance profile and know what must be generated, verified, rejected, and left out.
149
+ - The fixture corpus catches both malformed artifacts and artifacts that are structurally valid but privacy-unsafe.
150
+ - Benchmark attestations can be reviewed without publishing private report contents.
151
+ - Public benchmark language is bound to exact refs and limitations, not generalized superiority statements.
152
+ - Partner integration notes keep Solana, hosted verification, and local verification as distinct boundaries.
153
+
154
+ ### Day-60 risks and controls
155
+
156
+ | Risk | Control |
157
+ | --- | --- |
158
+ | Conformance becomes too broad for implementers. | Keep a small required core and move experimental fields to optional sections. |
159
+ | Negative fixtures reveal unsafe examples too vividly. | Use synthetic redacted placeholders and validate that fixtures themselves are safe to publish. |
160
+ | Partners treat optional fields as required. | Mark required, optional, experimental, and reserved fields separately. |
161
+ | Benchmark attestations become marketing shortcuts. | Require an artifact ref and limitation text next to any metric claim. |
162
+
163
+ ## First 90 days: hosted verifier and Solana devnet prototype
164
+
165
+ ### Goal
166
+
167
+ Add optional networked verification and a reviewed Solana devnet prototype while preserving the local-first and public-safe contract.
168
+
169
+ ### Scope
170
+
171
+ 1. Hosted verifier design:
172
+ - accept proof packets containing supported schema families;
173
+ - return a verifier result with status, artifact refs, digest summary, schema diagnostics, and policy diagnostics;
174
+ - enforce size, schema, and private-payload rejection limits;
175
+ - avoid requiring private data to verify public-safe packets;
176
+ - document request and result retention boundaries before beta use.
177
+ 2. Hosted verifier implementation path:
178
+ - start with local verifier parity;
179
+ - add deterministic request hashing;
180
+ - add signed verifier result envelopes;
181
+ - add operator policy configuration;
182
+ - add failure-mode documentation.
183
+ 3. Solana devnet prototype:
184
+ - draft program account model for anchor batches, grants, revocations, and attestations;
185
+ - use only public-safe seeds and compact commitments;
186
+ - map local artifact fields to instruction data;
187
+ - demonstrate devnet anchoring only after approved evidence exists;
188
+ - keep local artifacts as the source of detailed review context.
189
+ 4. Enterprise beta preparation:
190
+ - identify pilot workflows that can be reviewed with synthetic or approved public-safe packets;
191
+ - write beta entry criteria, exit criteria, and feedback rubric;
192
+ - define what operators must collect before a pilot claim can be published.
193
+
194
+ ### Deliverables
195
+
196
+ | Deliverable | Description | Acceptance criteria |
197
+ | --- | --- | --- |
198
+ | Hosted verifier alpha | Optional verifier service for public-safe proof packets. | Service returns deterministic results for known fixtures, rejects unsupported or unsafe packets, and documents its supported boundary. |
199
+ | Verifier result envelope | Signed or signable result format for verification outcomes. | Envelope binds input packet digest, supported schema list, policy version, result status, timestamp, and verifier ref. |
200
+ | Solana devnet design packet | Account and instruction design for compact commitments. | Design shows public-safe seeds, data fields, size expectations, and local-artifact relationship for each artifact family. |
201
+ | Devnet prototype evidence packet | Approved evidence for any devnet transaction claim. | Packet includes program/ref identifiers, transaction refs if present, local artifact digest, verifier result, and explicit limitation text. |
202
+ | Enterprise beta readiness packet | Materials for controlled pilots. | Packet includes use-case scope, allowed data boundary, reviewer steps, acceptance rubric, escalation path, and claim boundary. |
203
+
204
+ ### Acceptance criteria for day 90
205
+
206
+ - Hosted verifier output matches local verifier output on the shared fixture corpus except for documented service envelope fields.
207
+ - Hosted verifier documentation states supported schemas, limits, rejection cases, and what is not being verified.
208
+ - Any Solana devnet language is backed by approved evidence and remains limited to compact public-safe commitments.
209
+ - Local proof packets remain useful without hosted verification or chain anchoring.
210
+ - Enterprise beta candidates can review the workflow before sharing any sensitive operational context.
211
+
212
+ ### Day-90 risks and controls
213
+
214
+ | Risk | Control |
215
+ | --- | --- |
216
+ | Hosted verification is mistaken for broader truth about the underlying system. | Result envelope states that verification covers the packet, schema, digest, and declared policy boundary. |
217
+ | Chain prototype tempts teams to publish more data than needed. | Program design accepts compact commitments and refs only; local packet holds review context. |
218
+ | Devnet evidence is treated as production evidence. | Label devnet materials plainly and require separate approval for stronger claims. |
219
+ | Enterprise pilots produce inconsistent feedback. | Use one beta rubric and one packet format across pilots. |
220
+
221
+ ## Six months: enterprise beta and ecosystem hardening
222
+
223
+ ### Goal
224
+
225
+ Move from proof-network prototype to controlled ecosystem adoption: enterprise beta workflows, partner conformance, hosted verifier hardening, and optional Solana proof rail readiness.
226
+
227
+ ### Scope
228
+
229
+ 1. Enterprise beta execution:
230
+ - run controlled pilots around memory review packets, scoped capability review, revocation handling, and benchmark attestation review;
231
+ - use public-safe artifacts and approved local evidence;
232
+ - collect structured feedback against the same rubric;
233
+ - document unresolved risks without overstating outcomes.
234
+ 2. Hosted verifier hardening:
235
+ - publish service limits;
236
+ - add operator policy versions;
237
+ - add result signing and key rotation plan;
238
+ - add availability and incident runbooks;
239
+ - keep local verification as a fallback and baseline.
240
+ 3. Conformance program:
241
+ - publish implementer checklist;
242
+ - maintain fixture corpus versions;
243
+ - define compatibility badge language that does not imply third-party approval;
244
+ - add partner self-test packet template.
245
+ 4. Solana readiness:
246
+ - complete devnet review;
247
+ - decide whether the rail remains a prototype, partner sandbox, or candidate for a later public release;
248
+ - document account costs, instruction limits, replay and revocation behavior, and operator key practices;
249
+ - keep private payloads off-chain by design.
250
+ 5. Benchmark evidence program:
251
+ - standardize benchmark report hashes and refs across release packets;
252
+ - require verifier results for public benchmark packets;
253
+ - separate evidence binding from performance interpretation.
254
+ 6. Developer ecosystem:
255
+ - provide examples for agent framework maintainers, wallets, benchmark tools, and reviewer workflows;
256
+ - keep examples local-first and safe to inspect;
257
+ - document upgrade behavior for schema versions.
258
+
259
+ ### Deliverables
260
+
261
+ | Deliverable | Description | Acceptance criteria |
262
+ | --- | --- | --- |
263
+ | Enterprise beta report | Internal summary of pilot workflows and reviewer feedback. | Report includes artifact coverage, verifier outcomes, reviewer friction, unresolved risks, and approved public-safe excerpts only. |
264
+ | Hosted verifier beta | Hardened verifier service for controlled beta traffic. | Service has documented limits, policy versions, result signing, operational runbooks, and parity with local verifier fixtures. |
265
+ | Conformance kit | Implementer-facing profile, fixtures, self-test guide, and compatibility language. | A partner can run the self-test packet and understand exactly what compatibility means and does not mean. |
266
+ | Solana proof rail decision record | Decision on next stage for optional rail. | Record cites devnet evidence if any, unresolved engineering risks, cost and account assumptions, and claim boundaries. |
267
+ | Benchmark evidence packet standard | Standard release attachment for benchmark-related claims. | Packet binds report hashes and refs to verifier results and limitation text; it does not publish private report bodies or broad comparative promises. |
268
+ | Ecosystem examples | Public-safe examples for target integrators. | Examples are local-first, schema-versioned, verifier-backed, and free of private payloads. |
269
+
270
+ ### Acceptance criteria for six months
271
+
272
+ - At least one controlled enterprise beta workflow can be reviewed end-to-end using public-safe proof packets, local verification, and documented reviewer steps.
273
+ - Hosted verifier beta returns signed or signable results that can be checked against local verifier behavior for the same fixture packet.
274
+ - Conformance kit supports implementer self-testing without requiring hosted services or chain access.
275
+ - Solana rail status is explicit: prototype, sandbox, or later-release candidate. No stronger claim is used without approved evidence.
276
+ - Benchmark evidence packets are attached to relevant benchmark claims and preserve the distinction between evidence binding and metric interpretation.
277
+ - Developer ecosystem examples show how to consume artifacts without depending on private data disclosure.
278
+
279
+ ### Six-month risks and controls
280
+
281
+ | Risk | Control |
282
+ | --- | --- |
283
+ | Beta feedback is marketed as proof of broad enterprise readiness. | Keep beta report internal unless excerpts pass claim review and public-safety review. |
284
+ | Hosted verifier creates centralization concerns. | Preserve local verifier parity and document the hosted service as optional. |
285
+ | Conformance badge language is overread. | Use compatibility language tied to fixtures and schemas, not third-party approval wording. |
286
+ | Solana roadmap becomes a distraction from local proof value. | Keep local proof as the default workflow and evaluate Solana only where public commitments add value. |
287
+ | Benchmark evidence is used beyond its scope. | Require artifact refs, metric scope, and limitations with every benchmark statement. |
288
+
289
+ ## Cross-phase acceptance checklist
290
+
291
+ Before any milestone is called complete, the following checklist must pass:
292
+
293
+ 1. **Artifact safety**: emitted public artifacts contain only hashes, roots, refs, counts, timestamps, schema names, validation status, and signatures.
294
+ 2. **Schema stability**: every artifact has a versioned schema id and documented required fields.
295
+ 3. **Verifier determinism**: the same valid fixture produces the same digest and verifier status across supported paths.
296
+ 4. **Negative coverage**: malformed, unsupported, expired, out-of-scope, and privacy-unsafe packets are rejected with actionable diagnostics.
297
+ 5. **Local-first path**: developers can create and verify a proof packet without hosted services or chain access.
298
+ 6. **Solana boundary**: chain-related work uses compact commitments and public-safe refs only, with local artifacts retaining review context.
299
+ 7. **Benchmark boundary**: benchmark attestations bind evidence to refs and limitations; they do not assert broad performance conclusions by themselves.
300
+ 8. **Enterprise boundary**: beta materials support review and governance workflows; they do not state assured outcomes.
301
+ 9. **Claim review**: every public claim cites the artifact, verifier result, limitation, and evidence status that support it.
302
+ 10. **Dependency status**: each milestone names unmet dependencies plainly instead of implying that unfinished work is done.
303
+
304
+ ## Milestone summary
305
+
306
+ | Horizon | Main outcome | Acceptance headline |
307
+ | --- | --- | --- |
308
+ | 30 days | Local proof and CLI artifacts. | Developers can generate, packetize, and verify public-safe proof artifacts locally. |
309
+ | 60 days | Conformance and benchmark attestation. | Implementers can test against fixtures, and benchmark claims can cite attestations instead of broad assertions. |
310
+ | 90 days | Hosted verifier alpha and Solana devnet prototype. | Optional service verification and optional devnet work preserve local-first, public-safe boundaries. |
311
+ | Six months | Enterprise beta and ecosystem hardening. | Controlled pilots, conformance kit, hosted verifier beta, and Solana decision record are evidence-backed and claim-bounded. |
312
+
313
+ ## Execution cadence and decision gates
314
+
315
+ | Cadence | Decision | Evidence required | Stop condition |
316
+ | --- | --- | --- | --- |
317
+ | Weekly during first 30 days | Are local artifacts and verifier behavior stable enough for docs examples? | Passing fixture review, deterministic hashes, and private-payload rejection notes. | Any artifact family changes required fields without a version decision. |
318
+ | Biweekly during days 31-60 | Is the conformance profile narrow enough for implementers? | Fixture results, field classification, and implementer feedback from dry runs. | Required core expands beyond local artifact creation and verification. |
319
+ | Biweekly during days 61-90 | Can hosted verifier and Solana devnet work proceed without changing the local packet contract? | Hosted/local parity report, public-safe instruction draft, and claim review. | Hosted or chain path requires private payload disclosure or unsupported claims. |
320
+ | Monthly through six months | Should enterprise beta and ecosystem materials advance to the next audience? | Beta rubric results, conformance kit results, verifier envelope review, and Solana decision record. | Evidence is incomplete, claims outrun artifacts, or reviewers cannot reproduce the local path. |
321
+
322
+ Decision gates are intentionally evidence-heavy. A phase can continue internal engineering with open issues, but external copy must wait until the artifact, verifier result, limitation, and current status are all available.
323
+
324
+ ## Artifact deliverables by milestone
325
+
326
+ | Artifact or packet | 30 days | 60 days | 90 days | Six months |
327
+ | --- | --- | --- | --- | --- |
328
+ | Anchor batch | Local CLI output and verifier fixture. | Conformance fixture and field guide. | Solana account/instruction mapping. | Included in partner self-test packet. |
329
+ | Capability grant | Local CLI output and verifier fixture. | Scope, expiry, and subject-ref conformance rules. | Hosted verifier policy diagnostics. | Enterprise reviewer workflow for scoped access. |
330
+ | Capability revocation | Local CLI output and verifier fixture. | Nullifier and grant-ref conformance rules. | Hosted verifier policy diagnostics. | Enterprise reviewer workflow for stop-acceptance handling. |
331
+ | Benchmark attestation | Local CLI output from report hash and refs. | Standard attestation packet template. | Hosted verifier result envelope for attestation packets. | Release evidence packet standard. |
332
+ | Proof packet | Bundle valid local artifacts and verify offline. | Packet-level positive and negative fixtures. | Hosted verifier request and result envelope. | Partner self-test packet and enterprise review packet. |
333
+ | Verifier result | Local status, digest, and schema diagnostics. | Conformance result matrix. | Signed or signable hosted result envelope. | Local/hosted parity baseline for beta. |
334
+ | Solana anchor evidence | Not claimed beyond local planning fields. | Public-safe account and instruction draft. | Devnet evidence packet only if approved evidence exists. | Decision record for prototype, sandbox, or later-release candidate. |
335
+
336
+ ## Dependency and risk register
337
+
338
+ | Item | Dependency | Risk if weak | Mitigation |
339
+ | --- | --- | --- | --- |
340
+ | Schema versioning | Stable artifact identifiers and field rules. | Verifiers and docs drift apart. | Version every artifact family and keep unsupported versions explicit. |
341
+ | Canonical hashing | Deterministic JSON serialization. | Reviewers cannot reproduce packet digests. | Use one canonicalization rule in CLI, hosted verifier, fixtures, and docs. |
342
+ | Privacy rejection | Shared unsafe-key and unsafe-value rules. | Public artifacts may contain private payload material. | Run artifact constructors, packet builders, and verifiers through the same rejection layer. |
343
+ | Conformance fixtures | Positive and negative examples. | Partners integrate only the happy path. | Require failing fixtures for malformed, unsupported, expired, out-of-scope, and privacy-unsafe packets. |
344
+ | Benchmark evidence | Report hash plus dataset, runner, package, environment, and verifier refs. | Metrics may be quoted without sufficient scope. | Bind every benchmark statement to an attestation and limitation text. |
345
+ | Hosted verifier parity | Local verifier baseline. | Hosted results become a different trust model. | Treat local verifier output as the baseline and document service-only envelope fields. |
346
+ | Solana devnet readiness | Public-safe instruction draft and local packet mapping. | Chain work expands beyond compact commitments. | Reject instruction designs that require private payloads or omit local packet context. |
347
+ | Enterprise beta rubric | Shared reviewer criteria. | Pilot feedback becomes inconsistent. | Score each pilot against setup, artifact clarity, verifier output, policy fit, and unresolved risks. |
348
+
349
+ ## Cross-phase dependency graph
350
+
351
+ ```text
352
+ Stable schemas
353
+ -> local CLI artifacts
354
+ -> local verifier fixtures
355
+ -> conformance profile
356
+ -> hosted verifier parity
357
+ -> enterprise beta packets
358
+
359
+ Canonical hashing
360
+ -> artifact digests
361
+ -> proof packet roots
362
+ -> benchmark attestations
363
+ -> hosted verifier envelopes
364
+ -> Solana compact commitments
365
+
366
+ Privacy rejection
367
+ -> CLI constructors
368
+ -> packet builder
369
+ -> fixture corpus
370
+ -> hosted verifier policy
371
+ -> public examples
372
+
373
+ Claim boundary checklist
374
+ -> developer docs
375
+ -> benchmark copy
376
+ -> Solana devnet language
377
+ -> enterprise beta excerpts
378
+ ```
379
+
380
+ No downstream phase is allowed to weaken an upstream boundary. If hosted verification or Solana devnet work requires a different artifact shape, the schema must version forward and the local verifier must remain able to explain the difference.
381
+
382
+ ## Six-month month-by-month sequence
383
+
384
+ | Month | Primary build focus | Acceptance check |
385
+ | --- | --- | --- |
386
+ | Month 1 | Local proof commands, verifier fixtures, proof packet examples, claim boundary matrix. | A developer can generate and verify every initial artifact family locally with public-safe examples. |
387
+ | Month 2 | Conformance profile, fixture corpus, benchmark attestation template, partner notes. | An implementer can run positive and negative fixtures and understand required versus optional behavior. |
388
+ | Month 3 | Hosted verifier alpha, result envelope, Solana devnet design packet, beta readiness packet. | Hosted results match local verifier fixtures, and Solana design remains compact-commitment only. |
389
+ | Month 4 | Enterprise beta intake, hosted verifier policy versions, conformance self-test packet. | Reviewers can complete a controlled packet review and record issues against the shared rubric. |
390
+ | Month 5 | Partner self-tests, benchmark evidence packet standard, verifier runbooks, Solana cost and account review. | External implementers can test compatibility without hosted services or chain access. |
391
+ | Month 6 | Beta report, hosted verifier beta, conformance kit, Solana decision record, ecosystem examples. | Public-safe excerpts and roadmap decisions are backed by artifacts, verifier results, limitations, and current status. |
392
+
393
+ ## Definition of done by capability
394
+
395
+ | Capability | Done means | Not done if |
396
+ | --- | --- | --- |
397
+ | Local proof | CLI can emit every initial artifact family and local verifier can explain acceptance or rejection. | Any artifact needs hosted services, chain access, or private payload disclosure. |
398
+ | CLI artifacts | Commands produce deterministic JSON with documented fields, examples, and expected verifier output. | Output fields are undocumented, unstable, or ambiguous about transaction status. |
399
+ | Conformance | Profile and fixtures let another implementer test required behavior. | The profile is descriptive only and cannot be checked against fixtures. |
400
+ | Benchmark attestation | A report hash can be bound to dataset, runner, package, environment, verifier refs, and limitations. | A benchmark statement can stand without an attestation ref and scope. |
401
+ | Hosted verifier | Service returns packet-scoped results that match local verifier behavior on shared fixtures. | Service output implies broader truth than packet, schema, digest, and policy validation. |
402
+ | Solana devnet | Prototype maps compact commitments and public-safe refs to accounts/instructions with approved evidence for any devnet statement. | Program design requires private payloads or replaces local packet review. |
403
+ | Enterprise beta | Reviewers can use proof packets, verifier results, and rubric criteria to evaluate controlled workflows. | Pilot materials imply broad production readiness or assured outcomes. |
404
+
405
+ ## Global acceptance checklist
406
+
407
+ Use this checklist before publishing a milestone update, partner note, demo script, or beta excerpt:
408
+
409
+ 1. The artifact family and schema version are named.
410
+ 2. The artifact contains only public-safe hashes, roots, refs, counts, timestamps, schema names, validation status, and signatures.
411
+ 3. A verifier result or expected verifier result is attached.
412
+ 4. Dependencies and unresolved blockers are named.
413
+ 5. The local-first path remains usable without hosted services or chain access.
414
+ 6. Hosted verifier claims are packet-scoped and optional.
415
+ 7. Solana claims are limited to compact commitments and current evidence status.
416
+ 8. Benchmark claims cite an attestation ref, metric scope, and limitation.
417
+ 9. Enterprise beta statements describe reviewer workflow evidence, not assured outcomes.
418
+ 10. Public copy can be traced back to a proof artifact, fixture, packet, or decision record.
419
+
420
+ ## Recommended sequencing rule
421
+
422
+ Do not advance a public claim ahead of its artifact evidence. The safe order is:
423
+
424
+ 1. Define the artifact and schema.
425
+ 2. Generate synthetic public-safe fixtures.
426
+ 3. Verify locally.
427
+ 4. Document the claim boundary.
428
+ 5. Add hosted or Solana paths only when they preserve the same public-safe packet contract.
429
+ 6. Publish externally only after the artifact, verifier result, limitation, and evidence status are all available.
430
+
431
+ This keeps the roadmap aligned with the core promise: private AI memory stays private, while Enigma emits public-safe proof artifacts that reviewers and integrators can inspect.