> ## Documentation Index
> Fetch the complete documentation index at: https://all.mimedal.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# 规范索引

> 按模块浏览 ALL 语言引擎、FSP 和设备接口说明。

<CardGroup cols={2}>
  <Card title="协议概述" href="/specification/overview">了解 ALL、语言引擎、FSP 与设备边界。</Card>
  <Card title="接口契约" href="/specification/base-protocol">传输无关的三段结构、修订和系统任务。</Card>
  <Card title="编译/解释器" href="/specification/engine/compiler">生成类型化中间程序。</Card>
  <Card title="仿真器" href="/specification/engine/simulator">验证参数、状态和系统围栏。</Card>
  <Card title="执行器" href="/specification/engine/executor">下发操作并核验实际结果。</Card>
  <Card title="FSP 概述" href="/specification/fsp/overview">理解对象、操作和系统三段模型。</Card>
  <Card title="接口定义" href="/specification/device-integration/overview">查看被动设备接口的完整请求与响应。</Card>
  <Card title="错误与诊断" href="/specification/errors">统一错误代码、状态和恢复语义。</Card>
  <Card title="安全要求" href="/specification/security-and-safety">对象、操作和系统的安全围栏。</Card>
  <Card title="符合性" href="/specification/conformance">实现声明和最小测试要求。</Card>
</CardGroup>
