[codex] add Codex-native automation prompt#75
Draft
ScriptedAlchemy wants to merge 1 commit into
Draft
Conversation
|
f31ec7a to
c7ed422
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a simple Codex-native automation setup path to TraceDecay:
tracedecay install --agent codex --automationprints a Codex-native automation request after installing the Codex plugin.Notes
Codex's documented automation write path is in-app: ask Codex in a normal thread to create or update a standalone or thread automation. The public app-server docs do not expose a stable automation-create API for external installers, so this avoids writing private Codex app state or cron state.
Validation
cargo test --lib codex_native_automation_prompt_uses_codex_owned_schedulercargo test --all-targets codex_install_automation_flag_parses_without_extra_knobscargo test --bin tracedecay startup_testsrg -n "crontab|codex_automation_root|CodexAutomation|install_codex_automation|codex_automation_script|\\.tracedecay/automations|backed by cron" src/agents/codex.rs src/main.rs src/cli.rs codex-plugin tests/agent_test.rs(no matches)git diff --check