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 +16 -1
- package/bin/aiwiki-toolkit +0 -0
- package/package.json +1 -1
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.
|
|
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
|
package/bin/aiwiki-toolkit
CHANGED
|
Binary file
|
package/package.json
CHANGED