feat: move profile definitions to backend subproject profiles folder

This commit is contained in:
2026-07-04 14:43:29 -06:00
parent 7fe1eda75b
commit cffbeb0e4c
3 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"id": "meatbag",
"name": "Meatbag Agent",
"description": "AI Agent confirmation prompts & haptic alerts.",
"layout": {
"type": "ApprovalRequest",
"id": "meatbag_connect_idle",
"prompt": "Connected and idle. Awaiting agent directives...",
"target": "system",
"tone": "INFO"
}
}