Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .mcp/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"firebase": {
"command": "npx",
"args": [
"-y",
"firebase-tools@latest",
"mcp",
"--dir",
"${FIREBASE_PROJECT_DIR}",
"--only",
"firestore,storage"
]
}
}
42 changes: 42 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,48 @@
"reveal": "never"
},
"problemMatcher": "$tsc"
},
{
"label": "NOIZY: Observe (1)",
"type": "shell",
"command": "npm run autonomy:center -- 1",
"problemMatcher": []
},
{
"label": "NOIZY: Triage (2)",
"type": "shell",
"command": "npm run autonomy:center -- 2",
"problemMatcher": []
},
{
"label": "NOIZY: Sync Dry (3)",
"type": "shell",
"command": "npm run autonomy:center -- 3",
"problemMatcher": []
},
{
"label": "NOIZY: Sync Approve (4)",
"type": "shell",
"command": "npm run autonomy:center -- 4",
"problemMatcher": []
},
{
"label": "NOIZY: Duplicates (5)",
"type": "shell",
"command": "npm run autonomy:center -- 5",
"problemMatcher": []
},
{
"label": "NOIZY: Ship Gate (7)",
"type": "shell",
"command": "npm run autonomy:center -- 7",
"problemMatcher": []
},
{
"label": "NOIZY: FOSS Doctor (9)",
"type": "shell",
"command": "npm run autonomy:center -- 9",
"problemMatcher": []
}
]
}
Loading