@smartmemory/compose 0.1.40-beta → 0.1.41-beta
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.
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"stakes": {
|
|
31
31
|
"enum": ["cheap", "default", "paranoid"],
|
|
32
|
-
"description": "Depth class set by caller. cheap (T1 only), default (T1+T2). paranoid (T1+T2, then a T3 adversary over every interpretive 'met'). STRAT-JUDGE-T3-READJAIL: the paranoid T3 is
|
|
32
|
+
"description": "Depth class set by caller. cheap (T1 only), default (T1+T2). paranoid (T1+T2, then a T3 adversary over every interpretive 'met'). STRAT-JUDGE-T3-READJAIL[-CODEXNEST]: the paranoid T3 is a true cross-model jailed Codex adversary (container namespace read-jail — Docker driver; sandbox-exec retained as inert substrate — confining reads to the staged turn tree) when available, else an honest probe-time degrade to the in-process Claude cold-read. Per-predicate provenance is in predicates[].t3."
|
|
33
33
|
},
|
|
34
34
|
"predicates": {
|
|
35
35
|
"type": "array",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"properties": {
|
|
106
106
|
"mode": {
|
|
107
107
|
"enum": ["codex_jailed", "codex_jailed_error", "claude_cold_fallback"],
|
|
108
|
-
"description": "codex_jailed: true cross-model Codex adversary,
|
|
108
|
+
"description": "codex_jailed: true cross-model Codex adversary, read-jailed to the staged turn tree by a non-nesting container namespace (Docker driver). claude_cold_fallback: probe-time degrade to in-process Claude cold-read (no OS jail; reasoning-isolation+ordering only). codex_jailed_error: jailed adversary failed post-launch — predicate resolved ambiguous, error surfaced, NEVER silently relabeled fallback."
|
|
109
109
|
},
|
|
110
110
|
"guarantee": {
|
|
111
111
|
"type": ["string", "null"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartmemory/compose",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41-beta",
|
|
4
4
|
"description": "Structured AI dev pipeline — goal-to-product orchestration with gates, iteration loops, and feature lifecycle management.",
|
|
5
5
|
"author": "SmartMemory",
|
|
6
6
|
"license": "MIT",
|