baro-ai 0.26.0 → 0.27.0
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Give it a goal, it breaks it into stories, builds a dependency DAG, and runs the
|
|
|
6
6
|
|
|
7
7
|
  
|
|
8
8
|
|
|
9
|
-

|
|
9
|
+

|
|
10
10
|
|
|
11
11
|
> 📖 **Deep dive:** [Getting the Maximum Out of My Claude Code Subscription](https://jigjoy.ai/blog/getting-the-maximum-out-of-claude-code) — the story of why baro exists, how it pairs with Mozaik, and what it looks like in practice.
|
|
12
12
|
|
|
@@ -233,7 +233,7 @@ to the orchestrator.
|
|
|
233
233
|
|
|
234
234
|
baro is a work in progress. I'm actively adding things, testing ideas,
|
|
235
235
|
and occasionally breaking them — if a run explodes, an [issue on
|
|
236
|
-
GitHub](https://github.com/
|
|
236
|
+
GitHub](https://github.com/jigjoy-ai/baro/issues) with the run's audit
|
|
237
237
|
log from `~/.baro/runs/` is the fastest way to get it fixed.
|
|
238
238
|
|
|
239
239
|
If you like the idea and want to help shape where it goes, PRs are
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "baro-ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.27.0",
|
|
4
4
|
"description": "Autonomous parallel coding - plan and execute with AI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"repository": {
|
|
33
33
|
"type": "git",
|
|
34
|
-
"url": "https://github.com/
|
|
34
|
+
"url": "https://github.com/jigjoy-ai/baro"
|
|
35
35
|
},
|
|
36
36
|
"keywords": [
|
|
37
37
|
"ai",
|