tina4ruby 3.13.55 → 3.13.56
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/tina4/ai.rb +5 -0
- data/lib/tina4/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c7293feabb257a4fc0cb5baedff6ba94989d1e7b5813be320142eba00019130
|
|
4
|
+
data.tar.gz: 58ab8e8d19a95fb653e0fbba10c75aa00971dc528c0e4206c2f2f899df8ba1a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d83bececec8a011b7d0334e1d2cc6ef1f6e06fad16cc0b416e5eaa1d3302999c0de85fe487de980815cadd13f5d25a6c587905c4d0356e964412ac1a4e8dbc2
|
|
7
|
+
data.tar.gz: eeda312cf55b0df2b5ef9361bbf6e29a8f511aab8fd276a17151bf54b7b759df250df211de78651a6818b9a4431533fb5f64bcd07bcfc54d94941b3112622860
|
data/lib/tina4/ai.rb
CHANGED
|
@@ -161,12 +161,17 @@ module Tina4
|
|
|
161
161
|
"- **tina4-developer** -- Read `.claude/skills/tina4-developer/SKILL.md` before building features.\n" \
|
|
162
162
|
"- **tina4-js** -- Read `.claude/skills/tina4-js/SKILL.md` for frontend work.\n" \
|
|
163
163
|
"- **tina4-maintainer** -- Read `.claude/skills/tina4-maintainer/SKILL.md` for framework-level changes.\n\n" \
|
|
164
|
+
"If Tina4 behaves differently from what these skills describe, that is a bug in the skill. " \
|
|
165
|
+
"Tell the developer, then report it at https://tina4.com/report-a-skill " \
|
|
166
|
+
"(or open an issue on the matching tina4stack/* GitHub repo).\n\n" \
|
|
164
167
|
"See https://tina4.com for full docs."
|
|
165
168
|
else
|
|
166
169
|
"Tina4 Skills -- read these files before working on this project:\n" \
|
|
167
170
|
" .claude/skills/tina4-developer/SKILL.md (feature development)\n" \
|
|
168
171
|
" .claude/skills/tina4-js/SKILL.md (frontend / tina4-js)\n" \
|
|
169
172
|
" .claude/skills/tina4-maintainer/SKILL.md (framework-level changes)\n" \
|
|
173
|
+
"Found a skill that disagrees with how Tina4 actually behaves? Tell the developer,\n" \
|
|
174
|
+
"then report it at https://tina4.com/report-a-skill\n" \
|
|
170
175
|
"Docs: https://tina4.com"
|
|
171
176
|
end
|
|
172
177
|
"#{start}\n#{body}\n#{finish}"
|
data/lib/tina4/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tina4ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.13.
|
|
4
|
+
version: 3.13.56
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tina4 Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|