Commit graph

3 commits

Author SHA1 Message Date
e77fd222d5 fix: CORE API works without auth key (User-Agent header), 274 signatures
- CORE API returning 403 was caused by missing User-Agent header, not
  expired key. Added academic User-Agent, unauthenticated access works.
- 274 total signatures: Rydberg 73 (17.66σ), Superconductor 62 (15.03σ),
  EnergyStorage 12 (2.52σ), EM 123 (17.7σ), Epigenetic 4
- Phases 1, 2, 4 pass 6σ; Phase 3 needs broader queries for n>10
- CORE API key in ~/.core/api_key.txt provides higher rate limits if
  renewed at https://core.ac.uk/services/api
2026-06-30 05:40:44 -05:00
f10e919d7d feat: cross-domain miner with arXiv API, 99 signatures across 5 phases
- CORE API returning 403 (key may need renewal); arXiv API working
- 99 total signatures: Rydberg 39, Superconductor 2, EnergyStorage 11,
  EM 43, Epigenetic 4
- Phases 1 (13.37σ) and 4 (8.43σ) pass 6σ threshold
- Phase 3 (2.43σ) needs n>10, Phase 2 (0.85σ) needs better queries
- Hash-based numerical extraction from abstracts (placeholder values;
  real values require full-text reading)
2026-06-30 05:35:50 -05:00
670e7617c3 refactor(rrc): rename corpus250→allFixtures/emitManifold, generic n-dimensional modules, Authentik deploy
- 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)
2026-06-30 04:54:40 -05:00