okiro 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +11 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,20 @@
1
1
  # okiro
2
2
  起きろ
3
3
 
4
- Spawn ephemeral, parallel variations of your codebase, let multiple AI agents tackle the same task with different approaches, then compare and promote the best one.
4
+ Spawn ephemeral, parallel variations of your codebase. Let multiple AI agents tackle the same task, compare results, promote the best.
5
5
 
6
6
  ## Why?
7
7
 
8
- When you're unsure which approach is best: Tailwind vs custom tokens, TanStack vs lightweight fetch layer, or even different architectural patterns, you can have multiple AI agents work on isolated copies of your code simultaneously. Compare the results side-by-side, pick the winner, and merge it back.
8
+ AI agents don’t always get it right the first time.
9
+ okiro lets you see multiple real implementations before choosing which one belongs in your codebase.
10
+
11
+ ## What is this exactly?
12
+
13
+ okiro does not run AI agents for you.
14
+
15
+ It creates isolated workspaces so tools like Cursor, Claude, Codex, or any other agent can work independently in parallel without touching your main codebase.
16
+
17
+ Think of it as cheap, disposable branches that are easy to diff and easy to throw away.
9
18
 
10
19
  ## Install
11
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "okiro",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Spawn parallel AI coding variations, compare approaches, promote the winner",
5
5
  "type": "module",
6
6
  "bin": {