Include weekly report and other prototype sources with project tooling config. Co-authored-by: Cursor <cursoragent@cursor.com>
20 lines
397 B
JSON
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."
|
|
]
|
|
}
|
|
}
|