archgate 0.45.2 → 0.45.3
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 +2 -2
- data/lib/archgate/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a758d7a4e327eca2073322ebef41b53313a4a5d2aeb67fee0825eec2ab1db5b
|
|
4
|
+
data.tar.gz: 330e12b4b6e6f824927f7e6b13c22036be2f764d5f44774f63c5441246ff7d4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2c7683879714c553f7b4c587823152d3c56e34fce10dd1285662dedc87cfd9b4db7cbd597dd9c6522780f90f6ef31f24b61c4db23ec838aaeb62060c2626ad3
|
|
7
|
+
data.tar.gz: d091ef5f585f271387aaa0f71d622721a13bf3cb08cb9be38b56ffeda7fabd8aa78631ad88ecca2286a02a5f9439d3810510fffa230526c7239bda5dbe9a8b38
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
**
|
|
5
|
+
**Enterprise-grade linting and guardrails for AI work.**
|
|
6
6
|
|
|
7
7
|
[](LICENSE.md)
|
|
8
8
|
[](https://github.com/archgate/cli/actions/workflows/release.yml)
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
16
|
-
Archgate turns your
|
|
16
|
+
AI agents write code fast, but they don't know your rules. Archgate turns your team's decisions into executable checks — a lint step for architecture, conventions, and AI output. Your agents read the rules before writing code, and `archgate check` blocks what slips through. In CI, in pre-commit hooks, and inside every major AI coding tool.
|
|
17
17
|
|
|
18
18
|
**Write an ADR once. Enforce it everywhere.**
|
|
19
19
|
|
data/lib/archgate/version.rb
CHANGED