acorn-prover
SKILL.md
Acorn Prover
Setup (MUST DO WHEN RUNNING FIRST TIME)
If config.env does not exist in the skill directory:
-
Ask the user for the following paths:
ACORN_LIB- Path to acornlib (e.g.,/path/to/acornprover/acornlib)ACORN_PROJECT- Path to project directory for.acfiles (e.g.,/path/to/acorn-playground)
-
Verify the paths exist using
list_diror equivalent. If a path is invalid, inform the user and ask again. -
Run setup.sh with the validated paths:
bash skills/acorn-prover/scripts/setup.sh "<ACORN_LIB>" "<ACORN_PROJECT>"
- Source the config to get
ACORN_LIB,ACORN_PROJECT, andUSE_MISEvariables: