Skip to content

cleverb/bearing

v0.2.0MIT

BEARING: an EOCR-based decision system — recover, elicit, anchor, and enforce the decisions governing a codebase, so architectural intent is discoverable at generation time rather than only enforceable at commit time.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

BEARING
{
  "args": [
    "hooks/run_mcp.py"
  ],
  "command": "python3",
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "bearing",
  "version": "0.2.0",
  "description": "BEARING: an EOCR-based decision system — recover, elicit, anchor, and enforce the decisions governing a codebase, so architectural intent is discoverable at generation time rather than only enforceable at commit time.",
  "author": {
    "name": "BEARING maintainers"
  },
  "homepage": "https://github.com/cleverb/bearing-system",
  "repository": "https://github.com/cleverb/bearing-system",
  "license": "MIT",
  "keywords": [
    "adr",
    "architecture-decision-records",
    "decisions",
    "eocr",
    "governance",
    "legacy-code",
    "code-archaeology"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 3YAML files
  • 2JSON files
View on GitHub