chore: sync skill to v2.2.1
- NW 7.40 E2E-verified compatibility matrix in SKILL.md - DDIC fixes: include namespace, tabletype exists check, DDIC delete lock Accept - New commands: clone, enhancement, history, unit-test - 665 tests, 96% coverage
This commit is contained in:
@@ -31,6 +31,9 @@ TYPE_PRIORITY: dict[str, int] = {
|
||||
"include": 78,
|
||||
"cdsview": 79,
|
||||
"report": 80,
|
||||
# DCL/DDLX 依赖 CDS View,排在 cdsview(79)/report(80) 之后
|
||||
"dcl": 81,
|
||||
"ddlX": 82,
|
||||
}
|
||||
|
||||
# 未注册类型的默认优先级
|
||||
|
||||
Reference in New Issue
Block a user