Skip to content

Agent Lexicon

Dev-time terminology governance

One canonical vocabulary across agents, branches, and tool calls.

Agent Lexicon discovers project language, records review decisions, publishes an immutable vocabulary snapshot, and gives deterministic resolve, guard, diff, merge, and MCP interfaces to coding agents.

  • multiple agents or branches introduce competing names for the same project concept;
  • terminology needs to be reviewed like code instead of living only in prompts;
  • a tool call must be allowed, blocked, or clarified from deterministic language rules;
  • pull requests need a terminology review alongside tests and linting;
  • agents need a compact canonical vocabulary before starting a task.
scan repository
review evidence-backed candidates
publish a lexicon snapshot
context / resolve / guard / lint-diff / check-merge / MCP

The local workflow is review-first. Discovery can suggest candidates, but accepted vocabulary is explicit and versioned.

Agent Lexicon is repository-local and deterministic by default. Optional semantic extras may rank suggestions for a human reviewer, but they do not replace deterministic enforcement. Shared network storage and automatic synchronization with SkeinRank are not implied by this documentation.