Directories
¶
| Path | Synopsis |
|---|---|
|
Package agent holds the provider-neutral data types that describe a coding agent's local footprint in a repo: its sessions, usage rollup, the files it touched, and content-search hits.
|
Package agent holds the provider-neutral data types that describe a coding agent's local footprint in a repo: its sessions, usage rollup, the files it touched, and content-search hits. |
|
Package agentcfg wires orchard's code-graph MCP server into an AI agent's per-project config, so launching the agent from orchard makes the graph available automatically.
|
Package agentcfg wires orchard's code-graph MCP server into an AI agent's per-project config, so launching the agent from orchard makes the graph available automatically. |
|
Package claude reads local Claude Code session transcripts to surface, per repository, how much it has been worked on with Claude Code: number of sessions, when it was last used, and which model.
|
Package claude reads local Claude Code session transcripts to surface, per repository, how much it has been worked on with Claude Code: number of sessions, when it was last used, and which model. |
|
Package codeburn reads CodeBurn's client-facing menubar JSON through its resident stdio server.
|
Package codeburn reads CodeBurn's client-facing menubar JSON through its resident stdio server. |
|
Package codex reads local Codex CLI session rollouts to surface, per repository, how much it has been worked on with Codex: number of sessions, when it was last used, which model, tokens, and the files it changed.
|
Package codex reads local Codex CLI session rollouts to surface, per repository, how much it has been worked on with Codex: number of sessions, when it was last used, which model, tokens, and the files it changed. |
|
Package config loads and resolves orchard's configuration (repo root, org, concurrency, scope) from a config file, environment, and built-in defaults.
|
Package config loads and resolves orchard's configuration (repo root, org, concurrency, scope) from a config file, environment, and built-in defaults. |
|
Package editor detects installed editors/IDEs and opens repositories in them.
|
Package editor detects installed editors/IDEs and opens repositories in them. |
|
Package git wraps the git CLI to scan, inspect, fetch, and pull local repositories concurrently.
|
Package git wraps the git CLI to scan, inspect, fetch, and pull local repositories concurrently. |
|
Package github lists and clones repositories from a GitHub org via the GitHub API and the git CLI.
|
Package github lists and clones repositories from a GitHub org via the GitHub API and the git CLI. |
|
Package graph builds a per-repository code graph — symbols (functions, types, methods, …) and the call/reference edges between them — and stores it in SQLite so an AI coding agent can query structure instead of reading whole files.
|
Package graph builds a per-repository code graph — symbols (functions, types, methods, …) and the call/reference edges between them — and stores it in SQLite so an AI coding agent can query structure instead of reading whole files. |
|
Package lang detects a repo's dominant programming language by counting tracked-file extensions (via git, already required) - no external tools.
|
Package lang detects a repo's dominant programming language by counting tracked-file extensions (via git, already required) - no external tools. |
|
Package mcp serves one or more repository code graphs to AI coding agents (Claude Code, OpenAI Codex) over the Model Context Protocol, so the agent queries structure instead of reading whole files.
|
Package mcp serves one or more repository code graphs to AI coding agents (Claude Code, OpenAI Codex) over the Model Context Protocol, so the agent queries structure instead of reading whole files. |
|
Package repo defines the Repo model, its derived display state, and discovery of local git repositories under a root directory.
|
Package repo defines the Repo model, its derived display state, and discovery of local git repositories under a root directory. |
|
Package search runs a regex/literal code search across many repositories at once.
|
Package search runs a regex/literal code search across many repositories at once. |
|
Package seen persists the HEAD sha of each repo as of the last time orchard was opened, so the dashboard can highlight what changed "since last visit".
|
Package seen persists the HEAD sha of each repo as of the last time orchard was opened, so the dashboard can highlight what changed "since last visit". |
|
Package termlaunch opens a command in a new terminal tab/window, picking the right mechanism for the user's terminal.
|
Package termlaunch opens a command in a new terminal tab/window, picking the right mechanism for the user's terminal. |
|
Package tui is the Bubble Tea dashboard for managing many local git repos.
|
Package tui is the Bubble Tea dashboard for managing many local git repos. |
|
Package update checks GitHub Releases for a newer orchard and can replace the running binary in place.
|
Package update checks GitHub Releases for a newer orchard and can replace the running binary in place. |
Click to show internal directories.
Click to hide internal directories.