Ashvin
9c8df89973
fix(auth): case-insensitive skill owner match on rename ( #3614 )
...
SKILL.md files written with mixed-case owner (e.g. 'owner: Alice') were
skipped because the regex had no IGNORECASE flag. _usage.json keys like
'Alice::skill-name' were missed by the startswith prefix check for the
same reason.
Both comparisons now match the same way the deep_research and memory
blocks do — case-insensitively against old_username.
Fixes #3611
2026-06-10 17:20:36 +02:00
..
2026-05-31 23:58:26 +09:00
2026-06-08 09:58:52 +02:00
2026-06-09 21:03:40 +01:00
2026-05-31 23:58:26 +09:00
2026-06-10 17:20:36 +02:00
2026-06-09 08:04:22 +02:00
2026-06-09 22:35:55 +02:00
2026-06-09 22:46:54 +01:00
2026-06-10 10:41:52 +02:00
2026-06-08 10:19:18 +02:00
2026-05-31 23:58:26 +09:00
2026-06-08 09:58:52 +02:00
2026-06-08 11:51:55 +01:00
2026-06-08 09:58:52 +02:00
2026-06-09 07:58:38 +02:00
2026-06-09 17:39:06 +02:00
2026-06-08 10:19:18 +02:00
2026-06-08 10:19:18 +02:00
2026-06-09 16:00:24 +01:00
2026-06-03 13:34:33 +09:00
2026-06-10 10:41:52 +02:00
2026-06-03 14:07:03 +09:00
2026-06-09 16:00:24 +01:00
2026-06-05 16:00:20 +02:00
2026-06-09 01:24:30 +02:00
2026-06-08 09:58:52 +02:00
2026-06-08 09:58:52 +02:00
2026-06-03 14:24:30 +09:00
2026-06-09 20:20:21 +02:00
2026-06-09 20:20:21 +02:00
2026-06-08 20:49:15 +02:00
2026-06-09 09:46:19 +09:00
2026-06-08 09:58:52 +02:00
2026-06-09 01:24:30 +02:00
2026-06-09 11:06:12 +02:00
2026-06-08 09:58:52 +02:00
2026-06-09 01:24:30 +02:00
2026-06-08 09:58:52 +02:00
2026-06-08 21:12:02 +02:00
2026-06-08 11:51:55 +01:00
2026-05-31 23:58:26 +09:00
2026-06-10 17:07:07 +02:00
2026-06-07 18:14:43 +02:00
2026-06-05 13:17:43 +02:00
2026-06-08 21:12:02 +02:00
2026-06-09 01:24:30 +02:00
2026-06-09 09:36:01 +09:00
2026-05-31 23:58:26 +09:00
2026-06-07 12:39:02 +02:00
2026-06-08 09:58:52 +02:00
2026-06-08 10:19:18 +02:00