@oddessentials/repo-standards 4.0.0 → 4.0.1

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/README.md CHANGED
@@ -68,7 +68,7 @@ The master spec includes a `meta` block that defines system-wide expectations:
68
68
 
69
69
  ## Structure of `config/standards.json`
70
70
 
71
- - `version` — schema version (currently `3`)
71
+ - `version` — schema version (currently `4`)
72
72
  - `meta` — global rules and migration policy
73
73
  - `ciSystems` — supported CI platforms
74
74
  _(currently `github-actions`, `azure-devops`)_
@@ -103,6 +103,7 @@ The `version` field indicates schema compatibility:
103
103
  - `1` — Original schema
104
104
  - `2` — Adds `bazelHints`, `meta.executorHints.bazel` for Bazel support, `anyOfFiles`, `pinningNotes`, enforcement/severity levels, ratio-based coverage thresholds, Rust/Go stacks. Enforces strict validation with `additionalProperties: false`.
105
105
  - `3` — Expands release, build determinism, and provenance/CI automation requirements; adds unified release workflow and template automation guidance.
106
+ - `4` — Stable API contract with `getStandards()`, `getSchema()`, `STANDARDS_VERSION` exports; Node 22 LTS alignment.
106
107
 
107
108
  Consumers should ignore unknown fields for forward compatibility.
108
109
 
@@ -799,5 +799,5 @@
799
799
  },
800
800
  "stack": "csharp-dotnet",
801
801
  "stackLabel": "C# / .NET",
802
- "version": 3
802
+ "version": 4
803
803
  }
@@ -799,5 +799,5 @@
799
799
  },
800
800
  "stack": "csharp-dotnet",
801
801
  "stackLabel": "C# / .NET",
802
- "version": 3
802
+ "version": 4
803
803
  }
@@ -880,5 +880,5 @@
880
880
  },
881
881
  "stack": "csharp-dotnet",
882
882
  "stackLabel": "C# / .NET",
883
- "version": 3
883
+ "version": 4
884
884
  }
@@ -790,5 +790,5 @@
790
790
  },
791
791
  "stack": "go",
792
792
  "stackLabel": "Go",
793
- "version": 3
793
+ "version": 4
794
794
  }
@@ -790,5 +790,5 @@
790
790
  },
791
791
  "stack": "go",
792
792
  "stackLabel": "Go",
793
- "version": 3
793
+ "version": 4
794
794
  }
@@ -871,5 +871,5 @@
871
871
  },
872
872
  "stack": "go",
873
873
  "stackLabel": "Go",
874
- "version": 3
874
+ "version": 4
875
875
  }
@@ -2983,5 +2983,5 @@
2983
2983
  "languageFamily": "js"
2984
2984
  }
2985
2985
  },
2986
- "version": 3
2986
+ "version": 4
2987
2987
  }
@@ -827,5 +827,5 @@
827
827
  },
828
828
  "stack": "python",
829
829
  "stackLabel": "Python",
830
- "version": 3
830
+ "version": 4
831
831
  }
@@ -827,5 +827,5 @@
827
827
  },
828
828
  "stack": "python",
829
829
  "stackLabel": "Python",
830
- "version": 3
830
+ "version": 4
831
831
  }
@@ -908,5 +908,5 @@
908
908
  },
909
909
  "stack": "python",
910
910
  "stackLabel": "Python",
911
- "version": 3
911
+ "version": 4
912
912
  }
@@ -800,5 +800,5 @@
800
800
  },
801
801
  "stack": "rust",
802
802
  "stackLabel": "Rust",
803
- "version": 3
803
+ "version": 4
804
804
  }
@@ -800,5 +800,5 @@
800
800
  },
801
801
  "stack": "rust",
802
802
  "stackLabel": "Rust",
803
- "version": 3
803
+ "version": 4
804
804
  }
@@ -881,5 +881,5 @@
881
881
  },
882
882
  "stack": "rust",
883
883
  "stackLabel": "Rust",
884
- "version": 3
884
+ "version": 4
885
885
  }
@@ -840,5 +840,5 @@
840
840
  },
841
841
  "stack": "typescript-js",
842
842
  "stackLabel": "TypeScript / JavaScript",
843
- "version": 3
843
+ "version": 4
844
844
  }
@@ -840,5 +840,5 @@
840
840
  },
841
841
  "stack": "typescript-js",
842
842
  "stackLabel": "TypeScript / JavaScript",
843
- "version": 3
843
+ "version": 4
844
844
  }
@@ -921,5 +921,5 @@
921
921
  },
922
922
  "stack": "typescript-js",
923
923
  "stackLabel": "TypeScript / JavaScript",
924
- "version": 3
924
+ "version": 4
925
925
  }
package/dist/version.d.ts CHANGED
@@ -6,6 +6,6 @@
6
6
  * Consumers should import from here instead of package.json to avoid
7
7
  * ESM/CJS interop issues.
8
8
  */
9
- export declare const STANDARDS_VERSION = "3.1.0";
10
- export declare const STANDARDS_SCHEMA_VERSION = 3;
9
+ export declare const STANDARDS_VERSION = "4.0.0";
10
+ export declare const STANDARDS_SCHEMA_VERSION = 4;
11
11
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -6,5 +6,5 @@
6
6
  * Consumers should import from here instead of package.json to avoid
7
7
  * ESM/CJS interop issues.
8
8
  */
9
- export const STANDARDS_VERSION = "3.1.0";
10
- export const STANDARDS_SCHEMA_VERSION = 3;
9
+ export const STANDARDS_VERSION = "4.0.0";
10
+ export const STANDARDS_SCHEMA_VERSION = 4;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oddessentials/repo-standards",
3
3
  "private": false,
4
- "version": "4.0.0",
4
+ "version": "4.0.1",
5
5
  "description": "Standards and CI filtering utilities for multi-stack repository governance.",
6
6
  "type": "module",
7
7
  "scripts": {