Skip to content

substitute axle check to diagnostic with server #9

Open
caosip wants to merge 3 commits into
cyc/refine-skillfrom
cyc/evaluation
Open

substitute axle check to diagnostic with server #9
caosip wants to merge 3 commits into
cyc/refine-skillfrom
cyc/evaluation

Conversation

@caosip

@caosip caosip commented Apr 4, 2026

Copy link
Copy Markdown
Collaborator
  • Switched to using the LEAN4_SERVER_URL env parameter to specify the server URL.
  • Haven't tested if the Lean diagnostic tool still works yet.
  • Replaced all instances of axle check with diagnostic in the prompts and skills.
  • Folders in skills (excluding cli and SKILL.md) can be copied directly to .claude/skills/, and Claude will automatically recognize these skills.

@caosip

caosip commented Apr 7, 2026

Copy link
Copy Markdown
Collaborator Author
  • Now we use lake env lean targetfile.lean to replace the lean server. This solution enables local parallel checking and calls the import for local lean file. The only difference is that after adding the local lean file, lake build required (which has been mentioned in the prompt). The CLI implementation is in lean_check.py.
  • An evaluation mode prompt has been added, and descriptions related to "only working on one sorry" have been removed.
  • The only thing to note is that the checking solution may have CPU bottlenecks, so try to avoid having more than 10 tasks running in parallel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant