agent-develop-review-loop

agent
Guvenlik Denetimi
Basarisiz
Health Uyari
  • License — License: Apache-2.0
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Basarisiz
  • rm -rf — Recursive force deletion command in tests/_helpers.sh
  • rm -rf — Recursive force deletion command in tests/test_cli_preflight.sh
Permissions Gecti
  • Permissions — No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

Bash scripts for an agent-driven development and review loop with human sign-off at the end.

README.md

Agent loop of develop and review

CI

Simple bash scripts for a development >> review loop with HITL at the end.

Setup

Install and authenticate the agent CLIs first. The default configuration uses
claude as the development agent and codex as the review agent, so both
commands must be available on $PATH before running the loop. To use different
paths or roles, copy .env.example into the target repository
as .env and set CLAUDE_BIN, CODEX_BIN, DEV_AGENT, or REVIEW_AGENT.

Link the scripts into ~/bin (make sure ~/bin is on $PATH):

mkdir -p "$HOME/bin"
ln -sfn "$PWD/develop-review-loop" "$HOME/bin/develop-review-loop"
ln -sfn "$PWD/develop-review-loop-watch" "$HOME/bin/develop-review-loop-watch"

Usage

cd /path/to/target/repo
develop-review-loop ./task.md [--max N] [--start-stage development|review]
develop-review-loop --manual-rerun .develop-review-loop/run-YYYYMMDD-HHMMSS-PID [--max N]

Exit codes: 0 review passed, 1 cap hit without passing, 2 usage / preflight error.

Optional runtime configuration is read from ./.env in the target repo. See
.env.example for a starting point.

Documentation

See docs/README.md for full project documentation, including
setup details, Bash tab completion, all CLI flags and configuration variables,
artifacts layout, control flow, review-first and manual rerun modes, and security
notes.

License

Licensed under the Apache License, Version 2.0. See LICENSE for the
full text.

Yorumlar (0)

Sonuc bulunamadi