@deftai/directive-types 0.109.0 → 0.110.0

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/policy.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/policy.d.ts CHANGED
@@ -48,7 +48,7 @@ export interface PlanPolicy {
48
48
  /**
49
49
  * Tier-1 SCM label mirror from classify outcomes (#1423 Wave 1).
50
50
  * Maps classify actions to labels; always applies the idempotency marker
51
- * (`triaged` by default). Dry-run default on `task triage:classify -- --mirror`.
51
+ * (`triaged` by default). `task triage:classify -- --mirror` is withdrawn (#4070).
52
52
  */
53
53
  readonly triageLabelMirror?: {
54
54
  readonly enabled?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deftai/directive-types",
3
- "version": "0.109.0",
3
+ "version": "0.110.0",
4
4
  "description": "Shared TypeScript types for the Directive framework engine.",
5
5
  "license": "MIT",
6
6
  "type": "module",