Initial commit: OneOS prototype workspace baseline.
Include weekly report and other prototype sources with project tooling config. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
19
.cursor/permissions.json
Normal file
19
.cursor/permissions.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"approvalMode": "unrestricted",
|
||||
"mcpAllowlist": ["*:*"],
|
||||
"terminalAllowlist": [
|
||||
"npm",
|
||||
"node",
|
||||
"git",
|
||||
"gh",
|
||||
"python3",
|
||||
"curl",
|
||||
"open"
|
||||
],
|
||||
"autoRun": {
|
||||
"allow_instructions": [
|
||||
"Allow all dev-server, build, and prototype preview commands in this Axhub Make project.",
|
||||
"Allow file writes anywhere under ~/oneos1.2 without approval."
|
||||
]
|
||||
}
|
||||
}
|
||||
16
.cursor/rules/ui-ux-pro-max.mdc
Normal file
16
.cursor/rules/ui-ux-pro-max.mdc
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
description: 本项目启用 UI/UX Pro Max——界面与体验相关任务必读 SKILL
|
||||
alwaysApply: true
|
||||
---
|
||||
|
||||
# UI/UX Pro Max(项目)
|
||||
|
||||
与全局规则一致。凡涉及界面外观、交互、动效或体验质量,先 Read:
|
||||
|
||||
`~/.agents/skills/ui-ux-pro-max/SKILL.md`
|
||||
|
||||
设计系统命令:
|
||||
|
||||
`python3 ~/.agents/skills/ui-ux-pro-max/scripts/search.py "<产品类型> <关键词>" --design-system -p "<项目名>"`
|
||||
|
||||
原型/UI 开发另参考 `rules/prototype-development-guide.md` 与项目 AGENTS 工作流。
|
||||
Reference in New Issue
Block a user