Production sync - 2025-09-05
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Current System State
|
# Current System State
|
||||||
Last Updated: Thu Sep 4 08:39:25 PM UTC 2025
|
Last Updated: Fri Sep 5 12:10:03 AM UTC 2025
|
||||||
|
|
||||||
## Service Status
|
## Service Status
|
||||||
- Orchestrator: active
|
- Orchestrator: active
|
||||||
@@ -8,5 +8,5 @@ Last Updated: Thu Sep 4 08:39:25 PM UTC 2025
|
|||||||
- Ollama: active
|
- Ollama: active
|
||||||
|
|
||||||
## Metrics
|
## Metrics
|
||||||
- Responses: 520
|
- Responses: 526
|
||||||
- Last Activity: pipeline_20250904_203335_01328637_response.json
|
- Last Activity: pipeline_20250905_000835_26e90d76_response.json
|
||||||
|
|||||||
@@ -94,6 +94,7 @@ class AIProcessor:
|
|||||||
# ❌ NEVER use: destination-address any
|
# ❌ NEVER use: destination-address any
|
||||||
# ❌ NEVER use: application any
|
# ❌ NEVER use: application any
|
||||||
# ❌ NEVER use: threshold values > 100 (use 10-50 range)
|
# ❌ NEVER use: threshold values > 100 (use 10-50 range)
|
||||||
|
# NEVER use XML notation, YANG models, or namespace syntax
|
||||||
#
|
#
|
||||||
# MANDATORY PATTERNS YOU MUST USE:
|
# MANDATORY PATTERNS YOU MUST USE:
|
||||||
# ✅ ALWAYS define address-sets first:
|
# ✅ ALWAYS define address-sets first:
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ pr_creation:
|
|||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
url: "https://git.salmutt.dev"
|
url: "https://git.salmutt.dev"
|
||||||
repo: "sal/srx-config"
|
repo: "netops/srx-config"
|
||||||
token: "${GITEA_TOKEN}"
|
token: "${GITEA_TOKEN}"
|
||||||
branch: "main"
|
branch: "main"
|
||||||
labels: ["ai-generated", "auto-config", "pending-review"]
|
labels: ["ai-generated", "auto-config", "pending-review"]
|
||||||
|
|||||||
@@ -207,6 +207,7 @@ def create_pr():
|
|||||||
|
|
||||||
result = subprocess.run(
|
result = subprocess.run(
|
||||||
["python3", str(create_pr_script)],
|
["python3", str(create_pr_script)],
|
||||||
|
input="y\n",
|
||||||
capture_output=True,
|
capture_output=True,
|
||||||
text=True
|
text=True
|
||||||
)
|
)
|
||||||
@@ -274,7 +275,7 @@ def main():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--timeout',
|
'--timeout',
|
||||||
type=int,
|
type=int,
|
||||||
default=60,
|
default=120,
|
||||||
help='Timeout waiting for AI response (default: 60s)'
|
help='Timeout waiting for AI response (default: 60s)'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user