1
0

runtime: publish TRANSPORT-BOOTSTRAP-002

This commit is contained in:
homelab-runtime-publisher
2026-07-21 05:45:26 +00:00
parent 49243132db
commit a62b7951c8
4 changed files with 27 additions and 11 deletions
+4 -5
View File
@@ -1,7 +1,6 @@
# Assistant runtime channel # Homelab assistant runtime
This branch contains sanitized command results for read-only assistant Sanitized command results for read-only assistant inspection.
inspection.
Raw credentials, private keys, authentication headers, private IP Credentials, authentication data, private keys, private IP addresses and
addresses and unfiltered secret-bearing configuration are prohibited. unfiltered configuration files are prohibited.
@@ -0,0 +1,17 @@
{
"schema_version": 1,
"channel": "homelab-runtime",
"command_id": "TRANSPORT-BOOTSTRAP-002",
"status": "OK",
"rc": 0,
"host": "pve01",
"mode": "transport-bootstrap",
"started_at_utc": "2026-07-21T05:45:26Z",
"finished_at_utc": "2026-07-21T05:45:26Z",
"sanitized": true,
"secrets_included": false,
"private_addresses_included": false,
"changes_made": true,
"summary": "Sanitized assistant runtime channel created.",
"token": "GRAM1-RUNTIME-CHANNEL-V2-20260721"
}
+4 -4
View File
@@ -1,17 +1,17 @@
{ {
"schema_version": 1, "schema_version": 1,
"channel": "homelab-runtime", "channel": "homelab-runtime",
"command_id": "TRANSPORT-BOOTSTRAP-001", "command_id": "TRANSPORT-BOOTSTRAP-002",
"status": "OK", "status": "OK",
"rc": 0, "rc": 0,
"host": "pve01", "host": "pve01",
"mode": "transport-bootstrap", "mode": "transport-bootstrap",
"started_at_utc": "2026-07-21T05:39:01Z", "started_at_utc": "2026-07-21T05:45:26Z",
"finished_at_utc": "2026-07-21T05:39:01Z", "finished_at_utc": "2026-07-21T05:45:26Z",
"sanitized": true, "sanitized": true,
"secrets_included": false, "secrets_included": false,
"private_addresses_included": false, "private_addresses_included": false,
"changes_made": true, "changes_made": true,
"summary": "Sanitized assistant runtime channel created.", "summary": "Sanitized assistant runtime channel created.",
"token": "GRAM1-RUNTIME-CHANNEL-20260721" "token": "GRAM1-RUNTIME-CHANNEL-V2-20260721"
} }
+2 -2
View File
@@ -1,8 +1,8 @@
CHAT_OUTPUT_BEGIN CHAT_OUTPUT_BEGIN
COMMAND_ID=TRANSPORT-BOOTSTRAP-001 COMMAND_ID=TRANSPORT-BOOTSTRAP-002
STATUS=OK STATUS=OK
CHANNEL=homelab-runtime CHANNEL=homelab-runtime
TOKEN=GRAM1-RUNTIME-CHANNEL-20260721 TOKEN=GRAM1-RUNTIME-CHANNEL-V2-20260721
SANITIZED=yes SANITIZED=yes
SECRETS_INCLUDED=no SECRETS_INCLUDED=no
PRIVATE_ADDRESSES_INCLUDED=no PRIVATE_ADDRESSES_INCLUDED=no