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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69d121a9a96c5e7c796331dd5773a22e7981c2ea8ba22dc09cc4c722bc3d8b7c
4
- data.tar.gz: 8e95c49716c2dae5c5fe5ad4883de2ca7bb12d396b5221f904e6d4ab9015cd5e
3
+ metadata.gz: f813e725bf1bab273e3d3df71726c49dcd9a71a0e81786a2ec18553c77c668e8
4
+ data.tar.gz: 2c9e3adb0799f2d2e1dd4c0fbc6c9df938b2cf131914d53e2ccb72f7c689ed99
5
5
  SHA512:
6
- metadata.gz: 6f1ca5202c2ca0467003ae172d1554868171664ececaef8ff58db08949967e3004378f4d679e5a05bb639bad0dac79ef1423a4e2280ebf041c684d0147799385
7
- data.tar.gz: 92e917535469b0f8551ac1b2f950450a53bf5498a51a33b7990327c25c845a146897165367f9eed0aa96568e460c0c102322191081a63e98c79e967deeb6cfa9
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsAiContext
4
- VERSION = "0.15.9"
4
+ VERSION = "0.15.10"
5
5
  end
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.9
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 automatically introspects your Rails application and exposes
166
- models, routes, schema, controllers, views, jobs, mailers, Turbo/Hotwire,
167
- auth, API layer, tests, config, and conventions through the Model Context
168
- Protocol (MCP). Works with Claude Code, Cursor, Windsurf, GitHub Copilot, and
169
- any MCP-compatible AI tool. Zero configuration required.
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: Auto-expose Rails app structure to AI via MCP (Model Context Protocol) —
298
- zero config.
298
+ summary: Give AI agents a complete mental model of your Rails app via MCP zero config.
299
299
  test_files: []