Skip to content

[v0.91.8][csdlc-v2] Add Rust GitHub action command surface#5660

Merged
danielbaustin merged 18 commits into
mainfrom
codex/5655-csdlc-github-actions
Jul 24, 2026
Merged

[v0.91.8][csdlc-v2] Add Rust GitHub action command surface#5660
danielbaustin merged 18 commits into
mainfrom
codex/5655-csdlc-github-actions

Conversation

@danielbaustin

@danielbaustin danielbaustin commented Jul 24, 2026

Copy link
Copy Markdown
Owner

Closes #5655

Summary

  • Add the Rust-only csdlc-github command with typed run and schema surfaces.
  • Add typed GitHub action request/result schemas for issue create/update/comment/close/read and PR state observation.
  • Enforce operation markers and exact post-mutation readback for issue create/comment/update/close, including exact updated body, labels, and assignees.
  • Add operator guidance for the repo-native C-SDLC v2 GitHub action surface.
  • Repair the CI strict Clippy blockers reported by csdlc-v2-standalone without changing behavior.

Validation

  • Rebased onto origin/main 1facdf209.
  • TMPDIR=/Volumes/FastWork/adl-builds/5655-tmp CARGO_TARGET_DIR=/Volumes/FastWork/adl-builds/5655-csdlc-v2-target cargo clippy --locked --manifest-path csdlc-v2/Cargo.toml --all-targets -- -D warnings passed.
  • TMPDIR=/Volumes/FastWork/adl-builds/5655-tmp CARGO_TARGET_DIR=/Volumes/FastWork/adl-builds/5655-csdlc-v2-target cargo test --locked --manifest-path csdlc-v2/Cargo.toml --test gate_github_actions passed 2/2.
  • TMPDIR=/Volumes/FastWork/adl-builds/5655-tmp CARGO_TARGET_DIR=/Volumes/FastWork/adl-builds/5655-csdlc-v2-target cargo test --locked --manifest-path csdlc-v2/Cargo.toml passed, including gate_github_actions 2/2 and Doc-tests csdlc_v2 1/1.
  • csdlc-doctor --repo . --issue 5655 passed at reviewed generation 19.
  • Boole exact-head read-only review was CLEAN for 1eb3e59819222fe59a590abbbc3b18bbe19643d1 after the CI strict Clippy repair.

@danielbaustin
danielbaustin force-pushed the codex/5655-csdlc-github-actions branch from 49a30ea to dfc7ac0 Compare July 24, 2026 20:26
@danielbaustin
danielbaustin marked this pull request as ready for review July 24, 2026 20:48
@danielbaustin
danielbaustin merged commit 6392490 into main Jul 24, 2026
15 checks passed
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.

[v0.91.8][csdlc-v2] Add repo-native Rust GitHub action command surface

1 participant