1.5.5
release-tag / release-image (push) Successful in 5m58s

This commit is contained in:
2026-08-27 11:42:16 +02:00
parent b2327ae1ec
commit 2754f00556
18 changed files with 2902 additions and 97 deletions
+18 -2
View File
@@ -1,5 +1,5 @@
###############################################################################
# GLPI NEUROFORGE MEGA v1.5.4 - VOLLSTÄNDIGE .ENV.example
# GLPI NEUROFORGE MEGA v1.5.5 - VOLLSTÄNDIGE .ENV.example
#
# Diese Datei ist die zentrale Konfiguration für docker compose.
# Sie enthält:
@@ -29,7 +29,7 @@
# 01. MEGA STACK - RELEASE / HOST PORTS / PFADE
###############################################################################
# Immutable Registry-Tag der sechs Projekt-Images. "latest" ist produktiv verboten.
IMAGE_TAG=1.5.4
IMAGE_TAG=1.5.5
CONTROL_HOST_PORT=8070
AGENT_HOST_PORT=8080
@@ -160,6 +160,22 @@ NEUROFORGE_KB_STAGING_MAX_EVIDENCE=12
# llm = echte, quellengebundene Artikelsynthese (Production default).
# evidence = nur diagnostisches Roh-Evidence-Bundle, nicht als Artikel geeignet.
NEUROFORGE_KB_STAGING_SYNTHESIS_MODE=llm
# Produktions-Gate: mindestens eine belastbare Erst-/Herstellerquelle muss im
# tatsächlich an die Synthese übergebenen Evidence-Set enthalten sein.
NEUROFORGE_KB_STAGING_REQUIRE_AUTHORITATIVE_SOURCE=true
NEUROFORGE_KB_STAGING_MIN_AUTHORITATIVE_SOURCES=1
# Kommagetrennte zusätzliche First-Party-Domains. Built-ins umfassen u.a.
# Microsoft, Fortinet, NVIDIA, Cisco, Broadcom/VMware, Red Hat, Ubuntu, Apple,
# Google und Mozilla. Leer = nur Built-ins.
NEUROFORGE_KB_STAGING_AUTHORITATIVE_DOMAINS=
# Zweite LLM-Stufe prüft jede materielle Draft-Aussage gegen konkrete E*-Belege.
NEUROFORGE_KB_STAGING_VERIFY_CLAIMS=true
NEUROFORGE_KB_STAGING_MIN_CLAIM_COVERAGE=1.0
# Handlungsanweisungen/Commands müssen durch eine autoritative Quelle belegt sein.
NEUROFORGE_KB_STAGING_REQUIRE_AUTHORITATIVE_ACTIONS=true
NEUROFORGE_KB_STAGING_MAX_VERIFICATION_STATEMENTS=24
# Einmaliger Grounding-Repair ist erlaubt; anschließend wird vollständig neu geprüft.
NEUROFORGE_KB_STAGING_VERIFICATION_REPAIR=true
###############################################################################
# 08. OPTIONAL CODEBASE MEMORY MCP / ENGINEERING UI