ai-wiki-toolkit-linux-arm64 0.1.26 → 0.1.27

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.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # ai-wiki-toolkit-linux-arm64
2
2
 
3
3
  This package contains the `aiwiki-toolkit` executable for `linux-arm64-glibc`.
4
- It is published as the platform-specific binary package for `ai-wiki-toolkit` `0.1.26`.
4
+ It is published as the platform-specific binary package for `ai-wiki-toolkit` `0.1.27`.
5
5
  Most users should install `ai-wiki-toolkit` instead of using this package directly.
6
6
 
7
7
  ---
@@ -433,6 +433,21 @@ aiwiki-toolkit consolidate queue --since 14d --handle your-handle
433
433
 
434
434
  This writes regenerated local reports under `ai-wiki/_toolkit/consolidation/` and prints the queue to stdout. The queue suggests one action per draft cluster: keep, refine, promotion candidate, conflict, or supersession. It does not edit user-owned AI wiki docs or create shared conventions, review patterns, problems, features, or decisions; those still require human confirmation.
435
435
 
436
+ To summarize first-attempt product impact from a captured eval run:
437
+
438
+ ```bash
439
+ aiwiki-toolkit eval impact report --run-dir /path/to/eval-run
440
+ aiwiki-toolkit eval impact report --run-dir /path/to/eval-run --format json
441
+ ```
442
+
443
+ This reads an existing run directory with `metadata.json`, result captures, optional
444
+ `score.json` files, and optional `confounds.json`. It compares the run's primary variants,
445
+ normally `no_aiwiki_workflow` versus `aiwiki_ambient_memory_workflow`, using first-attempt
446
+ metrics only: `first_pass` captures count toward the signal, while `final` repair captures
447
+ stay diagnostic. The command reports first-attempt success rate, average score, attempts, human
448
+ nudges, changed files, untracked files, and whether the run is ready for shareable causal claims.
449
+ It does not run agents or mutate eval artifacts.
450
+
436
451
  To diagnose missing starter pointers, stale managed prompt blocks, or rule drift and print copy-paste upgrade starters:
437
452
 
438
453
  ```bash
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-wiki-toolkit-linux-arm64",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "Platform binary package for ai-wiki-toolkit (linux-arm64-glibc).",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/BochengYin/ai-wiki-toolkit#readme",