File tree Expand file tree Collapse file tree
.claude/skills/merge-trains Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ A merge train is an automated batching system (inspired by [Rust rollups](https:
1818| ` merge-train/ci ` | CI infrastructure / ci3 | ` #help-ci ` |
1919| ` merge-train/docs ` | Documentation | ` #dev-rels ` |
2020| ` merge-train/fairies ` | aztec-nr | ` #team-fairies ` |
21- | ` merge-train/spartan ` | Spartan / infra / yarn-project sequencer and prover orchestration | ` #e- team-alpha ` |
21+ | ` merge-train/spartan ` | Spartan / infra / yarn-project sequencer and prover orchestration | ` #team-alpha ` |
2222
2323## How to Use a Merge Train
2424
Original file line number Diff line number Diff line change 77# Requires: SLACK_BOT_TOKEN
88# Optional: CLAUDEBOX_REPO (default: AztecProtocol/aztec-packages)
99
10+ NO_CD=1 source " $( git rev-parse --show-toplevel) /ci3/source_base"
11+
1012if [[ " ${CI:- } " != " 1" ]]; then
1113 echo " Not in CI — skipping slack_notify_with_claudebox_kickoff"
1214 exit 0
You can’t perform that action at this time.
0 commit comments