carson 2.22.0 → 2.23.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92af4bd3b6c18b621be3b43b6172fa4ec8ca0a67969be2a4bc1bdc86c9d047ef
4
- data.tar.gz: a1a03fa58f49cbb72d25fd8c67c7fccb9904e79109aeaa71074929996b81bd5d
3
+ metadata.gz: e192c17c03b702b370cf76636a3c78674c719ecb4244ba779549301fa3564f0f
4
+ data.tar.gz: 72c7f78fe5cb5140f25aa50d0f4312a9e4cb3c704eb7f3d7b996a3da90f3298d
5
5
  SHA512:
6
- metadata.gz: 5065b58d24c4a9326ea127bb764f521d6466108126e374a3662ae4feb86a2bfb41a5e70dd970338247d5f25f5765dd0958f329afdde41c73b0792faf08b5880e
7
- data.tar.gz: c1d9619069ea00bb4d427897adfbe37374828153888ee5c3b279ea6af647ed12828d5109542a33bbdf77771efe651f9f1244d4c2cbcf56f11014ae259ae6df6b
6
+ metadata.gz: 9cad7952c709755faba1df36e1b247dea7ea21885c7d7987ec4c8aa42a4f2c1e2eb139ca02d8ff392129b61d4d821eeb57c2f768431aab73ec45b199d69c77c2
7
+ data.tar.gz: 6e95e4916ed3635bb1fb502d3e8068b02cd737803304ea1d54c5b8205c0d85b31700baf6bc2d00c76bdf66f5e27ab1ba11b9bc5d7e8522faa7791e003aad6f4e
data/RELEASE.md CHANGED
@@ -5,6 +5,12 @@ 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.23.0 — Warm Onboard Welcome Guide
9
+
10
+ ### What changed
11
+
12
+ - **`carson onboard` closing block rewritten as a warm next-step guide.** Replaces the terse "Carson is ready" message with a concierge-style welcome that explains what Carson placed in `.github/`, why it matters, and what to do before the first push.
13
+
8
14
  ## 2.22.0 — Setup Prompts for Canonical Templates
9
15
 
10
16
  ### What changed
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.22.0
1
+ 2.23.0
@@ -1162,11 +1162,23 @@ module Carson
1162
1162
  audit_status = onboard_run_audit!
1163
1163
 
1164
1164
  puts_line ""
1165
- puts_line "Carson is ready. Workflow: #{config.workflow_style}"
1166
- puts_line "Reconfigure anytime: carson setup"
1165
+ puts_line "Carson at your service."
1167
1166
 
1168
1167
  prompt_govern_registration! if self.in.respond_to?( :tty? ) && self.in.tty?
1169
1168
 
1169
+ puts_line ""
1170
+ puts_line "Your repository is set up. Carson has placed files in your"
1171
+ puts_line "project's .github/ directory — pull request templates,"
1172
+ puts_line "guidelines for AI coding assistants, and any CI or lint"
1173
+ puts_line "rules you've configured. Once pushed to GitHub, they'll"
1174
+ puts_line "ensure every pull request follows a consistent standard"
1175
+ puts_line "and all checks run automatically."
1176
+ puts_line ""
1177
+ puts_line "Before your first push, have a look through .github/ to"
1178
+ puts_line "make sure everything is to your liking."
1179
+ puts_line ""
1180
+ puts_line "To adjust any setting: carson setup"
1181
+
1170
1182
  audit_status
1171
1183
  end
1172
1184
 
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.22.0
4
+ version: 2.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hailei Wang