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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/archgate/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce9500012d5d7b2fe6fcb77c5e8bc754cdf4a6b7fee4258d2d2bcf42da6adb33
|
|
4
|
+
data.tar.gz: ebecd9a427a532559640ebc01df2e52abfef14bc63027f5f7c9893cf447b44e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/)
|
|
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
|
data/lib/archgate/version.rb
CHANGED
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.
|
|
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.
|
|
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: []
|