@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.
- package/dist/policy.d.ts +1 -1
- 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).
|
|
51
|
+
* (`triaged` by default). `task triage:classify -- --mirror` is withdrawn (#4070).
|
|
52
52
|
*/
|
|
53
53
|
readonly triageLabelMirror?: {
|
|
54
54
|
readonly enabled?: boolean;
|