Skip to content

Expose running-codex state (role, started_at, status, output tail) so packages can render/refresh a live progress card during a blocking codex run #121

Expose running-codex state (role, started_at, status, output tail) so packages can render/refresh a live progress card during a blocking codex run

Expose running-codex state (role, started_at, status, output tail) so packages can render/refresh a live progress card during a blocking codex run #121

Workflow file for this run

name: ci
on:
push:
branches: [dev]
pull_request:
branches: [dev]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install stable Rust
run: |
rustup toolchain install stable --profile minimal
rustup default stable
rustc --version
- name: Run verification gates
run: ./scripts/verify.sh