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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/soka/engines/prompts/workflow_rules.rb +1 -1
- data/lib/soka/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: 222783fa72ada5e52bb3ad666afb50ec9bf47184cf87e7268cc85f1bcdf38aad
|
4
|
+
data.tar.gz: d0f95b6933141e1e992f13321733956430e8619648ccda945246e3ac6b86b234
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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