New:Socket for Asana Is Now Available.Learn more
Get Started

bourdon

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bourdon

The unscoped `bourdon` CLI — a thin, Apache-2.0 dispatch over the supported @getbourdon/* TypeScript engine surface, including recognition, federation, participant export, leak audit, and the agents tray contract.

Source
npmnpm
Version
0.13.0
Version published
Weekly downloads
61
-1.61%
Maintainers
1
Weekly downloads
 
Created
Source

bourdon

The unscoped bourdon command-line interface — a thin, Apache-2.0 dispatch layer over the @getbourdon/* engine packages. It contains no engine logic: every subcommand delegates to a ported @getbourdon/* package, so the CLI itself is permissively licensed even though the engine packages are BUSL-1.1.

npx bourdon --help
# or
npm i -g bourdon && bourdon serve

The npm CLI exposes only commands backed by a native TypeScript implementation. For the larger Python command surface, install bourdon from PyPI. Keeping the surfaces explicit prevents --help from promising placeholder commands.

Supported commands

  • prepare-turn, deeper-context, codex compile-turn — recognition context (@getbourdon/federation + @getbourdon/mcp-server + @getbourdon/inference)
  • recognition eval — the scoring harness (@getbourdon/recognition)
  • serve — the L6 federation MCP server (@getbourdon/mcp-server), including the non-loopback-bind refusal
  • agent {add,list,rotate,set-tier}, grant, ungrant, revoke, staging {list,promote,reject}, audit — trust + audit (@getbourdon/federation)
  • audit-leaks — the leak auditor (@getbourdon/redaction)
  • agents — the --json desktop-tray contract (local enumeration)
  • doctor, export-all, hermes {export,doctor}, claude-code export — the participant layer (@getbourdon/participants)

Load-bearing defaults remain aligned with Python: serve --port 7500 --host 127.0.0.1, codex compile-turn --max-items 6 --max-chars 1800, recognition evaluation thresholds of 0, and audit --limit 50.

License

Apache-2.0. See LICENSE.

FAQs

Package last updated on 27 Jul 2026

Related posts