railly_agentfiles/src
Michael Leydon fcd77ef70e feat: add project-level skill scanning and Projects sidebar filter
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>
2026-03-29 14:44:47 -05:00
..
views feat: add project-level skill scanning and Projects sidebar filter 2026-03-29 14:44:47 -05:00
main.ts feat: add project-level skill scanning and Projects sidebar filter 2026-03-29 14:44:47 -05:00
scanner.ts feat: add project-level skill scanning and Projects sidebar filter 2026-03-29 14:44:47 -05:00
settings.ts feat: add project-level skill scanning and Projects sidebar filter 2026-03-29 14:44:47 -05:00
skillkit.ts fix: complete mise/bun discovery with shims path and bun-via-mise 2026-03-28 19:12:56 -05:00
store.ts feat: add project-level skill scanning and Projects sidebar filter 2026-03-29 14:44:47 -05:00
tool-configs.ts feat: add Codex prompts and memories support 2026-03-28 18:12:33 -05:00
tool-icons.ts feat: initial release - AI agent skills manager for Obsidian 2026-03-28 08:18:28 -05:00
types.ts feat: add project-level skill scanning and Projects sidebar filter 2026-03-29 14:44:47 -05:00
watcher.ts fix: address all obsidian-releases review issues 2026-03-28 12:40:17 -05:00