mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-06 17:57:52 +02:00
docs: clarify Hookify match case sensitivity
This commit is contained in:
@@ -56,6 +56,8 @@ function runTests() {
|
||||
const skill = read('skills/hookify-rules/SKILL.md');
|
||||
|
||||
assert.ok(help.includes('simple `pattern` matches `file_path`'));
|
||||
assert.ok(help.includes('`regex_match` is case-insensitive'));
|
||||
assert.ok(help.includes('literal operators are case-sensitive'));
|
||||
assert.ok(skill.includes('Simple `event: file` patterns match `file_path`'));
|
||||
assert.ok(skill.includes('changed content requires explicit conditions'));
|
||||
})) passed++; else failed++;
|
||||
|
||||
Reference in New Issue
Block a user