llm-runtime-architecture ยท diff
git:20260604.6f4a12a to git:20260607.54242a6
7 added, 5 removed. Audit A to A.
---
name: llm-runtime-architecture
description: "Use when designing how one canonical agent core runs across Codex, Claude Code, Gemini CLI, Cursor, and AGENTS.md-compatible tools."
---
# LLM Runtime Architecture
## Procedure
1. Keep `AGENTS.md` as the canonical behavior contract.
- 2. For each runtime, name entry point, adapter files, available tools, memory
- access, limitations, and verification command.
+ 2. For each runtime, name entry point, global command, adapter files, available
+ tools, memory access, limitations, and verification command.
3. Keep adapters thin and point them back to the canonical core.
- 4. State unsupported capabilities explicitly.
+ 4. Write or repair `.agentlas/global-commands.json` when creating or packaging
+ an agent.
+ 5. State unsupported capabilities explicitly.
## Output
- Return a runtime matrix with `runtime`, `entry_point`, `adapter_files`,
- `memory_access`, `limitations`, and `verification`.
+ Return a runtime matrix with `runtime`, `entry_point`, `global_command`,
+ `adapter_files`, `memory_access`, `limitations`, and `verification`.