Skip to main content

Module context

Module context 

Source

Structs§

ModuleContextEntry
Context output formatter for module metadata. Renders prompt-ready Markdown text from module metadata.
QuickRefEntry

Functions§

format_context
Format module context entries into prompt-ready Markdown: the module list with descriptions, env vars and method signatures, followed by the built-in functions reference. Lines are kept under 120 chars where practical.
format_context_without_builtins
format_context without the built-in functions reference, for a caller whose context already carries it.