> For the complete documentation index, see [llms.txt](https://eurekabusiness.caiziii.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eurekabusiness.caiziii.com/mo-kuai-can-kao/restaurant-module.md).

# Restaurant 餐饮模块边界

Restaurant 是基于 Core 的可选内容模块，面向后续餐厅玩法和餐饮附属扩展。

## 模块边界

Restaurant 可以依赖 Core，但不依赖 Retail。餐厅菜单、餐饮方块、订单和餐饮任务属于 Restaurant 自己的领域，不应通过 Retail 商品目录实现。

## 与 Core 的关系

Restaurant 可以使用 Core 的：

* 稳定 ID 与公共数据模型。
* 元素注册和只读视图。
* 顾客变体、行为任务和 Work Order 扩展契约。
* 服务端权威、持久化和生命周期边界。

## 当前状态

Restaurant 的具体首发内容、菜单模型、餐饮订单和发布条件仍由对应 Spec 决定。本页只描述已确认的模块边界，不把尚未发布的餐厅规则当作玩家可用功能。

附属模组若要兼容餐饮内容，应将兼容代码放在独立适配层，并在目标模组缺失时保持主模块可加载或明确禁用兼容功能。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://eurekabusiness.caiziii.com/mo-kuai-can-kao/restaurant-module.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
