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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -0
  3. data/lib/harnex/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 814a587579199179b2b9fcd64b512c45c60ce06904834b9b7caac62e193b9306
4
- data.tar.gz: 6f16ba96dc5e7dfb2fd08d99908b1a1dad4d373c0e47a395a1f3e1a62edb0705
3
+ metadata.gz: 33c38b43c188b222f3e5c7f7fb31faa40dfdafb915cd7701c30e0d99a061536f
4
+ data.tar.gz: 39fc5c7f891d0afe34369e45c6dfaef0b7f6a2529424e8e77a9074dc37d5e913
5
5
  SHA512:
6
- metadata.gz: f61b445033ab07d79b42695c91089d07a3050cb0cf9a51c8c6ef46259bf22bc48f7a5867332ac1609f09ae0a1dc28b9484ae8a0fee2cc85941e69b17ced30c84
7
- data.tar.gz: 7f502e09fd03fd6608fbd81fee346aa0ecaeea15e908b0a5114f38a0c4c5fb45ac4d3f327f106a45c6aac69a69de9684686bb9a054b32c6f626068b2fabbcdb3
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
@@ -1,3 +1,3 @@
1
1
  module Harnex
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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/jikkujose/harnex
62
+ homepage: https://github.com/jikkuatwork/harnex
63
63
  licenses:
64
64
  - MIT
65
65
  metadata:
66
- homepage_uri: https://github.com/jikkujose/harnex
67
- source_code_uri: https://github.com/jikkujose/harnex
68
- bug_tracker_uri: https://github.com/jikkujose/harnex/issues
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: