codex-autoresearch

Category: Development & Coding | Uploader: leo-lilinxiaoleo-lilinxiao | Downloads: 0 | Version: v1.0(Latest)

Autonomous long-running iteration for Codex CLI. Use when the user wants Codex to plan or run an unattended improve-verify loop toward a measurable or verifiable outcome, especially for overnight runs; it also covers repeated debugging, fixing, security auditing, and ship-readiness workflows. Do not use for ordinary one-shot coding help or casual Q&A.

Changelog: Source: GitHub https://github.com/leo-lilinxiao/codex-autoresearch

Directory Structure

Current level: tree/main/

  • 📁 agents/
    • 📄 openai.yaml 801 B
  • 📁 docs/
    • 📁 i18n/
      • 📄 README_DE.md 10.3 KB
      • 📄 README_ES.md 10.0 KB
      • 📄 README_FR.md 10.6 KB
      • 📄 README_JA.md 10.6 KB
      • 📄 README_KO.md 10.1 KB
      • 📄 README_PT.md 9.9 KB
      • 📄 README_RU.md 13.8 KB
      • 📄 README_ZH.md 8.7 KB
    • 📄 EXAMPLES.md 17.5 KB
    • 📄 GUIDE.md 30.7 KB
    • 📄 INSTALL.md 4.2 KB
  • 📁 image/
    • 📄 banner.png 2.3 MB
  • 📁 references/
    • 📄 autonomous-loop-protocol.md 22.2 KB
    • 📄 core-principles.md 1.7 KB
    • 📄 debug-workflow.md 3.6 KB
    • 📄 environment-awareness.md 5.6 KB
    • 📄 exec-workflow.md 8.1 KB
    • 📄 fix-workflow.md 3.0 KB
    • 📄 health-check-protocol.md 6.0 KB
    • 📄 hypothesis-perspectives.md 3.7 KB
    • 📄 interaction-wizard.md 18.7 KB
    • 📄 lessons-protocol.md 5.4 KB
    • 📄 loop-workflow.md 1.9 KB
    • 📄 modes.md 1.9 KB
    • 📄 parallel-experiments-protocol.md 10.9 KB
    • 📄 pivot-protocol.md 5.3 KB
    • 📄 plan-workflow.md 3.8 KB
    • 📄 results-logging.md 10.9 KB
    • 📄 runtime-hard-invariants.md 1.8 KB
    • 📄 security-workflow.md 4.2 KB
    • 📄 session-resume-protocol.md 10.3 KB
    • 📄 ship-workflow.md 4.4 KB
    • 📄 structured-output-spec.md 4.5 KB
    • 📄 web-search-protocol.md 3.5 KB
  • 📁 scripts/
    • 📄 autoresearch_artifacts.py 23.7 KB
    • 📄 autoresearch_commit_gate.py 6.6 KB
    • 📄 autoresearch_core.py 7.5 KB
    • 📄 autoresearch_decision.py 7.7 KB
    • 📄 autoresearch_exec_state.py 1.5 KB
    • 📄 autoresearch_health_check.py 6.4 KB
    • 📄 autoresearch_helpers.py 4.7 KB
    • 📄 autoresearch_hook_common.py 9.3 KB
    • 📄 autoresearch_hook_context.py 7.1 KB
    • 📄 autoresearch_hook_session_start.py 1.0 KB
    • 📄 autoresearch_hook_stop.py 2.8 KB
    • 📄 autoresearch_hooks_ctl.py 16.1 KB
    • 📄 autoresearch_init_run.py 10.6 KB
    • 📄 autoresearch_launch_gate.py 11.6 KB
    • 📄 autoresearch_lessons.py 20.4 KB
    • 📄 autoresearch_paths.py 9.3 KB
    • 📄 autoresearch_preflight.py 5.2 KB
    • 📄 autoresearch_record_iteration.py 6.0 KB
    • 📄 autoresearch_repo_targets.py 7.6 KB
    • 📄 autoresearch_resume_check.py 8.6 KB
    • 📄 autoresearch_resume_prompt.py 6.3 KB
    • 📄 autoresearch_runtime_common.py 5.4 KB
    • 📄 autoresearch_runtime_ctl.py 6.8 KB
    • 📄 autoresearch_runtime_ops.py 26.7 KB
    • 📄 autoresearch_select_parallel_batch.py 13.1 KB
    • 📄 autoresearch_set_session_mode.py 4.0 KB
    • 📄 autoresearch_supervisor_status.py 15.6 KB
    • 📄 check_skill_invariants.py 16.4 KB
    • 📄 run_contributor_gate.sh 1.5 KB
    • 📄 run_skill_e2e.sh 7.3 KB
    • 📄 validate_skill_structure.sh 6.8 KB
  • 📁 tests/
    • 📁 autoresearch/
      • 📁 results/
        • 📄 __init__.py 0 B
        • 📄 test_exec_state.py 21.5 KB
        • 📄 test_parallel_and_retention.py 20.9 KB
        • 📄 test_results_rows.py 46.0 KB
      • 📄 __init__.py 0 B
      • 📄 base.py 6.6 KB
      • 📄 test_foreground_mode.py 7.9 KB
      • 📄 test_hooks_ctl.py 22.7 KB
      • 📄 test_preflight_lessons.py 41.8 KB
      • 📄 test_runtime_controller.py 52.2 KB
      • 📄 test_supervisor_launch.py 55.4 KB
    • 📁 e2e-fixtures/
      • 📁 exec_marker_reduction/
        • 📁 scripts/
          • 📄 count_markers.py 239 B
        • 📁 src/
          • 📄 app.py 123 B
        • 📄 .gitignore 34 B
        • 📄 autoresearch-lessons.md 189 B
        • 📄 autoresearch-state.json 762 B
        • 📄 prompt.txt 319 B
        • 📄 research-results.tsv 197 B
      • 📁 interactive_unittest_fix/
        • 📁 src/
          • 📄 math_utils.py 49 B
        • 📁 tests/
          • 📄 test_math_utils.py 325 B
        • 📄 .gitignore 215 B
        • 📄 prompt.txt 143 B
    • 📄 test_check_skill_invariants.py 16.2 KB
  • 📄 .gitignore 640 B
  • 📄 CONTRIBUTING.md 11.1 KB
  • 📄 LICENSE 1.0 KB
  • 📄 pytest.ini 70 B
  • 📄 README.md 9.4 KB
  • 📄 SKILL.md 13.2 KB

SKILL.md

Login to download/like/favorite ❤ 1K | ★ 0
Comments 0

Please login before commenting.

Loading comments...