-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathavs-production.env
More file actions
28 lines (21 loc) · 1.37 KB
/
Copy pathavs-production.env
File metadata and controls
28 lines (21 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# AVS Production Configuration for bob-bootstrap
# Source this file to configure AVS for the production workspace
# AVS installation location
export AVS_HOME="/Users/serenerenze/bob-bootstrap/projects/agent-verification-system"
# Workspace to monitor (bob-bootstrap root)
export AVS_WORKSPACE="/Users/serenerenze/bob-bootstrap"
# Operational directories (using existing OPERATIONAL/ structure)
export AVS_OPERATIONAL_DIR="/Users/serenerenze/bob-bootstrap/OPERATIONAL"
export AVS_ARTIFACT_DIR="/Users/serenerenze/bob-bootstrap/OPERATIONAL/completion-artifacts"
export AVS_VERIFICATION_LOG_DIR="/Users/serenerenze/bob-bootstrap/OPERATIONAL/verification-logs"
export AVS_VERIFIER_COMPLETIONS_DIR="/Users/serenerenze/bob-bootstrap/OPERATIONAL/verifier-completions"
export AVS_META_MONITOR_DIR="/Users/serenerenze/bob-bootstrap/OPERATIONAL/meta-monitor"
# Queue and blockers files
export AVS_QUEUE_FILE="/Users/serenerenze/bob-bootstrap/autonomous-queue.yaml"
export AVS_BLOCKERS_FILE="/Users/serenerenze/bob-bootstrap/BLOCKERS.md"
# Theater pattern verification integration
export AVS_THEATER_CHECKLIST="/Users/serenerenze/bob-bootstrap/shared/BUILT_COMPONENTS/verify-checklist-fixed/verify-checklist.py"
# Optional: Alert hook for critical issues (can be Slack/Telegram/etc)
# export AVS_ALERT_HOOK="/path/to/alert-hook.sh"
# Add AVS bin to PATH for easy access
export PATH="$AVS_HOME/bin:$PATH"