Skip to content

Close autonomous automation loops - #1158

Merged
acgxv merged 1 commit into
mainfrom
xv/fix-automation-closure
Jul 27, 2026
Merged

Close autonomous automation loops#1158
acgxv merged 1 commit into
mainfrom
xv/fix-automation-closure

Conversation

@acgxv

@acgxv acgxv commented Jul 27, 2026

Copy link
Copy Markdown
Member

Summary

  • make all five scheduled tasks self-archive only their own terminal Codex task
  • add trusted live/source automation audits, bounded validation diagnostics, and ordered upstream candidate handling
  • enforce atomic quality-skip publication state and weekly bounded X editorial benchmarks

Validation

  • cargo make check-upstream-automation
  • cargo test -p decodex-publisher
  • repo-only audits for both automation manifests under isolated trusted Python

Environment note

  • cargo make check reached GPUI and stopped because the local Xcode installation has no metal utility; the repository headless automation gate passed in full.

…ops","authority":"manual","impact":"compatible"}
Comment on lines +1023 to +1024
"import sys; print('diagnostic-only', file=sys.stderr); "
"raise SystemExit(7)",
Comment on lines +1072 to +1073
"import sys; sys.stderr.write('x' * 4096); "
"sys.stderr.flush()",
Comment on lines +21 to +27
from upstream_autopilot_lib.cli import (
execute,
main,
parse_args,
result_payload,
validated_automation_audit,
)
)
try:
os.mkdir("diagnostics", mode=0o700, dir_fd=cache_descriptor)
except FileExistsError:
temporary_name,
dir_fd=diagnostic_descriptor,
)
except FileNotFoundError:
)
except FileNotFoundError:
pass
except OSError:
@acgxv
acgxv merged commit b263fe2 into main Jul 27, 2026
5 checks passed
@acgxv
acgxv deleted the xv/fix-automation-closure branch July 27, 2026 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant