Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
034c134
Removing dynamic database docstrings
Aug 16, 2025
a475cfb
Running formatter
Aug 25, 2025
a455001
Fixing imports
Aug 25, 2025
93118f4
Refactor
Aug 25, 2025
ef397be
Querying commit hashes
Aug 25, 2025
b1d5280
Revert
Aug 25, 2025
8bf2234
organization
Aug 25, 2025
29523db
Trying to update paths so they're created in RAID_DIR/reposM
Sep 15, 2025
c2a9f0a
Updating changes
Sep 18, 2025
97dc303
fix: run on CPU-only dev envs; handle empty difficulty list
aumrp77 Sep 23, 2025
6066b3a
Guard repo_info reads with a file lock
aumrp77 Oct 24, 2025
8a94e5b
Guard JSON access with file lock and adjust dataset handling
aumrp77 Oct 28, 2025
17d166f
Fix dynamic database datetime serialization
aumrp77 Oct 29, 2025
458684d
Use datetime.now helper correctly
aumrp77 Oct 29, 2025
b9f4f85
Retry curriculum repo discovery until minimum satisfied
aumrp77 Oct 29, 2025
c84672e
Cache dataset exports when artifacts already present
aumrp77 Oct 29, 2025
f7b729e
Revert export caching guard
aumrp77 Oct 30, 2025
2f243a6
Instrument tracing workflow and add skip prompts
aumrp77 Nov 4, 2025
f8d29d6
Add paper tracing scripts and enable merged dataset build
aumrp77 Nov 6, 2025
a9d441c
Initial commit of changes
Sep 18, 2025
c20d300
Fix _to_commit_hash compatibility fallback
aumrp77 Oct 24, 2025
eb8eac6
Patch LeanDojo tracing and repo handling for LeanAgent pipeline
aumrp77 Oct 28, 2025
a3347e9
Skip tracing when artifacts already present
aumrp77 Oct 29, 2025
9277838
Ensure ExtractData available per trace run
aumrp77 Nov 4, 2025
db18ef8
Patch macOS dylib handling and lean-toolchain parser
aumrp77 Nov 6, 2025
2cf489a
Update tracing workflow (Docker + build_deps)
aumrp77 Nov 18, 2025
ec5e4ed
Trace more paper repos
aumrp77 Nov 21, 2025
242778a
Add training scripts and fix merged dataset build
aumrp77 Dec 9, 2025
3f145c5
Fix lifelong learning bugs for 23-repo reproduction
aumrp77 Jan 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
RAID
workspace
**/.lake
**/__pycache__
**/*.olean
**/*.log
.git
.venv
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
workspace
workspace-backup


*.pkl
retrieval/bm25
.idea/
.DS_Store
RAID/
repos

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down Expand Up @@ -130,3 +138,10 @@ dmypy.json
# Pyre type checker
.pyre/
/.lake

# local artifacts
RAID/
lean_dojo/
*.log
.lake/
**/.wt-lean48*
Loading