@norskvideo/ctl-dev-kit 0.1.49 → 0.1.50

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.
@@ -7,9 +7,10 @@
7
7
  # fenced CLAUDE.md core, flake.nix, the shared config files, the manifest
8
8
  # seed. Copies exist so a human reads them on GitHub with no tooling; the
9
9
  # gate is the only thing keeping them true.
10
- # - quality: the repo's own lint + typecheck + unit tests, via the shared
11
- # package.json script interface every product carries. The "whole project
12
- # clean" convention in the CLAUDE core has no teeth without this.
10
+ # - quality: the repo's own lint + typecheck + unit tests + docs path lint,
11
+ # via the shared package.json script interface every product carries. The
12
+ # "whole project clean" convention in the CLAUDE core has no teeth without
13
+ # this; docs:check is what keeps README/CLAUDE/docs paths true.
13
14
  #
14
15
  # Both run the same proven way build-image does — inside `nix develop .#build`
15
16
  # (which provides bun) on the x64 self-hosted pool — but skip the Docker image
@@ -74,6 +75,7 @@ jobs:
74
75
  bun run lint
75
76
  bun run typecheck
76
77
  bun run test:unit
78
+ bun run docs:check
77
79
  '
78
80
 
79
81
  # Report this pipeline's result to the aggregated product CI dashboard
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/ctl-dev-kit",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",