@almadar/std 16.28.0 → 16.28.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/behaviors/registry/agent/organisms/std-agent-assistant.orb +1317 -1117
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2268 -2084
- package/canonical-operators.json +13 -1
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1317 -1117
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2268 -2084
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -1
- package/dist/modules/core.js +12 -0
- package/dist/modules/core.js.map +1 -1
- package/dist/modules/index.js +12 -0
- package/dist/modules/index.js.map +1 -1
- package/dist/registry/agent/organisms/std-agent-assistant.orb +1317 -1117
- package/dist/registry/agent/organisms/std-agent-pipeline.orb +2268 -2084
- package/dist/registry.js +12 -0
- package/dist/registry.js.map +1 -1
- package/package.json +1 -1
package/canonical-operators.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
3
|
"description": "Canonical operator registry for Almadar. Generated from @almadar/std/modules. Consumed by orbital-compiler via include_str!.",
|
|
4
|
-
"generated": "2026-06-
|
|
4
|
+
"generated": "2026-06-11T04:21:32.982Z",
|
|
5
5
|
"categories": {
|
|
6
6
|
"arithmetic": {
|
|
7
7
|
"description": "Numeric operations",
|
|
@@ -1085,6 +1085,18 @@
|
|
|
1085
1085
|
"description": "Literal array constructor — evaluates each argument and returns them as an array. Lowering wraps a literal list bound for a literal-array slot in `list` so it is unambiguously data, never a call (disambiguates a list whose first element collides with an operator name, e.g. [path method …]).",
|
|
1086
1086
|
"module": "core"
|
|
1087
1087
|
},
|
|
1088
|
+
"log": {
|
|
1089
|
+
"category": "effect",
|
|
1090
|
+
"minArity": 1,
|
|
1091
|
+
"maxArity": 1,
|
|
1092
|
+
"returnType": "void",
|
|
1093
|
+
"description": "Emit a structured info log line (compiled + runtime)",
|
|
1094
|
+
"module": "core",
|
|
1095
|
+
"hasSideEffects": true,
|
|
1096
|
+
"effect": {
|
|
1097
|
+
"kind": "log"
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
1088
1100
|
"math/abs": {
|
|
1089
1101
|
"category": "std-math",
|
|
1090
1102
|
"minArity": 1,
|