mirror of
https://github.com/railly/agentfiles.git
synced 2026-07-22 14:30:25 +00:00
Scan all directories under a configurable home folder for project-level skills (.claude/skills, .codex/skills, .cursor/skills, etc.) and display them grouped by project in a new "Projects" sidebar section. - Add projectScanEnabled and projectsHomeDir settings - Scan ~/project/.tool/skills for each installed tool using the tool's own path config (correct tool attribution) - Add Projects section to sidebar with per-project filtering - Show absolute file path in frontmatter detail view - Skip .Trash, Library, and other system dirs to avoid EPERM crashes - Try/catch per-project scan so one failure doesn't kill the rest Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| views | ||
| main.ts | ||
| scanner.ts | ||
| settings.ts | ||
| skillkit.ts | ||
| store.ts | ||
| tool-configs.ts | ||
| tool-icons.ts | ||
| types.ts | ||
| watcher.ts | ||