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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad240221da05e1d22971216907aeffa2699c0bd5eae3b3e4b8aa0479bd2ee1e7
4
- data.tar.gz: ef7821e3dc9d26d45b242fdaad3c8edb79960dcc9229012ec3a04298157e1336
3
+ metadata.gz: 5c7293feabb257a4fc0cb5baedff6ba94989d1e7b5813be320142eba00019130
4
+ data.tar.gz: 58ab8e8d19a95fb653e0fbba10c75aa00971dc528c0e4206c2f2f899df8ba1a4
5
5
  SHA512:
6
- metadata.gz: 8ff611bd9c3c98c90036a44bf4bb03152e6e7eb280861bb9a9536fa79fbfae35e32502af36bf39a987598f5194bc5eb3bc8a8ff7608ef2aec220404a20d66b45
7
- data.tar.gz: ccd42641cb4756e6e78d14249b7a11d792f8d65e076a59c2e6055010341628f2246e86b8708da4dd8bda6f998dbf8b2342baf854d44b141a4ad70c075f8ae222
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tina4
4
- VERSION = "3.13.55"
4
+ VERSION = "3.13.56"
5
5
  end
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.55
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-07 00:00:00.000000000 Z
11
+ date: 2026-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack