Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@ RATE_LIMIT_WINDOW=3600
# Logging
LOG_LEVEL=INFO

# -----------------------------------------------------------------------------
# Engagement Authorization Scope (optional; JSON arrays)
# -----------------------------------------------------------------------------

# Leave both target lists empty for neutral prompt framing. When either list is
# configured, every effective target must validate in-scope before generation
# or execution.
ENGAGEMENT_CLIENT=
ENGAGEMENT_ID=
AUTHORIZED_HOSTS=[]
AUTHORIZED_IP_RANGES=[]
RULES_OF_ENGAGEMENT=

# -----------------------------------------------------------------------------
# Telemetry & Monitoring (Langfuse)
# -----------------------------------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ __pycache__/
*$py.class
config/chatgpt_config.py
outputs/
output/
.idea
.codeboarding/
.kilo/
.qodo/
node_modules/
SOUL.md
logs/
utils/logs/
Expand Down Expand Up @@ -208,6 +211,7 @@ pytest_full_output.txt
final_mypy_results.txt
final_final_mypy_results.txt
coverage.json
bandit-report.json

# Generated reports
reports/
Expand Down
Loading
Loading