rlsbl 0.93.0 → 0.94.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.
Files changed (2) hide show
  1. package/README.md +8 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -113,19 +113,20 @@ See [docs/ci-customization.md](docs/ci-customization.md) for an example.
113
113
 
114
114
  ## Check system
115
115
 
116
- rlsbl includes 56 checks across 9 tags.
116
+ rlsbl includes 58 checks across 9 tags.
117
117
 
118
118
  | Tag | Checks | Description |
119
119
  |-----|--------|-------------|
120
- | `project` | 12 | Version, name, license, description consistency; config schema; private hook/workflow; npm mismatch; target readability; selfdoc drift |
121
- | `release` | 4 | Local/remote tag, GitHub Release, branch sync |
120
+ | `project` | 14 | Version, name, license, description consistency; config schema; private hook/workflow; npm mismatch; target/dunder version readability; selfdoc drift; scaffold conflicts |
121
+ | `release` | 5 | Local/remote tag, GitHub Release, branch sync, scaffold conflicts |
122
122
  | `changelog` | 9 | Hash resolution, range, coverage, orphans, schema, user-facing, batch limits, entry |
123
- | `workspace` | 9 | CI router, CI sync, targets, unregistered, stale entries, dev-node boundary, dead packages, subtree remote, layers |
124
- | `quality` | 8 | Dead modules, circular deps, library lint, deps unused/undeclared/runtime-test-only/dev-in-lib, scaffold checks, test suite |
125
- | (untagged) | 4 | Additional validation checks |
123
+ | `workspace` | 14 | CI router, CI sync, targets, unregistered, stale entries, dev-only/unversioned boundaries, dead packages, subtree remote, buildability, gitignore, root conflict, Go companion tags, workspace tests |
124
+ | `quality` | 9 | Dead modules, circular deps, library/ruff lint, deps runtime-test-only/dev-in-lib, scaffold vars, test suite, Maven Central metadata |
125
+ | `prepush` | 6 | Changelog coverage, gitignore guard, manual-push warning, tests, scaffold conflicts |
126
+ | (untagged) | 4 | Layers violations, deps unused/undeclared/stale |
126
127
 
127
128
  ```
128
- rlsbl check --all # run all 50 checks
129
+ rlsbl check --all # run all checks
129
130
  rlsbl check --tag changelog # run checks by tag
130
131
  rlsbl check --name lock # run a single check
131
132
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rlsbl",
3
- "version": "0.93.0",
3
+ "version": "0.94.0",
4
4
  "description": "Release orchestration and project scaffolding across package ecosystems",
5
5
  "license": "MIT",
6
6
  "bin": {