openrune 0.5.1 → 0.5.2
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 +3 -3
- package/bin/rune.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<h1 align="center">Rune</h1>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
<strong>The simplest agent
|
|
8
|
+
<strong>The simplest agent toolkit for Claude Code</strong><br/>
|
|
9
9
|
No SDK. No boilerplate. Just one file per agent.
|
|
10
10
|
</p>
|
|
11
11
|
|
|
@@ -35,14 +35,14 @@ npm install -g openrune
|
|
|
35
35
|
|
|
36
36
|
---
|
|
37
37
|
|
|
38
|
-
## 30-Second
|
|
38
|
+
## 30-Second Quick Start
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
41
|
rune new reviewer --role "Code reviewer, security focused"
|
|
42
42
|
rune run reviewer.rune "Review the latest commit"
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
That's it. You just built an agent
|
|
45
|
+
That's it. You just built an agent.
|
|
46
46
|
|
|
47
47
|
---
|
|
48
48
|
|
package/bin/rune.js
CHANGED
|
@@ -1416,7 +1416,7 @@ function uninstall() {
|
|
|
1416
1416
|
|
|
1417
1417
|
function showHelp() {
|
|
1418
1418
|
console.log(`
|
|
1419
|
-
🔮 Rune — File-based AI Agent
|
|
1419
|
+
🔮 Rune — File-based AI Agent Toolkit
|
|
1420
1420
|
|
|
1421
1421
|
Usage:
|
|
1422
1422
|
rune install Install Rune (build app, register file association, add Quick Action)
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openrune",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "Rune — File-based AI Agent
|
|
5
|
-
"keywords": ["ai", "agent", "claude", "desktop", "electron", "mcp", "claude-code", "
|
|
3
|
+
"version": "0.5.2",
|
|
4
|
+
"description": "Rune — File-based AI Agent Toolkit for Claude Code",
|
|
5
|
+
"keywords": ["ai", "agent", "claude", "desktop", "electron", "mcp", "claude-code", "toolkit", "automation"],
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/gilhyun/Rune.git"
|