rails-ai-context 0.15.9 → 0.15.10
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 +6 -0
- data/lib/rails_ai_context/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f813e725bf1bab273e3d3df71726c49dcd9a71a0e81786a2ec18553c77c668e8
|
|
4
|
+
data.tar.gz: 2c9e3adb0799f2d2e1dd4c0fbc6c9df938b2cf131914d53e2ccb72f7c689ed99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34f13e96f64c92298ba8c2491ecf1f43375cf0885a9673b8df29bbb4eff7017100fe81eefc8788ecff1ce07e844504b938d43715be0711558eb0faa2203bde76
|
|
7
|
+
data.tar.gz: ad1fce5a33276f64cfc68b1cb236b3bc19e733127bd29d587faba52537c5df0784a17700a640fe35cedb3429736976737c0c3d3f4c5284b44278e226b0fb33cf
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.15.10] - 2026-03-23
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- **Gemspec description rewritten** — repositioned from feature list to value proposition: mental model, semantic validation, cross-file error detection.
|
|
13
|
+
|
|
8
14
|
## [0.15.9] - 2026-03-23
|
|
9
15
|
|
|
10
16
|
### Added
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-ai-context
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- crisnahine
|
|
@@ -162,11 +162,12 @@ dependencies:
|
|
|
162
162
|
- !ruby/object:Gem::Version
|
|
163
163
|
version: '1.4'
|
|
164
164
|
description: |
|
|
165
|
-
rails-ai-context
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
165
|
+
rails-ai-context gives AI coding agents a complete mental model of your Rails
|
|
166
|
+
app — not just files, but how schema, models, routes, controllers, views, and
|
|
167
|
+
conventions connect. 13 live MCP tools let agents query structure on demand with
|
|
168
|
+
semantic validation that catches cross-file errors (wrong columns, missing
|
|
169
|
+
partials, broken routes) before code runs. Auto-generates context files for
|
|
170
|
+
Claude Code, Cursor, Windsurf, GitHub Copilot, and OpenCode. Zero config.
|
|
170
171
|
email:
|
|
171
172
|
- crisjosephnahine@gmail.com
|
|
172
173
|
executables:
|
|
@@ -294,6 +295,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
294
295
|
requirements: []
|
|
295
296
|
rubygems_version: 3.6.9
|
|
296
297
|
specification_version: 4
|
|
297
|
-
summary:
|
|
298
|
-
zero config.
|
|
298
|
+
summary: Give AI agents a complete mental model of your Rails app via MCP — zero config.
|
|
299
299
|
test_files: []
|