Branxa Developer Docs
This documentation is for engineers who maintain or extend Branxa.
Who this is for
- maintainers of the CLI package
- contributors adding commands or adapters
- teams integrating Branxa with MCP or editor tooling
Prerequisites
- Node.js 20+
- npm
- Git
Local docs workflow
# Build docs static site
npx honkit build docs docs-site
# Serve docs locally
npx honkit serve docs
Documentation map
- Getting Started: Installation, CLI bootstrap, and your first save/resume loop.
- Architecture: System design, data flow analysis, and internal component mapping.
- CLI Overview: Complete command reference, global flags, and interactive behavior.
- Collaboration: Deep dive into the
handoffandshareworkflows for teams. - Adapters: Integrating Branxa with MCP (AI Agents) and VS Code.
- Internals: JSON schema specifications and context storage details.
- Contributing: Guidelines for code style, testing, and PR submissions.
- GitHub Pages Deployment: How the documentation site and npm packages are published.
Built by The Logic Atelier