@newrelic/preflight 1.4.8 → 1.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -104,6 +104,8 @@ Restart your AI tool — hooks and the MCP server load at session start. Every t
104
104
 
105
105
  **Claude Code** • **Cursor** • **Windsurf** • **GitHub Copilot** • **Zed** • **Continue.dev** • **Amazon Q Developer** • **Amazon Kiro**
106
106
 
107
+ Coverage isn't uniform — some platforms capture every built-in tool call, others (Zed, Continue.dev) only see calls routed to Preflight's own MCP tools. See [ADAPTERS.md](docs/ADAPTERS.md) for what each platform can and can't observe, and per-platform setup steps.
108
+
107
109
  ---
108
110
 
109
111
  ## Connect New Relic (optional)
@@ -178,6 +180,7 @@ Add `--project` to `install`/`uninstall` to scope changes to the current directo
178
180
 
179
181
  - [**ADVANCED.md**](docs/ADVANCED.md) — Configuration, dashboards, alerts, Terraform
180
182
  - [**ARCHITECTURE.md**](docs/ARCHITECTURE.md) — Data flow, component reference, and operating modes
183
+ - [**ADAPTERS.md**](docs/ADAPTERS.md) — Per-platform integration mechanism, setup steps, and known gaps
181
184
  - [**CONTRIBUTING.md**](CONTRIBUTING.md) — Development, testing, submitting PRs
182
185
  - [**SECURITY.md**](./SECURITY.md) — Security guidelines and best practices
183
186
  - [**PRIVACY.md**](./PRIVACY.md) — Data collection inventory and pre-cloud checklist
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newrelic/preflight",
3
- "version": "1.4.8",
3
+ "version": "1.4.10",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "private": false,