@a5c-ai/babysitter-codex 5.0.1-staging.f6432257 → 5.0.1-staging.ff2c19f9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.codex-plugin/plugin.json +15 -13
- package/README.md +1 -1
- package/bin/cli.js +8 -16
- package/bin/install-shared.js +333 -50
- package/bin/install.js +12 -29
- package/bin/uninstall.js +12 -27
- package/hooks/babysitter-proxied-session-start.sh +7 -162
- package/hooks/babysitter-proxied-stop.sh +3 -0
- package/hooks/babysitter-proxied-user-prompt-submit.sh +2 -88
- package/hooks/{proxied-hooks.json → hooks.json} +5 -6
- package/hooks.json +5 -5
- package/package.json +6 -13
- package/scripts/team-install.js +14 -78
- package/skills/cleanup/SKILL.md +21 -0
- package/skills/contrib/SKILL.md +34 -0
- package/skills/doctor/SKILL.md +5 -5
- package/skills/help/SKILL.md +3 -2
- package/skills/observe/SKILL.md +1 -1
- package/skills/plugins/SKILL.md +257 -0
- package/skills/project-install/SKILL.md +3 -3
- package/skills/resume/SKILL.md +1 -1
- package/skills/retrospect/SKILL.md +48 -48
- package/skills/user-install/SKILL.md +3 -3
- package/hooks/babysitter-proxied-stop-hook.sh +0 -103
- package/hooks/babysitter-session-start.sh +0 -45
- package/hooks/babysitter-stop-hook.sh +0 -45
- package/hooks/user-prompt-submit.sh +0 -34
- package/skills/issue/SKILL.md +0 -16
- package/skills/model/SKILL.md +0 -15
- package/skills/team-install/SKILL.md +0 -15
package/skills/model/SKILL.md
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: model
|
|
3
|
-
description: Inspect or change Babysitter model-routing policy by phase.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# model
|
|
7
|
-
|
|
8
|
-
Load and use the installed `babysit` skill.
|
|
9
|
-
|
|
10
|
-
Resolve the request in `model` mode:
|
|
11
|
-
|
|
12
|
-
- treat everything after `$model` as the model-routing request
|
|
13
|
-
- focus on showing, clearing, or setting model-routing policy by phase
|
|
14
|
-
- do not create a separate command surface here; this skill only forwards into
|
|
15
|
-
`babysit`
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: team-install
|
|
3
|
-
description: Install the team-pinned Babysitter Codex workspace setup.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# team-install
|
|
7
|
-
|
|
8
|
-
Load and use the installed `babysit` skill.
|
|
9
|
-
|
|
10
|
-
Resolve the request in `team-install` mode:
|
|
11
|
-
|
|
12
|
-
- treat everything after `$team-install` as team-install arguments or intent
|
|
13
|
-
- focus on shared workspace setup and team-pinned configuration
|
|
14
|
-
- do not create a separate command surface here; this skill only forwards into
|
|
15
|
-
`babysit`
|