-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
48 lines (48 loc) · 1.24 KB
/
Copy pathplugin.json
File metadata and controls
48 lines (48 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "babysitter",
"version": "5.0.1-staging.dfac8e4a",
"description": "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
"author": "a5c.ai",
"license": "MIT",
"harness": "gemini-cli",
"hooks": {
"SessionStart": "hooks/babysitter-proxied-session-start.sh",
"AfterAgent": "hooks/babysitter-proxied-after-agent.sh"
},
"commands": [
"commands/assimilate.toml",
"commands/call.toml",
"commands/cleanup.toml",
"commands/contrib.toml",
"commands/doctor.toml",
"commands/forever.toml",
"commands/help.toml",
"commands/observe.toml",
"commands/plan.toml",
"commands/plugins.toml",
"commands/project-install.toml",
"commands/resume.toml",
"commands/retrospect.toml",
"commands/user-install.toml",
"commands/yolo.toml"
],
"skills": [],
"contextFileName": "GEMINI.md",
"extensionManifest": "gemini-extension.json",
"repository": {
"type": "git",
"url": "https://github.com/a5c-ai/babysitter"
},
"keywords": [
"orchestration",
"workflow",
"automation",
"event-sourced",
"hooks",
"TDD",
"quality-convergence",
"agent",
"LLM",
"gemini"
]
}