@veil-runtime/core 0.1.0 → 0.1.1
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/NOTICE +5 -0
- package/README.md +8 -0
- package/package.json +3 -2
package/NOTICE
ADDED
package/README.md
CHANGED
|
@@ -478,3 +478,11 @@ Veil will:
|
|
|
478
478
|
3. Generate an `ExecutionPlan`.
|
|
479
479
|
4. Execute the plan through `OperatorRuntime`.
|
|
480
480
|
5. Return the completed job.
|
|
481
|
+
|
|
482
|
+
---
|
|
483
|
+
|
|
484
|
+
# License and branding
|
|
485
|
+
|
|
486
|
+
Veil Core is licensed under Apache-2.0. Copyright 2026 Mustapha Keraan.
|
|
487
|
+
Veil names, logos, and branding are governed separately; see
|
|
488
|
+
[TRADEMARKS.md](TRADEMARKS.md) for the brand policy.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veil-runtime/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A governed, capability-driven execution runtime",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"files": [
|
|
31
31
|
"dist",
|
|
32
32
|
"README.md",
|
|
33
|
-
"LICENSE"
|
|
33
|
+
"LICENSE",
|
|
34
|
+
"NOTICE"
|
|
34
35
|
],
|
|
35
36
|
"type": "commonjs",
|
|
36
37
|
"scripts": {
|