@kici-dev/engine 0.1.18 → 0.1.20
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.
|
@@ -95,6 +95,7 @@ export declare const MetricNames: {
|
|
|
95
95
|
readonly KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: "kici_platform_step_status_forwards_total";
|
|
96
96
|
readonly KICI_REGISTRATIONS_TOTAL: "kici_registrations_total";
|
|
97
97
|
readonly KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: "kici_universal_git_registration_errors_total";
|
|
98
|
+
readonly KICI_USER_REGISTRATION_NOTIFY_TOTAL: "kici_user_registration_notify_total";
|
|
98
99
|
readonly KICI_VALKEY_CONNECTION_STATUS: "kici_valkey_connection_status";
|
|
99
100
|
readonly KICI_VALKEY_PUBLISH_TOTAL: "kici_valkey_publish_total";
|
|
100
101
|
readonly KICI_VALKEY_RELAY_LATENCY_SECONDS: "kici_valkey_relay_latency_seconds";
|
|
@@ -230,6 +231,7 @@ export declare const MetricLabels: {
|
|
|
230
231
|
readonly KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: readonly ["state"];
|
|
231
232
|
readonly KICI_REGISTRATIONS_TOTAL: readonly [];
|
|
232
233
|
readonly KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: readonly ["reason"];
|
|
234
|
+
readonly KICI_USER_REGISTRATION_NOTIFY_TOTAL: readonly ["result"];
|
|
233
235
|
readonly KICI_VALKEY_CONNECTION_STATUS: readonly ["role"];
|
|
234
236
|
readonly KICI_VALKEY_PUBLISH_TOTAL: readonly ["channel"];
|
|
235
237
|
readonly KICI_VALKEY_RELAY_LATENCY_SECONDS: readonly ["status"];
|
|
@@ -364,6 +366,7 @@ export declare const MetricKind: {
|
|
|
364
366
|
readonly KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: "counter";
|
|
365
367
|
readonly KICI_REGISTRATIONS_TOTAL: "counter";
|
|
366
368
|
readonly KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: "counter";
|
|
369
|
+
readonly KICI_USER_REGISTRATION_NOTIFY_TOTAL: "counter";
|
|
367
370
|
readonly KICI_VALKEY_CONNECTION_STATUS: "observableGauge";
|
|
368
371
|
readonly KICI_VALKEY_PUBLISH_TOTAL: "counter";
|
|
369
372
|
readonly KICI_VALKEY_RELAY_LATENCY_SECONDS: "histogram";
|
|
@@ -498,6 +501,7 @@ export declare const MetricDescription: {
|
|
|
498
501
|
readonly KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: "Total step status forwards received";
|
|
499
502
|
readonly KICI_REGISTRATIONS_TOTAL: "Total user registrations (new personal orgs created on first login)";
|
|
500
503
|
readonly KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: "Errors encountered while registering universal-git provider bundles";
|
|
504
|
+
readonly KICI_USER_REGISTRATION_NOTIFY_TOTAL: "New-user Telegram notifications by result (sent|failed)";
|
|
501
505
|
readonly KICI_VALKEY_CONNECTION_STATUS: "Valkey connection status per role (1=connected, 0=disconnected)";
|
|
502
506
|
readonly KICI_VALKEY_PUBLISH_TOTAL: "Total messages published to Valkey channels";
|
|
503
507
|
readonly KICI_VALKEY_RELAY_LATENCY_SECONDS: "Latency of cross-instance Valkey relay operations in seconds";
|
|
@@ -639,6 +643,7 @@ export declare const MetricService: {
|
|
|
639
643
|
readonly KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: "platform";
|
|
640
644
|
readonly KICI_REGISTRATIONS_TOTAL: "platform";
|
|
641
645
|
readonly KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: "orchestrator";
|
|
646
|
+
readonly KICI_USER_REGISTRATION_NOTIFY_TOTAL: "platform";
|
|
642
647
|
readonly KICI_VALKEY_CONNECTION_STATUS: "platform";
|
|
643
648
|
readonly KICI_VALKEY_PUBLISH_TOTAL: "platform";
|
|
644
649
|
readonly KICI_VALKEY_RELAY_LATENCY_SECONDS: "platform";
|
|
@@ -97,6 +97,7 @@ const MetricNames = {
|
|
|
97
97
|
KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: "kici_platform_step_status_forwards_total",
|
|
98
98
|
KICI_REGISTRATIONS_TOTAL: "kici_registrations_total",
|
|
99
99
|
KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: "kici_universal_git_registration_errors_total",
|
|
100
|
+
KICI_USER_REGISTRATION_NOTIFY_TOTAL: "kici_user_registration_notify_total",
|
|
100
101
|
KICI_VALKEY_CONNECTION_STATUS: "kici_valkey_connection_status",
|
|
101
102
|
KICI_VALKEY_PUBLISH_TOTAL: "kici_valkey_publish_total",
|
|
102
103
|
KICI_VALKEY_RELAY_LATENCY_SECONDS: "kici_valkey_relay_latency_seconds",
|
|
@@ -235,6 +236,7 @@ const MetricLabels = {
|
|
|
235
236
|
KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: ["state"],
|
|
236
237
|
KICI_REGISTRATIONS_TOTAL: [],
|
|
237
238
|
KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: ["reason"],
|
|
239
|
+
KICI_USER_REGISTRATION_NOTIFY_TOTAL: ["result"],
|
|
238
240
|
KICI_VALKEY_CONNECTION_STATUS: ["role"],
|
|
239
241
|
KICI_VALKEY_PUBLISH_TOTAL: ["channel"],
|
|
240
242
|
KICI_VALKEY_RELAY_LATENCY_SECONDS: ["status"],
|
|
@@ -373,6 +375,7 @@ const MetricKind = {
|
|
|
373
375
|
KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: "counter",
|
|
374
376
|
KICI_REGISTRATIONS_TOTAL: "counter",
|
|
375
377
|
KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: "counter",
|
|
378
|
+
KICI_USER_REGISTRATION_NOTIFY_TOTAL: "counter",
|
|
376
379
|
KICI_VALKEY_CONNECTION_STATUS: "observableGauge",
|
|
377
380
|
KICI_VALKEY_PUBLISH_TOTAL: "counter",
|
|
378
381
|
KICI_VALKEY_RELAY_LATENCY_SECONDS: "histogram",
|
|
@@ -507,6 +510,7 @@ const MetricDescription = {
|
|
|
507
510
|
KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: "Total step status forwards received",
|
|
508
511
|
KICI_REGISTRATIONS_TOTAL: "Total user registrations (new personal orgs created on first login)",
|
|
509
512
|
KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: "Errors encountered while registering universal-git provider bundles",
|
|
513
|
+
KICI_USER_REGISTRATION_NOTIFY_TOTAL: "New-user Telegram notifications by result (sent|failed)",
|
|
510
514
|
KICI_VALKEY_CONNECTION_STATUS: "Valkey connection status per role (1=connected, 0=disconnected)",
|
|
511
515
|
KICI_VALKEY_PUBLISH_TOTAL: "Total messages published to Valkey channels",
|
|
512
516
|
KICI_VALKEY_RELAY_LATENCY_SECONDS: "Latency of cross-instance Valkey relay operations in seconds",
|
|
@@ -648,6 +652,7 @@ const MetricService = {
|
|
|
648
652
|
KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: "platform",
|
|
649
653
|
KICI_REGISTRATIONS_TOTAL: "platform",
|
|
650
654
|
KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: "orchestrator",
|
|
655
|
+
KICI_USER_REGISTRATION_NOTIFY_TOTAL: "platform",
|
|
651
656
|
KICI_VALKEY_CONNECTION_STATUS: "platform",
|
|
652
657
|
KICI_VALKEY_PUBLISH_TOTAL: "platform",
|
|
653
658
|
KICI_VALKEY_RELAY_LATENCY_SECONDS: "platform",
|
|
@@ -783,6 +788,7 @@ const ALL_METRIC_NAMES = [
|
|
|
783
788
|
"kici_platform_step_status_forwards_total",
|
|
784
789
|
"kici_registrations_total",
|
|
785
790
|
"kici_universal_git_registration_errors_total",
|
|
791
|
+
"kici_user_registration_notify_total",
|
|
786
792
|
"kici_valkey_connection_status",
|
|
787
793
|
"kici_valkey_publish_total",
|
|
788
794
|
"kici_valkey_relay_latency_seconds",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kici-dev/engine",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.20",
|
|
4
4
|
"description": "Shared business logic for the KiCI CI/CD stack: protocol, triggers, state machine, and provider interfaces used by the Platform relay, orchestrator, and compiler.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ci",
|
package/sbom.spdx.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"spdxVersion": "SPDX-2.3",
|
|
3
3
|
"dataLicense": "CC0-1.0",
|
|
4
4
|
"SPDXID": "SPDXRef-DOCUMENT",
|
|
5
|
-
"name": "@kici-dev/engine@0.1.
|
|
6
|
-
"documentNamespace": "https://kici.dev/sbom/%40kici-dev%2Fengine/0.1.
|
|
5
|
+
"name": "@kici-dev/engine@0.1.20",
|
|
6
|
+
"documentNamespace": "https://kici.dev/sbom/%40kici-dev%2Fengine/0.1.20/00caaa58-0c0e-4385-ac94-cdebc74f5d65",
|
|
7
7
|
"creationInfo": {
|
|
8
|
-
"created": "2026-06-
|
|
8
|
+
"created": "2026-06-19T09:07:10Z",
|
|
9
9
|
"creators": [
|
|
10
10
|
"Tool: kici-sbom-generator"
|
|
11
11
|
]
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
{
|
|
55
55
|
"SPDXID": "SPDXRef-RootPackage",
|
|
56
56
|
"name": "@kici-dev/engine",
|
|
57
|
-
"versionInfo": "0.1.
|
|
57
|
+
"versionInfo": "0.1.20",
|
|
58
58
|
"downloadLocation": "NOASSERTION",
|
|
59
59
|
"filesAnalyzed": false,
|
|
60
60
|
"licenseConcluded": "NOASSERTION",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
{
|
|
66
66
|
"referenceCategory": "PACKAGE-MANAGER",
|
|
67
67
|
"referenceType": "purl",
|
|
68
|
-
"referenceLocator": "pkg:npm/%40kici-dev/engine@0.1.
|
|
68
|
+
"referenceLocator": "pkg:npm/%40kici-dev/engine@0.1.20"
|
|
69
69
|
}
|
|
70
70
|
],
|
|
71
71
|
"description": "Shared business logic for the KiCI CI/CD stack: protocol, triggers, state machine, and provider interfaces used by the Platform relay, orchestrator, and compiler.",
|