Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
常见技术栈的编码规范模板
spec/ ├── frontend/ # 前端规范 │ ├── index.md # 导航索引 │ ├── components.md # 组件模式 │ ├── hooks.md # Hook 约定 │ └── state-management.md │ ├── backend/ # 后端规范 │ ├── index.md │ └── ... │ ├── guides/ # 思考指南 │ ├── index.md │ └── ... │ └── README.md # 模板概述
.trellis/spec/