Skip to content

Commit 2d3ff7f

Browse files
hyperpolymathclaude
andcommitted
docs(manifest): add ECHIDNA BoJ call-protocol snippet
Package 8: all 8 cartridge tools documented in Scheme comment block. Protocol reference: boj-server/cartridges/echidna-llm-mcp/docs/CALL-PROTOCOL.adoc. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0c916fd commit 2d3ff7f

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

0-AI-MANIFEST.a2ml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,25 @@
133133
(step "Update .machine_readable/STATE.scm if changes were made")
134134
(step "Summarise outcomes for session continuity")))
135135

136+
;; ===================================================================
137+
;; CALLING ECHIDNA VIA BOJ
138+
;; ===================================================================
139+
;; All ECHIDNA calls go through the echidna-llm-mcp BoJ cartridge.
140+
;; Never call ECHIDNA directly.
141+
;;
142+
;; Tools:
143+
;; echidna_list_provers — discovery: 105 provers with tier/category
144+
;; echidna_prove — invoke prover on a file path
145+
;; echidna_verify — verify inline proof content
146+
;; echidna_search — keyword search over proof corpus
147+
;; echidna_suggest_tactics — advisory tactic suggestions
148+
;; echidna_rank_provers — advisory prover ranking
149+
;;
150+
;; Example:
151+
;; { "tool": "echidna_prove", "args": { "file": "/path/proof.lean", "prover": "Lean" } }
152+
;;
153+
;; Full protocol: boj-server/cartridges/echidna-llm-mcp/docs/CALL-PROTOCOL.adoc
154+
136155
(format-meta
137156
(version "2.1.0")
138157
(media-type "application/a2ml")

0 commit comments

Comments
 (0)