Initial project import

This commit is contained in:
2026-08-14 09:40:51 +03:00
parent 00040e5ce4
commit d7099bf80d
146 changed files with 30509 additions and 1055 deletions
+11
View File
@@ -33,8 +33,15 @@ ONEC_ADAPTER_CACHE_DB=/data/adapter-cache.sqlite
ONEC_ADAPTER_STATE_DB=/data/adapter-cache.sqlite
# Legacy JSON job store is read once for migration only.
ONEC_ADAPTER_JOB_STORE=/data/adapter-jobs.json
# Repository requests, confirmations, sessions, and audit are stored in
# ONEC_ADAPTER_STATE_DB. This legacy JSON is imported once and never updated.
ONEC_REPOSITORY_STATE_FILE=/data/onec-repository-locks.json
ONEC_ADAPTER_BACKUP_DIR=/data/adapter-apply-backups
ONEC_ADAPTER_WRITE_LEARNING_DIR=/data/adapter-write-learning
# Activation requests/events are stored in ONEC_ADAPTER_STATE_DB.
# Legacy JSON is read once for migration only and is never updated afterwards.
ONEC_CONFIGURATION_ACTIVATION_STATE_FILE=/data/onec-configuration-activation-requests.json
ONEC_CONFIGURATION_ACTIVATION_REQUEST_TTL_SECONDS=1800
ONEC_ADAPTER_JOB_TIMEOUT_SECONDS=240
ONEC_ADAPTER_FULL_TIMEOUT_SECONDS=600
ONEC_ADAPTER_SECTION_TIMEOUT_SECONDS=180
@@ -43,3 +50,7 @@ ONEC_ADAPTER_JOB_PROCESS_ISOLATION=true
# Optional POSIX child-process limits; 0 keeps the platform/container limit.
ONEC_ADAPTER_JOB_MEMORY_LIMIT_MB=0
ONEC_ADAPTER_JOB_CPU_LIMIT_SECONDS=0
# Stack traces are hidden from REST/MCP clients unless these test/debug flags
# are explicitly enabled.
ONEC_ADAPTER_DEBUG_DIAGNOSTICS=false
ONEC_MCP_DEBUG_DIAGNOSTICS=false