feat: sync shared skills contract and graph-first discipline

This commit is contained in:
“BeeRad”
2026-04-17 20:58:21 +10:00
parent 5f4d1f61c2
commit 7e663abfb0
64 changed files with 1924 additions and 1902 deletions
@@ -702,14 +702,6 @@ export default function ThreePanelLayout() {
case 'SKILL_UPDATED':
if (typeof window !== 'undefined') {
window.dispatchEvent(new CustomEvent('skills:updated'));
window.dispatchEvent(new CustomEvent('guides:updated'));
}
break;
case 'GUIDE_UPDATED':
if (typeof window !== 'undefined') {
window.dispatchEvent(new CustomEvent('skills:updated'));
window.dispatchEvent(new CustomEvent('guides:updated'));
}
break;