@a5c-ai/babysitter-codex 0.1.7-staging.4036bd74 → 0.1.7-staging.48003ca3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a5c-ai/babysitter-codex",
|
|
3
|
-
"version": "0.1.7-staging.
|
|
3
|
+
"version": "0.1.7-staging.48003ca3",
|
|
4
4
|
"description": "Babysitter Codex skill bundle and integration package for OpenAI Codex CLI with SDK-managed process-library bootstrapping, 15 orchestration modes, and BOM-safe SKILL installation",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node test/integration.test.js && node test/packaged-install.test.js",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"homepage": "https://github.com/a5c-ai/babysitter/tree/main/plugins/babysitter-codex#readme",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@a5c-ai/babysitter-sdk": "0.0.184-staging.
|
|
48
|
+
"@a5c-ai/babysitter-sdk": "0.0.184-staging.48003ca3"
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -18,8 +18,8 @@ babysitter process-library:active --json
|
|
|
18
18
|
Run the process after formalizing it.
|
|
19
19
|
|
|
20
20
|
Available assimilation workflows:
|
|
21
|
-
- **methodology-assimilation** (`specializations/
|
|
22
|
-
- **harness integration** (`specializations/
|
|
21
|
+
- **methodology-assimilation** (`specializations/meta/assimilation/workflows/methodology-assimilation`) - Learns an external methodology from its repo and converts procedural instructions, commands, and manual flows into babysitter processes with refactored skills and agents. Supports output as methodology or specialization.
|
|
22
|
+
- **harness integration** (`specializations/meta/assimilation/harness/*`) - Integrates babysitter SDK with a specific AI coding harness (generic, codex, opencode, gemini-cli, openclaw, antigravity).
|
|
23
23
|
|
|
24
24
|
During the interview phase, determine which assimilation workflow to use based on the user's target:
|
|
25
25
|
- If the target is a **repo URL or methodology name** then use the methodology-assimilation workflow.
|