Frames
Durable work memory: reference point, summary, blockers, next action, branch, ticket, and module scope.
Lex stores structured work snapshots, recalls relevant prior context, and connects that context to repository policy when a policy file is available.
It is the public foundation of the stack: durable Frames, Atlas neighborhoods, policy checks, local SQLite, CLI, MCP, and TypeScript APIs.
Ask your coding agent:
"Review Lex in the context of this workspace.
What benefits would it provide here, if any,
and where would it not help?"
Durable work memory: reference point, summary, blockers, next action, branch, ticket, and module scope.
Prior context on demand, shaped for agent handoffs and everyday work continuity.
Nearby module context around a recalled Frame, without flooding the model with an entire codebase.
Architecture boundaries as code: modules, ownership, allowed edges, forbidden edges, flags, and permissions.
Canonical assistant guidance projected into host-specific files such as Copilot and Cursor instructions.
Scriptable CLI, MCP wrapper, structured JSON output, recoverable errors, and TypeScript APIs.
npm install -g @smartergpt/lex
lex init --yes
lex remember --reference-point "handoff" --summary "..."npm install -g @smartergpt/lex-mcp
npx @smartergpt/lex-mcpnpm install @smartergpt/lex| Lex is | Memory, policy context, local storage, and stable contracts for agents. |
|---|---|
| Lex is not | A runner, an IAM broker, a credential store, or a hosted memory service. |
| Pairs with | AXF for workspace capabilities, LexThority for authority decisions, LexSona for behavior, and LexRunner for orchestration. |