@norskvideo/ctl-dev-kit 0.1.4 → 0.1.5

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.
package/build/flake.nix CHANGED
@@ -1,7 +1,8 @@
1
1
  # Product build + dev shell — single-sourced in @norskvideo/ctl-dev-kit and
2
2
  # copied verbatim into each split product repo (nix needs a flake.nix at the repo
3
3
  # root for `nix develop`; it can't pull one from an npm package at CI bootstrap).
4
- # The copy is drift-gated (Workstream I), same model as the fenced CLAUDE.md core.
4
+ # The copy is to be drift-gated (Workstream I; not yet enforced), same model as
5
+ # the fenced CLAUDE.md core.
5
6
  #
6
7
  # Three shells:
7
8
  # nix develop -> build tools (bun, cargo/rustc, git) + the pinned
@@ -2,11 +2,11 @@
2
2
  <!--
3
3
  This block is the SHARED conventions core, single-sourced in
4
4
  @norskvideo/ctl-dev-kit (conventions/CLAUDE.core.md). It is copied verbatim
5
- into each product repo's CLAUDE.md between these fenced markers, and a
6
- drift-check gate (Workstream I) fails CI if a copy diverges from the dev-kit's
7
- version. Do NOT hand-edit a copy edit the dev-kit source and re-sync. The
8
- per-product tail (this product's build, iterate loop, gotchas) lives OUTSIDE
9
- the markers and is yours to own.
5
+ into each product repo's CLAUDE.md between these fenced markers. A drift-check
6
+ gate is planned (Workstream I) to fail CI if a copy diverges from the dev-kit's
7
+ version until it lands, do NOT hand-edit a copy: edit the dev-kit source and
8
+ re-sync. The per-product tail (this product's build, iterate loop, gotchas)
9
+ lives OUTSIDE the markers and is yours to own.
10
10
 
11
11
  It is copied (not `@import`ed) on purpose: CLAUDE.md's value is being read
12
12
  verbatim by a human on GitHub with no tooling, and an @import shows a human a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/ctl-dev-kit",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./package.json": "./package.json"