@pome-sh/checks 0.3.5 → 0.3.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @pome-sh/checks
2
2
 
3
+ ## 0.3.6 — 2026-08-24
4
+
5
+ **No consumer-visible change.** The repo's lint gates were consolidated behind
6
+ one runner (`npm run lint`, rules under `scripts/lint/rules/`), so comments in
7
+ this package that pointed at a gate script by path now point at the rule that
8
+ replaced it. Prose only: no export, schema, tool, route, status code or response
9
+ body moved.
10
+
3
11
  ## 0.3.5 — 2026-08-23
4
12
 
5
13
  **No consumer-visible change.** Internal tracker ids were removed from source
package/dist/index.d.ts CHANGED
@@ -17,7 +17,7 @@ export { SeedState as ParsedStripeStateSeed, defaultSeed as defaultStripeSeed, p
17
17
 
18
18
  /**
19
19
  * The five first-party twin ids, in the order `config/first-party-twins.json`
20
- * declares them. `scripts/check-first-party-twin-registration.mjs` compares this
20
+ * declares them. `scripts/lint/rules/first-party-twins.mjs` compares this
21
21
  * against the canonical list, so a sixth twin whose vocabulary is missing here
22
22
  * is a named CI failure rather than a criterion that silently never binds.
23
23
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pome-sh/checks",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Pome's grading vocabulary — the check declarations, seed schemas and default seeds of all five digital twins, plus the check DSL they are written in. Declarations only: no twin server, no database, no routes, no tools.",
5
5
  "private": false,
6
6
  "type": "module",