fix: address adversarial review critical issues

1. Removed 24MB generated graph files (SVG, JSON, DOT) from git
2. Removed .openclaw/ temp directory (672KB binary images) from git
3. Updated .gitignore to prevent re-committing generated artifacts
4. Fixed CITATION.cff header (proper metadata, message references SilverSight)

Repo size reduction: ~25MB removed from git history.

Remaining issues:
- 2 files still import Semantics.FixedPoint (cross-project dependency)
- 37 sorries in PVGS_DQ_Bridge
- 5 duplicate Q16_16 definitions
- 22 Lean files not in lakefile
This commit is contained in:
allaun 2026-06-23 05:49:58 -05:00
parent d53c2c612b
commit 3e6f07a849
23 changed files with 22 additions and 374949 deletions

11
.gitignore vendored
View file

@ -12,3 +12,14 @@ venv/
.venv*/
.pytest_cache/
.lake/
# Generated artifacts
.openclaw/
docs/research_stack_usage_graph.*
docs/concept_map/*.jsonl
*.svg
*.bmp
*.ppm
*.png
extraction/
scratch/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

View file

@ -1,4 +0,0 @@
P6
8 8
255

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

View file

@ -1,5 +1,15 @@
cff-version: "1.2.0"
message: "When using this repository, please cite the Research Stack"
message: "When using SilverSight, please cite this repository."
type: software
title: "SilverSight: Deterministic Equation Search and Classification"
authors:
- family-names: "Schneider"
given-names: "Brandon"
alias: "allaunthefox"
repository-code: "https://github.com/allaunthefox/SilverSight"
url: "https://github.com/allaunthefox/SilverSight"
date-released: "2026-06-21"
license: MIT
references:
- type: software

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 16 MiB