diff --git a/entries/goal.json b/entries/goal.json new file mode 100644 index 0000000..fc2b4f4 --- /dev/null +++ b/entries/goal.json @@ -0,0 +1,18 @@ +{ + "id": "goal", + "displayName": "Goal", + "description": "Keeps one durable objective active on a BB thread and continues agent work until completion or a qualifying stop.", + "icon": "Target", + "tags": ["agents", "automation", "goals", "productivity", "threads"], + "author": { + "name": "Kavii Suri", + "github": "Kavii-Camb", + "url": "https://github.com/KaviiSuri" + }, + "source": { + "git": { + "url": "https://github.com/KaviiSuri/bb-plugin-goal.git", + "range": "^0.1.1" + } + } +}