ALIGN: Updated boot loader to look for org-skill-policy

This commit is contained in:
2026-04-13 13:18:48 -04:00
parent 4ab37ceb24
commit f4e74b732d
3 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ SIGNAL_ACCOUNT_NUMBER="+1..."
SAFETY_BLOCK_SHELL=true
GTD_ENFORCE_INTEGRITY=true
# OACP Daemon Configuration
# Harness Protocol Daemon Configuration
ORG_AGENT_DAEMON_PORT=9105
ORG_AGENT_WEB_PORT=8080
DAEMON_HOST="0.0.0.0"
@@ -44,6 +44,6 @@ MEMEX_USER="YourName"
MEMEX_ASSISTANT="AgentName"
RECIPIENT_ID="+1..." # For Signal/Telegram delivery
# OACP Integrity & Authentication (HMAC-SHA256)
OACP_ENFORCE_HMAC=false
OACP_HMAC_SECRET="change-this-to-a-secure-random-string"
# Harness Protocol Integrity & Authentication (HMAC-SHA256)
Harness Protocol_ENFORCE_HMAC=false
Harness Protocol_HMAC_SECRET="change-this-to-a-secure-random-string"