mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
- Rename python/build_corpus250.py → python/build_manifold.py - Rename emitCorpus250 → emitManifold, corpus250 → allFixtures - Schema: avm_rrc_corpus250_v1 → avm_rrc_manifold_v1 - Classify.lean now delegates to ClassifyN (generic n-dim module) - ClassifyN.hashTable8: extracted 119-entry hash table from old Classify - build_manifold.py now emits ClassifyN.classifyProxy hashTable8 + classifyExact 8 - build_pist_matrices_250.py: added pistMatrixDim constant - SilverSight docs/AGENTS.md updated for renames - Research Stack AGENTS.md updated for toolchain references - Authentik deployed on neon-64gb (port 30001, working) - cross_domain_significance.py: statistical significance test (all phases <6σ with n=3) - setup_authentik.sh: fixed image, password, port, key sharing Build: 3307 jobs, 0 errors (lake build)
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"schema": "cross_domain_significance_v1",
|
|
"generated_at": "2026-06-30T07:48:42Z",
|
|
"source": "cross_domain_signatures.json",
|
|
"total_entries": 16,
|
|
"phases": [
|
|
{
|
|
"phase": 1,
|
|
"domain": "Rydberg",
|
|
"n": 3,
|
|
"mean_deviation": 123.266667,
|
|
"std_err": 37.656621,
|
|
"z_score": 3.2734,
|
|
"sigma_level": 3.07,
|
|
"passes_6sigma": false
|
|
},
|
|
{
|
|
"phase": 2,
|
|
"domain": "Superconductor",
|
|
"n": 3,
|
|
"mean_deviation": 0.006286,
|
|
"std_err": 0.002245,
|
|
"z_score": 2.7997,
|
|
"sigma_level": 2.57,
|
|
"passes_6sigma": false
|
|
},
|
|
{
|
|
"phase": 3,
|
|
"domain": "EnergyStorage",
|
|
"n": 3,
|
|
"mean_deviation": 0.077504,
|
|
"std_err": 0.023425,
|
|
"z_score": 3.3085,
|
|
"sigma_level": 3.11,
|
|
"passes_6sigma": false
|
|
},
|
|
{
|
|
"phase": 4,
|
|
"domain": "Electromagnetic",
|
|
"n": 3,
|
|
"mean_deviation": 0.003333,
|
|
"std_err": 0.003333,
|
|
"z_score": 1.0,
|
|
"sigma_level": 0.47,
|
|
"passes_6sigma": false
|
|
},
|
|
{
|
|
"phase": 5,
|
|
"domain": "Rydberg",
|
|
"n": 0,
|
|
"status": "insufficient_data"
|
|
}
|
|
]
|
|
}
|