let
Discover authoritative CorvidLabs agent, session, worktree, instruction, and skill context with fledge let.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Discover authoritative CorvidLabs agent, session, worktree, instruction, and skill context with fledge let.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Validate, route, inspect, or run agent.3md manifests and typed tool templates.
Coordinate CorvidLabs agents through discovery, observation, execution, and verification.
Inspect spec ownership, drift, coverage, review queues, and gaps with fledge atlas.
Verify or record reviewed commit provenance, policy gates, and audit exports with fledge attest.
Assess working-tree, staged, range, or CI change risk and gates with fledge augur.
Keep CI, pre-push verification, and release evidence tied to the current committed revision.
| name | let |
| description | Discover authoritative CorvidLabs agent, session, worktree, instruction, and skill context with fledge let. |
Let is a host-neutral locator and workbed for agent assets. Discovery commands
(doctor, where, find, show, open, context, history, skill routing) are
read-oriented. Workbed commands (init, worktree add|remove, memory set|delete,
super init-example) can write under project or user .let paths—do not use them unless
the task authorizes local writes.
Let does not send prompts to an agent or expose live model reasoning.
Let is a Fledge plugin. Prefer the Fledge entrypoint (the shell builtin let is unrelated):
fledge plugins install CorvidLabs/let
fledge let --help
Do not invoke Let. Discovery can surface local host metadata outside the public
repository (doctor lists host homes; project-scope finds still pull user catalogs for
some kinds by default). Never rely on filtering or redaction after a broad query.
Stay inside the confirmed repository:
fledge work status
fledge run --list
git status --short --branch
git ls-files
Report the Let step as blocked by the current isolation boundary and continue with repository-local Git and Fledge facts.
Use Let only when the task explicitly permits discovery of local agent metadata. Inspect help, then choose the narrowest query. Prefer exact identifiers over a full context pack.
fledge let doctor --json
fledge let where .
fledge let find worktrees --scope project --json
fledge let find sessions --scope project --json
fledge let find skills --query <text> --json
fledge let find agents --json
fledge let skill route "<request>" --json
fledge let show skill <id-or-name> --json
fledge let open <path> --json
fledge let context --pack brief --json
fledge let history --scope project --json
Kinds include: instructions, skills, agents, commands, worktrees, sessions,
tasks, memory, mcp, plugins, workflows, superskills.
Scopes: project | user | all. Start with project when authorized; widen only with
cause. history defaults to user if --scope is omitted—always pass
--scope project for repo-bounded history.
--scope project is not uniformly isolated:
| Safer under project scope | Still can pull user-global / sibling context |
|---|---|
sessions, memory, tasks (repo-bound by design) | skills, agents, commands, workflows (user catalogs included by default via find.include_user_skills) |
instructions may include user-level CLAUDE.md / AGENTS.md | |
worktrees / where can list sibling worktrees for the same repo |
Treat every returned path and session identifier as private unless public provenance is
independently established. context does not include sessions—call find sessions
explicitly when needed. Session and memory cards are path-oriented, not full transcripts.
Optional local dashboard (still local metadata; not for public-only work):
fledge let web
When intervention is needed, pass the confirmed session and worktree to the rune skill.
For the full coordination sequence, use agent-coordination.