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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/RELEASE.md +10 -0
  3. data/VERSION +1 -1
  4. data/carson.gemspec +2 -2
  5. metadata +7 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ee87fb6195405a8984a69edfe853c54e4148e097ddeb68b664f3b174f76aa58
4
- data.tar.gz: 1aff6cd40925b1e29a5317062963874428759a76932b5bc87ff49b1f181a433c
3
+ metadata.gz: 2f2b2563b55862fdda893bf17d8686d2bab9d280c060b24b82ef956949be57cd
4
+ data.tar.gz: eff8ccc66edcbed4b1cde495ad71f7430b727cb068a79d172d0ccd2a316b0a61
5
5
  SHA512:
6
- metadata.gz: 5431016b0e297bd23d69a781b633e6e786df4ebe5bb9625a9ed4052e8cdfb399e59e253b007d5403944f52ffdc6882c35eb0cf3babcb487740eadb178306d933
7
- data.tar.gz: 713018f54df585927a2a86dc9d922bf750214603fb3daf89991c5eec9152a85ceeaad1ea130597f2fd357f8d95be282953c12c9a408bb169fd445ce26e4c6e10
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.2
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 = "You write the code, Carson manages everything from commit to merge."
11
- spec.description = "Carson is an autonomous governance runtime that lives outside your repositories. It enforces lint policy on every commit, gates merges on unresolved reviewer feedback, triages open PRs across your entire portfolio, dispatches coding agents to fix failures, merges what's ready, and cleans up after itself. One gem, all your projects, unmanned."
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.2
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 is an autonomous governance runtime that lives outside your repositories.
13
- It enforces lint policy on every commit, gates merges on unresolved reviewer feedback,
14
- triages open PRs across your entire portfolio, dispatches coding agents to fix failures,
15
- merges what's ready, and cleans up after itself. One gem, all your projects, unmanned.
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: You write the code, Carson manages everything from commit to merge.
96
+ summary: Autonomous governance runtime — lint, review gates, PR triage, and merge
97
+ across repositories.
97
98
  test_files: []