carson 2.11.1 → 2.11.2

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 +6 -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: 2ee87fb6195405a8984a69edfe853c54e4148e097ddeb68b664f3b174f76aa58
4
+ data.tar.gz: 1aff6cd40925b1e29a5317062963874428759a76932b5bc87ff49b1f181a433c
5
5
  SHA512:
6
- metadata.gz: 9453360cbbc88577104b25a29373f987e4b8e3e881ec1d21127cbe0e8944beb0b479a617c9d8d83ca970a506b2bb76ceaeec6f264b25b00ae178f772be3a8ea1
7
- data.tar.gz: f73ced7d9c9114ab395da8a348809ca17944b97cf6012b43c1dda23aa415d40a376c4e0ba01ba28eb3c8fbc74dc6ea7dad711850534ae10014b9a68cdd32dc40
6
+ metadata.gz: 5431016b0e297bd23d69a781b633e6e786df4ebe5bb9625a9ed4052e8cdfb399e59e253b007d5403944f52ffdc6882c35eb0cf3babcb487740eadb178306d933
7
+ data.tar.gz: 713018f54df585927a2a86dc9d922bf750214603fb3daf89991c5eec9152a85ceeaad1ea130597f2fd357f8d95be282953c12c9a408bb169fd445ce26e4c6e10
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.2 — Improve RubyGems Summary and Description
9
+
10
+ ### What changed
11
+
12
+ - **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.
13
+
14
+ ### What users must do now
15
+
16
+ Nothing. Metadata only.
17
+
8
18
  ## 2.11.1 — Document Philosophy, Opinions, and Configurable Defaults
9
19
 
10
20
  ### What changed
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.11.1
1
+ 2.11.2
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 = "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."
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.2
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 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.
14
16
  email:
15
17
  - wanghailei@users.noreply.github.com
16
18
  executables:
@@ -91,5 +93,5 @@ 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: You write the code, Carson manages everything from commit to merge.
95
97
  test_files: []