11ai-operator-vercel-eve-v0-evals-observability

Vercel eve v0 operator

Author and operate eve eval suites, CI gates, Agent Runs, traces, token and tool accounting, redaction, retention, and regression review. Use when testing an agent, gating deployment, inspecting a failed run, or measuring prompt and tool changes.

terminal
$ npx skills add rj11io/11ai --skill 11ai-operator-vercel-eve-v0-evals-observability

Try it — say this to your agent

Use 11ai-operator-vercel-eve-v0-evals-observability for this task.

The full playbook · v0/plugins/11ai-operator-vercel-eve-v0/skills/11ai-operator-vercel-eve-v0-evals-observability/SKILL.md

11ai Vercel eve v0 evals and observability

Agent quality must be measured against stable cases without leaking the content being evaluated Resolve the exact project, environment, remote target, permission and cost boundary, and acceptance check before acting.

Version baseline: Target the eve 0.27 preview line. Because APIs may change within major zero, inspect bundled docs and types and pin the exact minor and patch used in production.

Inspect first

find . -type f -path '*eval*' 2>/dev/null | sort | head -100
npx eve eval --help 2>/dev/null || true
rg -n 'instrumentation|telemetry|trace|eval' agent .github 2>/dev/null

Identify suite version, fixtures, scorer, thresholds, model, run environment, trace destination, retention, and redaction.

Confirm before changing:

  • Representative fixed and adversarial cases.
  • Deterministic tools and bounded cost.
  • Threshold changes reviewed separately.
  • Sensitive trace and prompt handling.

Operate

npx eve eval --help
npm test --if-present

Run a bounded suite, compare to a recorded baseline, inspect failures individually, and make CI gates explicit.

Never lower thresholds, update expected outputs wholesale, export raw traces, or run a costly full suite without approval Require explicit approval and preview targets, permissions, counts, cost, remote effects, and rollback.

Verify and report

npm run typecheck --if-present
npm test --if-present
npx eve eval --help 2>/dev/null || true

Repeat failed cases, compare model and prompt versions, account tokens and tools, and verify redaction and retention. Report scope, target IDs, files, remote actions, permissions, cost, checks, observability, and rollback. Hand configuration failures to 11ai-operator-vercel-eve-v0-troubleshooting and seams to 11ai-operator-vercel-eve-v0-integrations.

Want the source?

This page renders the skill's markdown straight from the repository.

Open on GitHub
More Vercel eve v0 operator skills