Skip to content

Commit 3822d7e

Browse files
Clarify Vercel instrumentation prompt
1 parent 56b1209 commit 3822d7e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This repository uses Changesets to generate package changelogs.
3838
<!-- gitnexus:start -->
3939
# GitNexus — Code Intelligence
4040

41-
This project is indexed by GitNexus as **agentpond** (1323 symbols, 3121 relationships, 105 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
41+
This project is indexed by GitNexus as **agentpond** (1333 symbols, 3159 relationships, 106 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
4242

4343
> Index stale? Run `node .gitnexus/run.cjs analyze` from the project root — it auto-selects an available runner. No `.gitnexus/run.cjs` yet? `npx gitnexus analyze` (npm 11 crash → `npm i -g gitnexus`; #1939).
4444

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- gitnexus:start -->
22
# GitNexus — Code Intelligence
33

4-
This project is indexed by GitNexus as **agentpond** (1323 symbols, 3121 relationships, 105 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
4+
This project is indexed by GitNexus as **agentpond** (1333 symbols, 3159 relationships, 106 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
55

66
> Index stale? Run `node .gitnexus/run.cjs analyze` from the project root — it auto-selects an available runner. No `.gitnexus/run.cjs` yet? `npx gitnexus analyze` (npm 11 crash → `npm i -g gitnexus`; #1939).
77

packages/vercel/src/vercel-project.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ export type VercelCliProjectConfig = {
1919
};
2020

2121
export const VERCEL_INSTRUMENTATION_PROMPT = `Use $agentpond-instrumentation to inspect this Vercel project and add
22-
OpenInference tracing to its trusted Node.js AI application.
22+
OpenInference tracing to its Node.js AI application.
2323
24-
Use a connected private Vercel Blob store, export spans directly with
25-
createVercelSpanExporter() from @agentpond/vercel, and do not add an ingestion route.
24+
Use a connected private Vercel Blob store and export spans directly with
25+
createVercelSpanExporter() from @agentpond/vercel.
2626
2727
Build the application, exercise one real AI request, then use $agentpond to:
2828

0 commit comments

Comments
 (0)