harnex 0.2.0 → 0.2.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.
- checksums.yaml +4 -4
- data/README.md +9 -0
- data/lib/harnex/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33c38b43c188b222f3e5c7f7fb31faa40dfdafb915cd7701c30e0d99a061536f
|
|
4
|
+
data.tar.gz: 39fc5c7f891d0afe34369e45c6dfaef0b7f6a2529424e8e77a9074dc37d5e913
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dcdeb08358531f7454c9c5cafc36d8dcb70a03fd08d0eb67193dafaed17bc369331a761111280ce90df0b2ec524b00b2222805bdd0cd0d2a7ba8af519500819c
|
|
7
|
+
data.tar.gz: 4369820425e0509a48af6b7e1c9c5f6a8aaf834da91e8be382cb70d5fc35ec602fb70cbc955c5999ad5b3587c42c48d9dc6f42b77dde611c970a04a78857d9d2
|
data/README.md
CHANGED
|
@@ -12,6 +12,15 @@ gem install harnex
|
|
|
12
12
|
|
|
13
13
|
Requires **Ruby 3.x**. No other dependencies.
|
|
14
14
|
|
|
15
|
+
Then install workflow skills into your repo so agents can use them:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
harnex skills install dispatch chain-implement open close
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
This adds orchestration skills (fire-and-watch, chain-implement, session
|
|
22
|
+
lifecycle) that Claude Code and Codex pick up automatically.
|
|
23
|
+
|
|
15
24
|
## What it does
|
|
16
25
|
|
|
17
26
|
```bash
|
data/lib/harnex/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: harnex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jikku Jose
|
|
@@ -59,13 +59,13 @@ files:
|
|
|
59
59
|
- skills/dispatch/SKILL.md
|
|
60
60
|
- skills/harnex/SKILL.md
|
|
61
61
|
- skills/open/SKILL.md
|
|
62
|
-
homepage: https://github.com/
|
|
62
|
+
homepage: https://github.com/jikkuatwork/harnex
|
|
63
63
|
licenses:
|
|
64
64
|
- MIT
|
|
65
65
|
metadata:
|
|
66
|
-
homepage_uri: https://github.com/
|
|
67
|
-
source_code_uri: https://github.com/
|
|
68
|
-
bug_tracker_uri: https://github.com/
|
|
66
|
+
homepage_uri: https://github.com/jikkuatwork/harnex
|
|
67
|
+
source_code_uri: https://github.com/jikkuatwork/harnex
|
|
68
|
+
bug_tracker_uri: https://github.com/jikkuatwork/harnex/issues
|
|
69
69
|
post_install_message:
|
|
70
70
|
rdoc_options: []
|
|
71
71
|
require_paths:
|