Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions intent.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ Remote integration receipt: six valid synthetic runs pass their four hidden case

The capture smoke exposed a real lint integration failure: Biome discovers the frozen copy of its root configuration under output. A single `!!output` exclusion mirrors the already-ignored artifact directory, leaves all 69 previously checked source files in scope and preserves snapshots unchanged. The regression reproduces failure without the exclusion. Final validation: 29 experiment tests and 332 product tests pass; lint exits zero with its existing warnings. Evidence is in `experiments/prospective-study/REMOTE.md` and ignored local receipts. Continue against qualifying real tasks under the approved policy without asking for each operational step; no usefulness/adoption claim or new release follows from this smoke.

## Patch release v1.23.1 (user authorized)

- Publish the merged evidence-first bilingual README and documentation as a patch release. No new installed runtime feature, platform or productivity claim. Research protocols and scripts remain repository-only; the npm file allowlist continues to exclude experiments and all private output/configuration.
- Update package and lockfile versions together, build the shipped UI/shared artifacts, run product tests and lint, inspect and install the packed package with isolated HOME and synthetic inputs. Merge through a protected release PR, then publish a GitHub Release to trigger the existing npm/provenance workflow.
- Completion requires the official npm registry to report the new version, a fresh temporary install to return the expected CLI version and synthetic inspect counts, and the release workflow to succeed. Do not infer publication from a tag alone or mutate an existing npm version.

- No new platform, dependency, model call, account, telemetry, cloud log storage or automatic command execution.
- No automatic human judgments of real sessions, relaxed argument matching or fabricated accuracy/productivity/adoption claims.
- No changes to the frozen legacy UI, unrelated repository infrastructure or user's running services.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alloevil/agent-xray",
"version": "1.23.0",
"version": "1.23.1",
"description": "Web dashboard for viewing AI agent session logs — supports OpenClaw, Codex, Claude Code, Hermes, OMP, DeepSeek Harness, and Gemini CLI",
"main": "server.js",
"bin": {
Expand Down
Loading