Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bossmode.ing/llms.txt

Use this file to discover all available pages before exploring further.

🚧 Expanding soon β€” full MIT Core documentation is in progress.

What’s MIT-licensed

The following components are MIT-licensed and freely usable, modifiable, and redistributable:
  • BossMode CLI (@bossmode/cli) β€” The full command-line interface
  • MCP server (@bossmode/mcp-server) β€” The Model Context Protocol server
  • Convex functions β€” All backend functions in convex/
  • Next.js application β€” The full cockpit UI in app/
  • Standing order schema β€” The data model and evaluation logic
  • Guardian preflight β€” The approval gate and kill switch implementation
  • Daily Report generator β€” The report assembly and delivery system
  • Attribution engine β€” Revenue attribution logic

What’s not MIT-licensed

  • AvatarCzar engine β€” The psychology and Trust Intelligence scoring system is proprietary. You can access it via the BossMode cloud API but cannot self-host it.
  • BossMode cloud infrastructure β€” The hosted service at bossmode.ing is not open source.
  • Business Pack content β€” The specific playbooks, standing order templates, and buyer profiles in Business Packs are proprietary content, though the format is open.

Using the MIT core

# Clone the repo
git clone https://github.com/RealSpaceofAce/clawpreneur
cd clawpreneur

# Install dependencies
npm install

# Set up environment
cp .env.example .env.local
# Fill in your Convex URL and other required vars

# Start development
npm run dev

Building on top of BossMode

The MIT license permits:
  • Forking and modifying for internal use
  • Building products on top of the core
  • Redistributing modifications (with attribution)
  • Commercial use
The license does not permit:
  • Removing the BossMode branding from hosted versions
  • Claiming AvatarCzar as your own work
  • Re-selling access to the BossMode cloud service

Contributing

Pull requests are welcome. See CONTRIBUTING.md in the repository for guidelines.