{
  "markdown": "# Sentry Toolkit (pre-shape)\n\nThis repository is being reshaped into a pnpm-workspace monorepo ahead of merging\nthe Sentry CLI and Sentry MCP server into a single `getsentry/toolkit` monorepo.\n\n## Workspace layout\n\n- [`packages/cli/`](./packages/cli) — the Sentry CLI (npm package `sentry`,\n  binary `sentry`). See [packages/cli/README.md](./packages/cli/README.md).\n- [`apps/cli-docs/`](./apps/cli-docs) — the CLI documentation site\n  (Astro + Starlight, published to `cli.sentry.dev`).\n\n## Development\n\nThis is a [pnpm workspace](https://pnpm.io/workspaces). Common tasks are exposed\nas delegating scripts at the root and forwarded to the relevant package:\n\n```sh\npnpm install          # install all workspace packages\npnpm run build        # build the CLI package\npnpm run typecheck    # typecheck the CLI package\npnpm run lint         # lint\npnpm run test         # run the CLI unit tests\n```\n\nTo work directly within a package, use pnpm filters, e.g.\n`pnpm --filter sentry run <script>` or `pnpm --filter sentry-cli-docs run dev`.\n",
  "bytes": 1036,
  "sha": "58abdcf80abbea19a45596e977f1c08bde13307a652036a8fd6c17f7de0bb7de",
  "repo_slug": "getsentry/cli",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_getsentry_cli_sentry_cli_c6526cdf/readme"
}