@sigloch/se-engine 1.7.1 → 1.7.2
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/rule-classify.js +3 -0
- package/package.json +1 -1
package/dist/rule-classify.js
CHANGED
|
@@ -136,6 +136,9 @@ export const CLASS_MAP = {
|
|
|
136
136
|
'AF-03': { class: 'Constraint', rationale: 'Assumption Review freshness stamp — attribute, no topology change' },
|
|
137
137
|
'AF-04': { class: 'Constraint', rationale: 'FMEA freshness stamp — attribute, no topology change' },
|
|
138
138
|
'AF-05': { class: 'Constraint', rationale: 'Implementation Plan freshness stamp — attribute, no topology change' },
|
|
139
|
+
// CR-SM-355: Task-Ausgaenge — der Fix ist ein CR-Knoten plus relation-Kante, aber am Stempel gemeldet.
|
|
140
|
+
'TR-01': { class: 'Constraint', rationale: 'Trade decision recorded as CR — crRefs in the trade stamp; fix adds a CR + decides edge', ambiguous: true },
|
|
141
|
+
'IR-01': { class: 'Constraint', rationale: 'Assumption review promoted to CR — crRefs in the assumption-review stamp; fix adds a CR or repairs the ref', ambiguous: true },
|
|
139
142
|
// --- Ambiguous (mixed-intent fix) ------------------------------------------
|
|
140
143
|
'CL-01': { class: 'Constraint', rationale: 'ConOps completeness — attribute vs added element unclear', ambiguous: true },
|
|
141
144
|
'FM-01': { class: 'Constraint', rationale: 'FMEA S/O/D attributes vs added mitigation — mixed', ambiguous: true },
|