fix correct FRACAS tool install path

The install snippet referenced the old fasoc directory. Point it at the current fracas directory so the one-time load works.

Commit
2ebdd47a27b2208b433dc4d728152cab8418d208
Author
Marius Peter <dev@marius-peter.com>
Author date
Committer
Marius Peter <dev@marius-peter.com>
Committer date
.kiro/skills/fracas/fracas-tools.el
index 11a75757..1d217f8a 100644..100644
@@ -31,7 +31,7 @@
31 31 ;;
32 32 ;; Install (run once per Emacs session):
33 33 ;;
34 Removed: ;; (load "/home/blendux/git/hito/.kiro/skills/fasoc/fracas-tools.el")
34 Added: ;; (load "/home/blendux/git/hito/.kiro/skills/fracas/fracas-tools.el")
35 35 ;;
36 36 ;; The tools self-register on load. With `mcp-server-emacs-tools-enabled' set
37 37 ;; to `all' (the default), they appear in the MCP tool list immediately.