archgate 0.50.0 → 0.51.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: ce9500012d5d7b2fe6fcb77c5e8bc754cdf4a6b7fee4258d2d2bcf42da6adb33
4
+ data.tar.gz: ebecd9a427a532559640ebc01df2e52abfef14bc63027f5f7c9893cf447b44e3
5
5
  SHA512:
6
- metadata.gz: 0430b70badd3c9d60f77fc0c76dff141da38cd59d12d9496e3ae4eac7c196c0e4b59e4e5e3b806c80f32142128eedf86b48fd8d5ab816c80d35bd3ac75817747
7
- data.tar.gz: b8cb2551ac1a4f92b0308e41b33a4921cae140624d965afdd0446a0eff6121c1e1a336914d9d4aa9fcef794b1fe6dd1aabc07a7af90d12399b5b968668a15c68
6
+ metadata.gz: e3c17cdb2e648772427be257c2ecbcd5aacdd74ba767cbc23933613a865c930b40af29a6a60813395fd8bac32906b342ee5b1d27fd62db70fee373eb54b46fd0
7
+ data.tar.gz: 3982a2ab582773e935e0c9da5b22e4dbda4d8fdad42bb9fcba90968156f17e4ad139fc49173b4dd417deced801b66484d2fd95c27d71b11a986426e20f1d38f4
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.51.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.51.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: []