Expand description
Context generation for kdo projects.
Uses tree-sitter to extract public API signatures (no bodies) and generates structured CONTEXT.md files with token budget enforcement.
Structs§
- Context
Bundle - A token-budgeted context bundle for a project.
- Context
Generator - Context generator — thin wrapper providing the MCP-facing API.
- Signature
- A single extracted signature.
Enums§
- Signature
Kind - Kind of extracted signature.
Functions§
- extract_
signatures - Extract all public API signatures from a source file.
- generate_
context - Generate a context bundle for a project within a token budget.
- render_
context_ md - Render a context bundle as CONTEXT.md markdown.