🧠Find any agent asset for any agent.
Host-neutral locator + dynamic workbed for multi-host coding agents (Claude Code, Grok Build, Codex, Cursor, Merlin, corvid-agent, private runners).
let where . # what agent stuff is here?
let find worktrees --json # .claude/worktrees + ~/.codex + git + …
let find skills --json # Claude + Grok + Cursor + OpenAI + agent.3md planes
let find agents --json # agent.3md + host agent dirs
let find memory --json # memtrace / codex / gemini / .let (path-only)
let find sessions --json # all hosts, path-only
let find plugins --json
let find mcp --json
let skill route "find worktrees" --json
let show skill find-worktrees --json # progressive body load
let open ./agent.3md --json
let context --json
let doctor --json
let web # local, read-only Fleet dashboardFederation over relocation: indexes host assets in place — never migrates
.claude/worktrees/ into .let/.
| Repo | https://github.com/CorvidLabs/let |
| Package | @corvidlabs/let 0.1.0 (GitHub; npm after MCP read path) |
| Stack | Bun · fledge · spec-sync 5.2 · Trust CI · agent.3md |
| Changelog | CHANGELOG.md |
- The let standard — one closed kind set for every host; cards first, bodies on demand
- Worktrees — git seed + Claude / Codex / Cursor / project / Grok DB, deduped by realpath
- Skills — Claude, Grok, Cursor, Codex, OpenAI, let catalogs + agent.3md skill planes
- Agents — agent.3md /
*.3mdfirst-class + Claude/Codex/Cursor/Grok/Gemini/Kimi roots - Commands — Claude + Cursor slash-commands (project + user)
- Sessions / memory — path-only federation (Claude, Grok, Codex, Cursor, Gemini, Kimi)
- Plugins / MCP / tasks — Claude plugins & tasks, Cursor plans, MCP configs across hosts
- Workflows / superskills — let-native + Grok workflow roots when present
- Show / open / route — progressive bodies + agent.3md-first skill ranking
- Hosts — Claude, Codex, Cursor, Grok, OpenAI, Gemini, Kimi Code, agent.3md, let
- Dogfood — ships
agent.3mdand can find + show + route itself - JSON-first — stable envelopes for agents (
--json)
fledge plugins install CorvidLabs/let
# or from a local checkout:
# fledge plugins install /path/to/let --force
fledge let doctor --json
fledge let find worktrees --json
fledge let where .Any project that already uses fledge can install let the same way as
fledge-plugin-memory / fledge-plugin-github. Agents then call fledge let …
without a separate PATH setup.
let web
# or: fledge let webStarts a local-only dashboard at http://127.0.0.1:8731. Fleet is a Let-native
control room built from the federated index: it shows each local agent's status,
task or latest prompt, activity, timestamps, and project context. Expanded
cards may show bounded, redacted local session text from an already-indexed
session file. It never provides agent controls or shell execution.
git clone https://github.com/CorvidLabs/let
cd let
bun install
bun link # or: ./bin/let
let doctor --jsonIf the shell let builtin shadows the binary, use ./bin/let or
bun run src/cli.ts.
| Doc | |
|---|---|
| docs/usage.md | CLI + library |
| docs/dogfood.md | Self-use / agent.3md |
| docs/design.md | Architecture + PR plan |
| docs/README.md | Doc index |
| agent.3md | Agent identity + skills (3md) |
| specs/ | Module contracts (spec-sync) |
fledge lanes run verify # test + lint + build + dogfood + specs
fledge run test
fledge run dogfood
fledge spec checkCI: .github/workflows/trust.yml (fledge + spec-sync + augur + attest).
- agent-3md — one file is a whole agent (3md)
- 3md — markdown with a Z axis
- fledge · spec-sync
- corvid-agent
let sits below host products as shared discovery infrastructure.
MIT