marcos-ai-bootstrap 0.1.12 → 0.1.13
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": "marcos-ai-bootstrap",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "Materialise the AI-Bootstrap agent/skill network (Claude Code, Codex, GitHub Copilot CLI) into any repository from the command line.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"marcos-ai-bootstrap": "src/bin/ai-bootstrap.js"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: investigate-claude
|
|
3
3
|
description: Stage 2 of the bug fix pipeline. Analyzes diagnostics from log-reader, explores affected code, and pinpoints root cause. Does NOT implement — hands off to code agent for the fix.
|
|
4
|
-
model: claude-opus-5
|
|
4
|
+
model: claude-opus-5-5
|
|
5
5
|
effort: medium
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: planner-claude
|
|
3
3
|
description: Stage 2 of planning. Invoke after the user has approved the outline from planner-discovery. Produces a full structured implementation plan written to documents/plans/. Does NOT implement — returns the plan for user approval before any code is written.
|
|
4
|
-
model: claude-opus-5
|
|
4
|
+
model: claude-opus-5-5
|
|
5
5
|
effort: high
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -41,7 +41,7 @@ The full agent rules ship as `MARCOS-AI-BOOTSTRAP.md` at the repo root. Ensure t
|
|
|
41
41
|
|
|
42
42
|
| Tier | Default model ID |
|
|
43
43
|
|---|---|
|
|
44
|
-
| High | `claude-opus-5` |
|
|
44
|
+
| High | `claude-opus-5-5` |
|
|
45
45
|
| Standard | `claude-sonnet-5` |
|
|
46
46
|
| Fast | `claude-haiku-4-5-20251001` |
|
|
47
47
|
|