@letterblack/lbe-exec 1.2.6 → 1.2.7
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ dependency, no daemon required.
|
|
|
27
27
|
|
|
28
28
|
## How every request travels
|
|
29
29
|
|
|
30
|
-

|
|
30
|
+

|
|
31
31
|
|
|
32
32
|
Every request the agent produces enters a 7-gate pipeline. A failure at any
|
|
33
33
|
gate returns a structured denial — the remaining gates are not evaluated.
|
|
@@ -57,7 +57,7 @@ No key material leaves the process.
|
|
|
57
57
|
|
|
58
58
|
## When a request is approved
|
|
59
59
|
|
|
60
|
-

|
|
60
|
+

|
|
61
61
|
|
|
62
62
|
When a request clears every gate:
|
|
63
63
|
|
|
@@ -77,7 +77,7 @@ permitted and hands the answer back.
|
|
|
77
77
|
|
|
78
78
|
## When a request is blocked
|
|
79
79
|
|
|
80
|
-

|
|
80
|
+

|
|
81
81
|
|
|
82
82
|
When a request fails any gate:
|
|
83
83
|
|