Lex CLI
npm install -g @smartergpt/lex
lex init --yes
lex doctorThe public path is simple: install Lex for repo-local memory and policy context. Add AXF when the agent needs reliable workspace actions. Follow LexThority as authority decisions become a first-class layer.
npm install -g @smartergpt/lex
lex init --yes
lex doctornpm install -g @smartergpt/lex-mcp
npx @smartergpt/lex-mcpnpm install -g @smartergpt/axf
axf doctor
axf listLet Lex create the local structure it needs, then keep its files in the repo when the memory and policy should travel with the project.
Use Frames for meaningful checkpoints: what changed, what is blocked, what module is involved, and what the next agent should do.
A small lexmap.policy.json is better than a giant aspirational one. Start with module ownership, forbidden edges, and known risk boundaries.
If agents keep rediscovering the same build, test, search, or diagnostic command, make it an inspectable AXF capability.
For actions with side effects, start modeling the effect and envelope. LexThority is the preview surface for that decision layer.
Memory, policy context, CLI, MCP, and API.
Project pageWorkspace-owned capabilities and adapter contracts.
Project pageAuthority envelopes and effect receipts.
Preview page