mind-cli 0.8.0

A manager for agent tooling (skills, agents, rules, tools) that melds arbitrary git repos and links items into your agent directories.
1
2
3
4
5
6
7
8
---
description: Detect the project type from files in the current directory.
bin: detect.sh
---

A shared helper tool. Skills and agents invoke it via `{{tools:detect}}` and
read its non-entrypoint files via `{{path:tool:detect}}/<file>`. It is store-only:
`learn` copies it into the store but links it into no agent home.