@@ -143,6 +143,9 @@ Key files:
143143- ` complex-unitary-mesh-support.json `
144144- ` error-budget-report.json `
145145- ` error-budget-analysis.md `
146+ - ` hardware-design-space-sweep.json `
147+ - ` hardware-design-space-analysis.json `
148+ - ` hardware-design-space-pareto.md `
146149- ` hardware-requirements-envelope.json `
147150- ` hardware-requirements-analysis.json `
148151- ` hardware-scenario-estimates.json `
@@ -151,6 +154,11 @@ Key files:
151154- ` layer-stack-error-analysis.json `
152155- ` matrix-family-benchmark.json `
153156- ` matrix-family-analysis.json `
157+ - ` model-export-adapter-demo.json `
158+ - ` model-export-adapter-validation.json `
159+ - ` model-portfolio-benchmark.json `
160+ - ` model-portfolio-ranking.json `
161+ - ` model-portfolio-decision-summary.md `
154162- ` model-to-hrm-decision-report.json `
155163- ` model-to-hrm-decision-report.md `
156164- ` model-weight-import-demo.json `
@@ -177,6 +185,7 @@ Key files:
177185- ` stage-6-measured-transfer-matrix-gate.json `
178186- ` stage-7-hardware-benchmark-gate.json `
179187- ` transfer-matrix-assimilation-plan.json `
188+ - ` transfer-matrix-ingestion-sandbox.json `
180189- ` v0.1.0-rc1-readiness.json `
181190- ` v0.1.0-rc1-readiness.md `
182191- ` validation-ladder-summary.json `
@@ -194,9 +203,14 @@ Schema documentation for future hardware evidence gates:
194203- ` docs/future-work/measured-transfer-matrix-fixture-schema.md `
195204- ` docs/future-work/hardware-benchmark-acceptance-schema.md `
196205- ` docs/future-work/model-weight-manifest-schema.md `
206+ - ` docs/future-work/model-export-adapter-protocol.md `
197207- ` docs/future-work/transfer-matrix-assimilation-protocol.md `
198208- ` docs/ROADMAP-v0.2.md `
199209
210+ The static dashboard is written to:
211+
212+ - ` dashboard/index.html `
213+
200214## Stage 2 Interpretation
201215
202216Stage 2 is complete only as an abstract mesh simulation.
@@ -392,6 +406,59 @@ The scaling reports do not claim hardware latency, hardware throughput, hardware
392406energy efficiency, accelerator performance, foundry calibration, measured
393407transfer matrices, or production inference readiness.
394408
409+ ## v0.2 Planning Toolkit
410+
411+ Post-v0.1.0 work extends the simulation-only framework into a more usable
412+ planning toolkit without changing hardware evidence status.
413+
414+ The model-portfolio artifacts are:
415+
416+ - ` model-portfolio-benchmark.json `
417+ - ` model-portfolio-ranking.json `
418+ - ` model-portfolio-decision-summary.md `
419+
420+ They compare ` tiny_mlp ` , ` projection_chain ` , ` low_rank_adapter_demo ` ,
421+ ` sparse_linear_demo ` , and ` transformer_block_manifest_only ` fixtures. The
422+ ranking is a simulation-only planning label, not hardware evidence.
423+
424+ The optional export-adapter artifacts are:
425+
426+ - ` model-export-adapter-demo.json `
427+ - ` model-export-adapter-validation.json `
428+ - ` docs/future-work/model-export-adapter-protocol.md `
429+
430+ They define how an external framework exporter can write the existing manifest
431+ format. PyTorch remains optional and is not a required dependency.
432+
433+ The design-space explorer artifacts are:
434+
435+ - ` hardware-design-space-sweep.json `
436+ - ` hardware-design-space-analysis.json `
437+ - ` hardware-design-space-pareto.md `
438+
439+ They sweep phase bits, insertion loss, phase noise, and calibration interval
440+ proxies. Latency and energy fields are deterministic planning proxies only.
441+
442+ The transfer-matrix ingestion sandbox artifact is:
443+
444+ - ` transfer-matrix-ingestion-sandbox.json `
445+
446+ It uses a synthetic test-only fixture to exercise ingestion, normalization, and
447+ target-vs-observed comparison logic. It is not measured transfer-matrix
448+ evidence and it keeps Stage 6 blocked.
449+
450+ The CLI and dashboard artifacts are:
451+
452+ - ` hrmwtp check `
453+ - ` hrmwtp regenerate `
454+ - ` hrmwtp summary `
455+ - ` hrmwtp decision `
456+ - ` hrmwtp list-reports `
457+ - ` dashboard/index.html `
458+
459+ The dashboard is static HTML summarizing generated simulation reports. It is not
460+ hardware evidence.
461+
395462## Planning Reports
396463
397464Post-alpha.12 planning reports turn the simulation-only framework into a
@@ -626,12 +693,21 @@ Completed post-alpha.12 main work:
626693- model-to-HRM decision report added for suitability, error, scenario, requirement, and missing-evidence review.
627694- v0.1.0-rc.1 readiness report and ` docs/ROADMAP-v0.2.md ` added for release-candidate review.
628695
696+ Completed v0.2.0-alpha.1 main work:
697+
698+ - model portfolio benchmark and ranking added for five deterministic model fixtures.
699+ - optional model-export adapter protocol added without a hard PyTorch dependency.
700+ - design-space explorer added for phase bits, loss, noise, and calibration interval planning proxies.
701+ - synthetic transfer-matrix ingestion sandbox added while keeping Stage 6 blocked.
702+ - ` hrmwtp ` CLI added for check, regenerate, summary, decision, and report-list workflows.
703+ - static dashboard added at ` dashboard/index.html ` .
704+
629705Near-term:
630706
631707- keep CI green for report generation, JSON validation, hashes, tests, local-path hygiene, and claim-boundary checks
632- - review ` v0.1 .0-rc .1 ` readiness artifacts before tagging a release candidate
708+ - review ` v0.2 .0-alpha .1 ` artifacts before broadening model fixtures
633709- keep Stage 5, Stage 6, and Stage 7 blocked until real external evidence exists
634- - use ` docs/ROADMAP-v0.2.md ` to plan optional exporters, richer fixtures, and measured-data ingestion only when real data exists
710+ - keep synthetic transfer-matrix sandbox outputs separate from public measured evidence
635711
636712Later, only when evidence exists:
637713
0 commit comments