Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hypabolic/hypa) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Hypa
Local context runtime for agentic development — compresses shell output, indexes code and Markdown, and proxies upstream MCP servers.
Installation
npm install -g @hypabolic/hypaQuick start
# Compress command output
hypa git status
hypa dotnet build
hypa -c "kubectl get pods -A"
# Index your codebase
hypa code index
# Query Markdown structure
hypa md README.md --toc
hypa md docs/guide.md --section "Installation"
# Wire into your agent harness
hypa init --globalDocumentation
hypabolic.dev/products/hypa/docs