Files
OneOS1.2/.cursor/permissions.json
王冕 7ef8852919 Initial commit: OneOS prototype workspace baseline.
Include weekly report and other prototype sources with project tooling config.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 15:36:52 +08:00

20 lines
397 B
JSON

{
"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."
]
}
}