You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-6Lines changed: 31 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Codex, OpenCode) and stays legible across model tiers (frontier models down
12
12
to 7B local models). The repo now covers the full loop: build portable
13
13
harness files, route models, replay evals, parse production traces, scope
14
14
role capabilities, select deterministic context bundles, audit runtime policy,
15
-
cache reusable artifacts, migrate consumer projects, validate artifact contracts, and persist local workflow truth. The only narrower surface is `iso-trace model-score`, which still
15
+
cache reusable artifacts, canonicalize identity keys, migrate consumer projects, validate artifact contracts, and persist local workflow truth. The only narrower surface is `iso-trace model-score`, which still
16
16
depends on transcripts exposing stable model metadata.
17
17
18
18
Today, agent workflow reliability is fragmented on three axes:
@@ -27,11 +27,11 @@ Today, agent workflow reliability is fragmented on three axes:
27
27
unstructured rationale all drop silently at 7B. You don't find out
28
28
until the agent misbehaves in production.
29
29
3.**Runtime fragmentation.** Workflows rely on fragile prompt prose for
30
-
fan-out limits, context loading, artifact reuse, project upgrades, role permissions, output shape, duplicate checks, and
30
+
fan-out limits, context loading, artifact reuse, identity keys, project upgrades, role permissions, output shape, duplicate checks, and
31
31
"what already happened." Those invariants belong in deterministic local packages,
32
32
not in repeatedly re-tokenized instructions.
33
33
34
-
Sixteen packages solve that in one pipeline with runtime control and a
34
+
Seventeen packages solve that in one pipeline with runtime control and a
35
35
feedback loop:
36
36
37
37
-**Four build-time tools** turn your authored source into every harness's file layout:
@@ -41,7 +41,7 @@ feedback loop:
41
41
[`@razroo/iso-route`](./packages/iso-route) compiles *one model policy* into each harness's config.
42
42
-**One wrapper** runs the whole build chain:
43
43
[`@razroo/iso`](./packages/iso) chains the above into a single `iso build`.
0 commit comments