HomeDocs-Technical WhitePaper54-Reproducibility Checklist Template v1.0

Chapter 6 — Weights, Parameters & Freshness (Versioning / Signatures)


I. Purpose & Scope


II. Inputs & Dependencies


III. Weights & Provenance


IV. Parameters & Conventions


V. Freshness / Validity


VI. Normative Path Forms

Before verification align time → path → phase; arrays len(gamma_ell)=len(d_ell)=len(n_eff)≥2; record delta_form.


VII. Machine-Readable Artifacts
A. weights_manifest.yaml

version: "1.0.0"

weights:

- file: "weights/best.ckpt"

semver: "1.2.0"

git: "3f1c9ab"

train_window: "2025-08-01..2025-08-15Z"

split_ref: "DS_EXPORT/splits/split_manifest.json"

checksum: "sha256:..."

signature: "SIGNATURE.asc"

- file: "weights/last.ckpt"

semver: "1.2.0"

git: "3f1c9ab"

checksum: "sha256:..."

lock_tag: "v1.2.0-lock"

see:

- "Model Card v1.0:Ch.6"

- "Dataset Card v1.0:Ch.6"

B. param_lock.yaml

version: "1.0.0"

params:

- param_id: "CAL-01-τ_sys"

symbol: "τ_sys"

unit: "s"

dim: "T"

value: 1.0e-6

cov_group: "timing"

freshness:

valid_from: "2025-08-01T00:00:00Z"

valid_to: "2025-11-01T00:00:00Z"

policy: { tau_calib_s_max: 86400, clock_state: "locked" }

checksum: "sha256:..."

see:

- "Parameter Card v1.0:Ch.4"

- "Error Budget Card v1.0:Ch.8"


C. sign_index.json (excerpt)

JSON json
{
  "artifacts": [
    {
      "path": "weights/best.ckpt",
      "sha256": "…",
      "sig": "SIGNATURE.asc",
      "ts": "2025-08-16T08:00:00Z"
    },
    {
      "path": "model/model_manifest.yaml",
      "sha256": "…",
      "sig": "SIGNATURE.asc",
      "ts": "2025-08-16T08:00:01Z"
    }
  ]
}

VIII. Pre-Release Validation


IX. Anti-Patterns & Fixes


X. Cross-References


XI. Checklist


Copyright & License (CC BY 4.0)

Copyright: Unless otherwise noted, the copyright of “Energy Filament Theory” (text, charts, illustrations, symbols, and formulas) belongs to the author “Guanglin Tu”.
License: This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0). You may copy, redistribute, excerpt, adapt, and share for commercial or non‑commercial purposes with proper attribution.
Suggested attribution: Author: “Guanglin Tu”; Work: “Energy Filament Theory”; Source: energyfilament.org; License: CC BY 4.0.

First published: 2025-11-11|Current version:v5.1
License link:https://creativecommons.org/licenses/by/4.0/