soka 0.0.7 → 0.0.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 484709d85e7835138e502ed9a795257f46289df28f7f3fef31c3e048b62cdc20
4
- data.tar.gz: 74fa32be0296709abe5dd18480a6fabb6ae9dd0f17aa608a7e1e9f51f3934b37
3
+ metadata.gz: 222783fa72ada5e52bb3ad666afb50ec9bf47184cf87e7268cc85f1bcdf38aad
4
+ data.tar.gz: d0f95b6933141e1e992f13321733956430e8619648ccda945246e3ac6b86b234
5
5
  SHA512:
6
- metadata.gz: 7665b62bd029b2b29c3cba25c42326160176b5426435fce0e37e4c7929afa33acacb29a5efb431f480efb7e94960d9406feb3467c30b8f284f7ef94cf8e8e5c7
7
- data.tar.gz: 1af86f19c9d89d156826e676816908f8c56a443586281a744c75a3ba9f0f1c461989a223c82e79204042801147f81710cbb5224059d988de984f18a595c95aac
6
+ metadata.gz: 6b505b2e25f6ac3216d750ef5c0e411c8141c6c5d6dfc5deecae75f799c42fd21b831a873e0602c3e4f8398aacf4e4757947e61a11925b2a22967b98930c3068
7
+ data.tar.gz: 0f62b55320302343f1ba30dabbef068f31d66545b100f691533e96ed9c2d4eb3d4c6851a81e43d5248b83e2d81398f9b49fa24ceb4e19f494d948ae8c75e89db
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.0.8] - 2025-08-15
11
+
12
+ ### Tests
13
+ - test: update specs to match reduced thought word limit (73564ae)
14
+
10
15
  ## [0.0.7] - 2025-08-15
11
16
 
12
17
  ### Features
@@ -56,7 +56,7 @@ module Soka
56
56
 
57
57
  2. 💭 THINKING PHASE:
58
58
  - Always start with <Thought>...</Thought>
59
- - MAXIMUM 30 WORDS per thought
59
+ - MAXIMUM 20 WORDS per thought
60
60
  - Use first-person perspective (I, me, my)
61
61
  - AVOID: "LLM", "AI", "formatting for", "organizing for"
62
62
  - AVOID: "act as", "play role of", "as an expert", "I will be"
data/lib/soka/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Soka
4
- VERSION = '0.0.7'
4
+ VERSION = '0.0.8'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - jiunjiun