@polycode-projects/seonix 0.5.0 → 0.6.0
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ baseline). `+` means seonix on Sonnet used fewer tokens.
|
|
|
40
40
|
| js-express-json-envelope | 174k | 5/5 | 185k | 3/3 | −7% |
|
|
41
41
|
|
|
42
42
|
seonix on Sonnet used fewer input tokens than otb on Opus on six of these eight
|
|
43
|
-
tasks at equal correctness
|
|
43
|
+
tasks, at equal correctness. This crosses model and arm together, so
|
|
44
44
|
it is an illustration of practical value, not the paired within-model measurement
|
|
45
45
|
the ≥50% decision rule uses. Across all 13 measured seonix cells the drop in input
|
|
46
46
|
tokens is 0.91-correlated (Pearson) with the drop in turns (slope about 0.71):
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polycode-projects/seonix",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "SEONIX — a deterministic, offline, $0 code-graph tool that makes a cheap coding agent edit like an expensive one. Indexes a repo with Python ast + git (zero model calls) and renders a bounded edit-digest.",
|