allaun
231ea2abd2
refactor(lean): replace native_decide with simp in HardwareContentionMarkov
...
All theorems replaced with:
simp [Q16_16.scale, q16Scale, Q16_16.toInt, q16Clamp, q16MaxRaw, q16MinRaw]
Also added no-native-decide-no-float skill at ~/.opencode/skills/ to
enforce the research stack rules on every turn.
Build: 3308 jobs, 0 errors (lake build SilverSight)
2026-07-01 01:07:09 -05:00
allaun
f346cf55d1
feat(lean): HardwareContentionMarkov — OISC throughput as Markov chain mixing rate
...
New module SilverSight.HardwareContentionMarkov formalizes the EPYC 9645 KVM
contention model: 3 chains (ring/word/CL) with self-loop probabilities, mixing
rate = baseRate * (1 - selfLoop), and native_decide-proven ordering theorems.
Verified by #eval: wordRate = 186.07 M/s, ringRate = 1051.27 M/s.
Build: 3308 jobs, 0 errors (lake build SilverSight)
2026-07-01 00:30:31 -05:00
a7c7e3a51c
docs: fix SilverSight local clone path
...
Local clone is at /home/allaun/SilverSight, not /tmp/SilverSight.
2026-06-22 22:18:19 -05:00
5e0f8b72f1
docs: SilverSight directory structure specification
...
Formalizes:
- Naming conventions (PascalCase dirs, PascalCase.lean files)
- Repository root structure (formal/, python/, qubo/, tests/, docs/)
- Module naming (Schema, WireFormat, ProductSchema, etc.)
- Import conventions (cross-project from Semantics)
- Build targets (lake build SilverSight)
- File size limits (500 lines max per Lean module)
- What goes where (formal → formal/, shims → python/, etc.)
2026-06-22 22:14:03 -05:00
22782776a9
docs: update SilverSight AGENTS.md with GitHub repo reference
...
SilverSight repo: https://github.com/allaunthefox/SilverSight
All new formal work goes to the SilverSight repository.
2026-06-22 21:53:28 -05:00
b6ab3e5f22
refactor(silversight): move to correct location + set no-write on Research Stack
...
SilverSight modules moved from Semantics/Semantics/SilverSight/ to
SilverSight/SilverSight/ (separate directory, same lake project).
Changes:
- SilverSight Lean modules: Schema, WireFormat, ProductSchema,
ProductWireFormat, Receipt, Bind → 0-Core-Formalism/lean/SilverSight/
- Imports updated: Semantics.SilverSight.* → SilverSight.*
- Namespace updated: Semantics.SilverSight → SilverSight
- Cross-project imports preserved: Semantics.FixedPoint, open Semantics.FixedPoint
- lakefile.toml: SilverSight lean_lib now uses srcDir = ../SilverSight
- AGENTS.md: READ-ONLY notice added — Research Stack is archived,
all new formal work goes to SilverSight
- SilverSight/AGENTS.md: clean-slate operating contract
Build: SilverSight 3307 jobs, 0 errors
Build: Compiler 3314 jobs, 0 errors
2026-06-22 15:05:14 -05:00