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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/archgate/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59368975c8e85832dda9a2e9e2d168360b2bf34e499e5d4707dee3a4580655f6
4
- data.tar.gz: 78ee2b6cb3f3c9dbad0b70124964680547d95abfca82fc4363ba7e8335dccbc5
3
+ metadata.gz: 3a758d7a4e327eca2073322ebef41b53313a4a5d2aeb67fee0825eec2ab1db5b
4
+ data.tar.gz: 330e12b4b6e6f824927f7e6b13c22036be2f764d5f44774f63c5441246ff7d4e
5
5
  SHA512:
6
- metadata.gz: 9078617eff846bf3e76384c7c1391b0fa3baf8b7021471e2e6f0fab05f5273d267f1a32a8fecccfb58e878282a61bb714a54cdd0da55ea14559169e70a272322
7
- data.tar.gz: 2e5d907206358eb94ec8a099e2e107aae61573d22fa469873da5a7284ad1b97e72fcf02c9992cf77f68d36130e960596cc476affbce93d5b2b85c09c691d2fb5
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
- **Enforce Architecture Decision Records as executable rules — for both humans and AI agents.**
5
+ **Enterprise-grade linting and guardrails for AI work.**
6
6
 
7
7
  [![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](LICENSE.md)
8
8
  [![Release](https://github.com/archgate/cli/actions/workflows/release.yml/badge.svg)](https://github.com/archgate/cli/actions/workflows/release.yml)
@@ -13,7 +13,7 @@
13
13
 
14
14
  ---
15
15
 
16
- Archgate turns your Architecture Decision Records into a governance layer that runs in CI, enforces rules in pre-commit hooks, and feeds live context to AI coding agents so architectural decisions don't stay in documents, they stay in the code.
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Archgate
4
- VERSION = "0.45.2"
4
+ VERSION = "0.45.3"
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.45.2
4
+ version: 0.45.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Archgate