hokipoki 0.3.0 ā 0.3.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/lib/generators/hive_mind/install_generator.rb +1 -0
- data/lib/hokipoki/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 963e9ced91ccd0a7da323a7994f4419f9a2e8b63ab1a16395fc9ca877a191e38
|
|
4
|
+
data.tar.gz: a70f153d959e357f6ee3f83578f42c009ae95ac5ac42bddc62d0fde5590ad293
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2db27280fd0fea94764ef414572579e2757f1546021cb8f8d51660c5547496535e7ebc7ebc35eeab58a307279b3208d21601e29e6edee2f3b8f96eabcf681617
|
|
7
|
+
data.tar.gz: d0541e841a526e3457d81764fe28bbcd3dead3111f3910a09916ea32d633cf672d89ad39e934962b96157bc8069777b228ca6862f7642ad6450e8c205b6ca2df
|
|
@@ -463,6 +463,7 @@ module HiveMind
|
|
|
463
463
|
say " 2. #{@pastel.cyan('Check status:')} ./bin/claude_status"
|
|
464
464
|
say " 3. #{@pastel.cyan('Test integration:')} Ask Claude any coding question"
|
|
465
465
|
end
|
|
466
|
+
end
|
|
466
467
|
|
|
467
468
|
def setup_minimal_installation
|
|
468
469
|
say @pastel.cyan("\nšÆ Setting up minimal HiveMind installation...")
|
data/lib/hokipoki/version.rb
CHANGED