Compare commits

..

1 Commits

Author SHA1 Message Date
0150eee0cf data: 1K frontend & creative code patterns #595
Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 23s
PR Checklist / pr-checklist (pull_request) Failing after 3m46s
Smoke Test / smoke (pull_request) Failing after 22s
Validate Config / YAML Lint (pull_request) Failing after 12s
Validate Config / JSON Validate (pull_request) Successful in 11s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 1m4s
Validate Config / Shell Script Lint (pull_request) Failing after 48s
Validate Config / Cron Syntax Check (pull_request) Successful in 9s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 10s
Validate Config / Playbook Schema Validation (pull_request) Successful in 22s
Architecture Lint / Lint Repository (pull_request) Has been cancelled
Validate Config / Python Test Suite (pull_request) Has been cancelled
2026-04-15 03:12:38 +00:00
2 changed files with 1000 additions and 12 deletions

View File

@@ -30,18 +30,6 @@ mkdir -p "$TIMMY_HOME"
cp "$SCRIPT_DIR/SOUL.md" "$TIMMY_HOME/SOUL.md"
log "SOUL.md -> $TIMMY_HOME/"
# === Validate config before deploy ===
if command -v python3 &>/dev/null; then
log "Validating config files..."
if ! python3 "$SCRIPT_DIR/scripts/config_validator.py"; then
echo "ERROR: Config validation failed. Fix errors before deploying." >&2
exit 1
fi
log "Config validation passed."
else
log "WARNING: python3 not found, skipping config validation"
fi
# === Deploy config ===
cp "$SCRIPT_DIR/config.yaml" "$HERMES_HOME/config.yaml"
log "config.yaml -> $HERMES_HOME/"

File diff suppressed because it is too large Load Diff