Initial commit: 小羚羚小程序 Axhub Make workspace.

Include xll-miniapp prototype, PRD resources, annotation directory sync, agent skills, and cloud publishing setup.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
王冕
2026-06-30 15:32:30 +08:00
commit a619938e0c
1227 changed files with 251728 additions and 0 deletions

39
.axhub/make/README.md Normal file
View File

@@ -0,0 +1,39 @@
# .axhub/make
这个目录用于存放 Make client 的项目身份 marker以及本地运行时生成的数据。
## 事实源
- `client.json`
- Make client 项目身份唯一来源。
- `project.id` 是项目 id。
- `project.name` 是项目名;空字符串表示未命名,管理端显示为「未命名项目」。
## 派生缓存
这些文件可以由同步脚本或运行时重新生成,不应作为项目身份来源:
- `project.json`
- 资源 metadata、导航顺序和资源写入目标。
- `project.name``client.json` 派生。
- `entries.json`
- 构建/入口扫描缓存。
- `.dev-server-info.json`
- `.admin-server-info.json`
- 本地服务运行信息。
- `sidebar-tree.json`
- 官方模板的初始侧边栏树。
- 用户项目中由运行时继续更新,表示用户自定义后的侧边栏结构。
## 运行记录和产物
这些目录记录历史操作或导出结果,不参与配置同步:
- `sessions/`
- `exports/`
- `edit-history/`
- `artifacts/`
## 模板提交边界
官方 client 模板只提交 `client.json`、本 README 和 `sidebar-tree.json`。其它运行缓存、记录和产物应保持本地忽略。