carson 2.11.2 → 2.11.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/RELEASE.md +10 -0
- data/VERSION +1 -1
- data/carson.gemspec +2 -2
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f2b2563b55862fdda893bf17d8686d2bab9d280c060b24b82ef956949be57cd
|
|
4
|
+
data.tar.gz: eff8ccc66edcbed4b1cde495ad71f7430b727cb068a79d172d0ccd2a316b0a61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 366ae543bf2639e601ffc1556cd8e3681e898ffc73550abc63f3101ccb646a6f9ef1d3faa728d0efa5df98fc2f7bb2cf1362a1a26f5f7c3ee7865826ae103697
|
|
7
|
+
data.tar.gz: 656f7d30b869eeeae1273473698f6f6f450dc898cf0599a13c235dbd97bff266ada1251a768f38f1b0f90f3a1a2e20bdfeff3d85f9b57a7f673583a050b4f53f
|
data/RELEASE.md
CHANGED
|
@@ -5,6 +5,16 @@ Release-note scope rule:
|
|
|
5
5
|
- `RELEASE.md` records only version deltas, breaking changes, and migration actions.
|
|
6
6
|
- Operational usage guides live in `MANUAL.md` and `API.md`.
|
|
7
7
|
|
|
8
|
+
## 2.11.3 — Refine RubyGems Description Tone
|
|
9
|
+
|
|
10
|
+
### What changed
|
|
11
|
+
|
|
12
|
+
- **Gemspec** — rewrote summary and description with engineer-professional tone. Factual, concrete, no slogans.
|
|
13
|
+
|
|
14
|
+
### What users must do now
|
|
15
|
+
|
|
16
|
+
Nothing. Metadata only.
|
|
17
|
+
|
|
8
18
|
## 2.11.2 — Improve RubyGems Summary and Description
|
|
9
19
|
|
|
10
20
|
### What changed
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.11.
|
|
1
|
+
2.11.3
|
data/carson.gemspec
CHANGED
|
@@ -7,8 +7,8 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.version = Carson::VERSION
|
|
8
8
|
spec.authors = [ "Hailei Wang" ]
|
|
9
9
|
spec.email = [ "wanghailei@users.noreply.github.com" ]
|
|
10
|
-
spec.summary = "
|
|
11
|
-
spec.description = "Carson
|
|
10
|
+
spec.summary = "Autonomous governance runtime — lint, review gates, PR triage, and merge across repositories."
|
|
11
|
+
spec.description = "Carson lives outside the repositories it governs. On every commit it enforces centralised lint policy and scope checks. On PRs it gates merge on unresolved reviewer feedback, dispatches coding agents to fix CI failures, merges passing PRs, and housekeeps branches. Runs locally and in GitHub Actions."
|
|
12
12
|
spec.homepage = "https://github.com/wanghailei/carson"
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
spec.required_ruby_version = ">= 3.4"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: carson
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.11.
|
|
4
|
+
version: 2.11.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hailei Wang
|
|
@@ -9,10 +9,10 @@ bindir: exe
|
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
|
-
description: Carson
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
description: Carson lives outside the repositories it governs. On every commit it
|
|
13
|
+
enforces centralised lint policy and scope checks. On PRs it gates merge on unresolved
|
|
14
|
+
reviewer feedback, dispatches coding agents to fix CI failures, merges passing PRs,
|
|
15
|
+
and housekeeps branches. Runs locally and in GitHub Actions.
|
|
16
16
|
email:
|
|
17
17
|
- wanghailei@users.noreply.github.com
|
|
18
18
|
executables:
|
|
@@ -93,5 +93,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
93
93
|
requirements: []
|
|
94
94
|
rubygems_version: 4.0.3
|
|
95
95
|
specification_version: 4
|
|
96
|
-
summary:
|
|
96
|
+
summary: Autonomous governance runtime — lint, review gates, PR triage, and merge
|
|
97
|
+
across repositories.
|
|
97
98
|
test_files: []
|