Monorepo for the Company Brain experiment.
git clone --recurse-submodules https://github.com/onfabric/company-brainIf you already cloned without --recurse-submodules:
git submodule update --init --recursiveSee AGENTS.md for contributor and agent guidance.
The release installer only installs the company-brain-agent-sync CLI. After installing, run:
company-brain-agent-sync initinit writes the required local config first, then installs and starts the macOS LaunchAgent. If required config is still missing, the LaunchAgent is not installed.
On macOS, run this before publishing an agent-sync release:
scripts/smoke-test-agent-sync-installer.shIt builds local release assets, installs from those assets into a temporary home directory, skips LaunchAgent registration, and verifies the installed binary can read a complete configuration. Set COMPANY_BRAIN_AGENT_SYNC_SMOKE_KEEP=1 to keep the temporary directory for inspection.