@sanity/ailf-studio 0.1.11 → 0.1.12

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/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2456,7 +2456,7 @@ var taskSchema = defineType5({
2456
2456
  // Execution controls
2457
2457
  // -----------------------------------------------------------------------
2458
2458
  defineField5({
2459
- description: "Controls when and how this task runs in the pipeline. Tasks without execution controls use defaults: enabled, blocking, no filters, no threshold.",
2459
+ description: "Controls when and how this task runs in the pipeline. Tasks without execution controls use defaults: enabled, non-blocking, no filters, no threshold.",
2460
2460
  group: ["optional", "all-fields"],
2461
2461
  fields: [
2462
2462
  defineField5({
@@ -2467,8 +2467,8 @@ var taskSchema = defineType5({
2467
2467
  type: "boolean"
2468
2468
  }),
2469
2469
  defineField5({
2470
- description: "Block PR merge on failure (default: true)",
2471
- initialValue: true,
2470
+ description: "Block PR merge on failure (default: false). Note: not currently enforced \u2014 the PR check workflow reports scores but does not gate merges based on this flag.",
2471
+ initialValue: false,
2472
2472
  name: "blocking",
2473
2473
  title: "Blocking",
2474
2474
  type: "boolean"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ailf-studio",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "AI Literacy Framework — Sanity Studio dashboard plugin",
5
5
  "type": "module",
6
6
  "license": "MIT",