@a5c-ai/babysitter-cursor 0.1.1-staging.f2d9bb68 → 0.1.1
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/commands/assimilate.md +2 -2
- package/package.json +2 -2
- package/skills/assimilate/SKILL.md +2 -2
- package/versions.json +1 -1
package/commands/assimilate.md
CHANGED
|
@@ -17,8 +17,8 @@ babysitter process-library:active --json
|
|
|
17
17
|
Run the process after formalizing it.
|
|
18
18
|
|
|
19
19
|
Available assimilation workflows:
|
|
20
|
-
- **methodology-assimilation** (`specializations/
|
|
21
|
-
- **harness integration** (`specializations/
|
|
20
|
+
- **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.
|
|
21
|
+
- **harness integration** (`specializations/meta/assimilation/harness/*`) - Integrates babysitter SDK with a specific AI coding harness (generic, codex, opencode, gemini-cli, openclaw, antigravity).
|
|
22
22
|
|
|
23
23
|
During the interview phase, determine which assimilation workflow to use based on the user's target:
|
|
24
24
|
- If the target is a **repo URL or methodology name** then use the methodology-assimilation workflow.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a5c-ai/babysitter-cursor",
|
|
3
|
-
"version": "0.1.1
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Babysitter orchestration plugin for Cursor IDE with SDK-managed process-library bootstrapping and in-turn iteration model",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node scripts/sync-command-surfaces.js --check",
|
|
@@ -44,6 +44,6 @@
|
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://github.com/a5c-ai/babysitter/tree/main/plugins/babysitter-cursor#readme",
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@a5c-ai/babysitter-sdk": "0.0.184
|
|
47
|
+
"@a5c-ai/babysitter-sdk": "0.0.184"
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -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.
|
package/versions.json
CHANGED