archgate 0.50.0 → 0.52.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/archgate/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3507ed196a64628e4584840f5c50e1a8f3a3da17f08629b89c4c6fe9ce6c900
4
- data.tar.gz: a697aee6abc42ae16a0510bc198216ca155fc1d1de8abd86b2d5ed2fb615c07b
3
+ metadata.gz: 8d8e637dad59acaea6304c428c2cd5b8db3c365a83666e76559bad7790d9bc52
4
+ data.tar.gz: 5207b93199d3a2a03f883b8d82c3b2770fb7c2da0bee9bdccf00c19d2c061660
5
5
  SHA512:
6
- metadata.gz: 0430b70badd3c9d60f77fc0c76dff141da38cd59d12d9496e3ae4eac7c196c0e4b59e4e5e3b806c80f32142128eedf86b48fd8d5ab816c80d35bd3ac75817747
7
- data.tar.gz: b8cb2551ac1a4f92b0308e41b33a4921cae140624d965afdd0446a0eff6121c1e1a336914d9d4aa9fcef794b1fe6dd1aabc07a7af90d12399b5b968668a15c68
6
+ metadata.gz: 5118efb8f5d78fbebfc6041ef7ee8a38fac31decfc8dea13494df08cc1c03a813ac6dda5e12dda1a96513f4aef95263a8e4f25e331b968525f1a4fbba7f64e93
7
+ data.tar.gz: 93300e2f29615ceeea973de5842ad498ada2154f534be2ffe6d31ebac54aa5f23f125d719d51bfb9de4db37c181eaee74cb866f76f931724afba700c238225fa
data/README.md CHANGED
@@ -66,7 +66,7 @@ Each ADR can have a companion `.rules.ts` file that exports automated checks. Se
66
66
 
67
67
  > **Make your AI agent architecture-aware.** With the optional editor plugins, your AI coding agent reads ADRs before writing code, validates changes against your rules, and captures new architectural patterns back into ADRs, automatically.
68
68
  >
69
- > Plugins are available for [**Claude Code**](https://cli.archgate.dev/guides/claude-code-plugin/) and [**Cursor**](https://cli.archgate.dev/guides/cursor-integration/).
69
+ > Plugins are available for [**Claude Code**](https://cli.archgate.dev/guides/claude-code-plugin/), [**Cursor**](https://cli.archgate.dev/guides/cursor-integration/), [**VS Code**](https://cli.archgate.dev/guides/vscode-plugin/), [**Copilot CLI**](https://cli.archgate.dev/guides/copilot-cli-plugin/), and [**opencode**](https://cli.archgate.dev/guides/opencode-integration/).
70
70
  >
71
71
  > ```bash
72
72
  > archgate login # one-time GitHub auth
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Archgate
4
- VERSION = "0.50.0"
4
+ VERSION = "0.52.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: archgate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.0
4
+ version: 0.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Archgate
@@ -48,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  - !ruby/object:Gem::Version
49
49
  version: '0'
50
50
  requirements: []
51
- rubygems_version: 4.0.10
51
+ rubygems_version: 4.0.16
52
52
  specification_version: 4
53
53
  summary: Enforce Architecture Decision Records as executable rules
54
54
  test_files: []