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
11
.gitignore
vendored
|
|
@ -12,3 +12,14 @@ venv/
|
||||||
.venv*/
|
.venv*/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
.lake/
|
.lake/
|
||||||
|
|
||||||
|
# Generated artifacts
|
||||||
|
.openclaw/
|
||||||
|
docs/research_stack_usage_graph.*
|
||||||
|
docs/concept_map/*.jsonl
|
||||||
|
*.svg
|
||||||
|
*.bmp
|
||||||
|
*.ppm
|
||||||
|
*.png
|
||||||
|
extraction/
|
||||||
|
scratch/
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 246 B |
|
|
@ -1,4 +0,0 @@
|
||||||
P6
|
|
||||||
8 8
|
|
||||||
255
|
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 246 B |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 246 B |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 246 B |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 89 KiB |
12
CITATION.cff
|
|
@ -1,5 +1,15 @@
|
||||||
cff-version: "1.2.0"
|
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:
|
references:
|
||||||
|
|
||||||
- type: software
|
- type: software
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 16 MiB |