Local REPL-style discovery for executable PTC-Lisp capabilities.
This module is deliberately pure and registry-backed: it exposes only implemented PTC/Clojure builtins and curated Java interop entries. It does not reflect over the JVM or discover arbitrary Java members.
Summary
Functions
Returns rendered local apropos lines.
Returns structured local apropos matches for unified MCP/local ordering.
Lists members for a known local namespace or curated Java class.
Returns human-readable docs for a known local function or Java interop ref.
Returns compact metadata for a known local function or Java interop ref.
Returns public vars for local Clojure/PTC namespaces only.
Shared lexical token scoring. Exact matches outrank prefixes; prefixes outrank substrings. No regex matching is used for search.
Sorts unified discovery matches.
Functions
Returns rendered local apropos lines.
Returns structured local apropos matches for unified MCP/local ordering.
Lists members for a known local namespace or curated Java class.
Returns human-readable docs for a known local function or Java interop ref.
Returns compact metadata for a known local function or Java interop ref.
Returns public vars for local Clojure/PTC namespaces only.
Shared lexical token scoring. Exact matches outrank prefixes; prefixes outrank substrings. No regex matching is used for search.
Sorts unified discovery matches.