@sentinele2e/ai
v0.1.0
Published
The AI run-analyzer for [Sentinel](https://github.com/ZeeshanAmjad0495/sentinel-e2e). It loads a run's `@sentinele2e/core` telemetry, redacts sensitive fields, and classifies failures as real-bug, infra-flake, or selector-drift — first with deterministic
Readme
@sentinele2e/ai
The AI run-analyzer for Sentinel. It loads a run's @sentinele2e/core telemetry, redacts sensitive fields, and classifies failures as real-bug, infra-flake, or selector-drift — first with deterministic rules, then optionally escalating to Claude (the @anthropic-ai/sdk provider is imported lazily, so importing the package never requires an API key). Ships the sentinel-analyze CLI.
Install
npm install @sentinele2e/aiCLI
npx sentinel-analyze <run.jsonl>See the root README for the full Sentinel overview.
