carson 2.11.1 → 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 +20 -0
  3. data/VERSION +1 -1
  4. data/carson.gemspec +2 -2
  5. metadata +7 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c1366b08108b8d3891fdf7b5a408c6fa48fc1f09fee3e7078f6740e775fb113
4
- data.tar.gz: 7cfc57e6b7cd66909ea92f9241423e99312cc368c8395c33d8c6b367e8fbaf60
3
+ metadata.gz: 2f2b2563b55862fdda893bf17d8686d2bab9d280c060b24b82ef956949be57cd
4
+ data.tar.gz: eff8ccc66edcbed4b1cde495ad71f7430b727cb068a79d172d0ccd2a316b0a61
5
5
  SHA512:
6
- metadata.gz: 9453360cbbc88577104b25a29373f987e4b8e3e881ec1d21127cbe0e8944beb0b479a617c9d8d83ca970a506b2bb76ceaeec6f264b25b00ae178f772be3a8ea1
7
- data.tar.gz: f73ced7d9c9114ab395da8a348809ca17944b97cf6012b43c1dda23aa415d40a376c4e0ba01ba28eb3c8fbc74dc6ea7dad711850534ae10014b9a68cdd32dc40
6
+ metadata.gz: 366ae543bf2639e601ffc1556cd8e3681e898ffc73550abc63f3101ccb646a6f9ef1d3faa728d0efa5df98fc2f7bb2cf1362a1a26f5f7c3ee7865826ae103697
7
+ data.tar.gz: 656f7d30b869eeeae1273473698f6f6f450dc898cf0599a13c235dbd97bff266ada1251a768f38f1b0f90f3a1a2e20bdfeff3d85f9b57a7f673583a050b4f53f
data/RELEASE.md CHANGED
@@ -5,6 +5,26 @@ 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
+
18
+ ## 2.11.2 — Improve RubyGems Summary and Description
19
+
20
+ ### What changed
21
+
22
+ - **Gemspec** — rewrote `summary` and `description` to explain what Carson actually does instead of abstract jargon. Summary: "You write the code, Carson manages everything from commit to merge." Description covers the full loop: lint, review gates, PR triage, agent dispatch, merge, cleanup.
23
+
24
+ ### What users must do now
25
+
26
+ Nothing. Metadata only.
27
+
8
28
  ## 2.11.1 — Document Philosophy, Opinions, and Configurable Defaults
9
29
 
10
30
  ### What changed
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.11.1
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 = "Outsider governance runtime for repository hygiene and merge readiness."
11
- spec.description = "Carson runs outside host repositories and applies governance checks, review gates, and managed GitHub-native files."
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.1
4
+ version: 2.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hailei Wang
@@ -9,8 +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 runs outside host repositories and applies governance checks,
13
- review gates, and managed GitHub-native files.
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.
14
16
  email:
15
17
  - wanghailei@users.noreply.github.com
16
18
  executables:
@@ -91,5 +93,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
93
  requirements: []
92
94
  rubygems_version: 4.0.3
93
95
  specification_version: 4
94
- summary: Outsider governance runtime for repository hygiene and merge readiness.
96
+ summary: Autonomous governance runtime lint, review gates, PR triage, and merge
97
+ across repositories.
95
98
  test_files: []