mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
The #254 fix changed resolveConventionPath to {name}-{hashCode} and folded hyphens to underscores, which re-pathed every existing skill (browser-cdp -> browser_cdp-<hash>) with no migration, orphaning already-created workspaces and breaking SkillWorkspaceManagerApplyBundleTest. Drop the hash suffix and keep hyphens: the bare Unicode-preserving sanitized name already prevents the non-ASCII collision (distinct CJK names map to distinct dirs) and leaves ASCII kebab-case paths identical to the legacy scheme. Add path regression tests. |
||
|---|---|---|
| .. | ||
| src | ||
| Dockerfile | ||
| pom.xml | ||
| settings.xml | ||