Skip to content

feat(ci): run manifest gates from the CLI#513

Merged
Atharva-Kanherkar merged 3 commits into
mainfrom
codex/issue-499-ci-run-manifest
May 4, 2026
Merged

feat(ci): run manifest gates from the CLI#513
Atharva-Kanherkar merged 3 commits into
mainfrom
codex/issue-499-ci-run-manifest

Conversation

@Atharva-Kanherkar
Copy link
Copy Markdown
Collaborator

Summary

  • add agentclash ci run to execute the manifest gate end to end
  • create/ready the candidate build version, create a candidate deployment, start the workload run, wait for completion, resolve baseline, and evaluate release gate
  • emit stable JSON and documented CI exit codes for pass, gate fail/warn/insufficient evidence, invalid manifest, API failure, timeout, and failed candidate run
  • update README and CI/CD guide to show the single-command GitHub Actions flow

Closes #499

Review Checkpoint

  • Contract: /tmp/reviewcheckpoint-issue-499-contract.md
  • Checkpoint: /tmp/reviewcheckpoint-issue-499.json
  • Final verdict: ready

Tests

  • go test ./cmd -run 'TestCIRun' -count=1
  • go build ./...
  • go vet ./...
  • go test -short ./... -count=1
  • go test -short -race -count=1 ./...
  • go run . ci run --help

Checkpoint: step 1 implements ci run orchestration with tests for pass, fail, timeout, invalid manifest, and API errors.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agentclash Ready Ready Preview, Comment May 4, 2026 1:01pm

Checkpoint: step 2 addresses Claude review residuals for issue #499. Reviewed against /tmp/reviewcheckpoint-issue-499-contract.md and reran build, vet, focused ci run tests, short tests, race tests, and help smoke.
Checkpoint: step 3 clears Claude re-review residuals for issue #499. Verified focused ci run tests, build, vet, short tests, race tests, and help smoke.
@Atharva-Kanherkar Atharva-Kanherkar marked this pull request as ready for review May 4, 2026 13:01
Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@Atharva-Kanherkar Atharva-Kanherkar merged commit 8e94193 into main May 4, 2026
6 checks passed
@Atharva-Kanherkar Atharva-Kanherkar deleted the codex/issue-499-ci-run-manifest branch May 4, 2026 13:02
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.

feat(cli): implement agentclash ci run from the manifest

1 participant