You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`pre_build`| Format, regenerate notebooks, push workspaces, then dispatch `release.yml`. | release | Build Agent (release) · `/pre_build`|
17
+
|`tag_and_merge`| Commit and tag every library repo for a release. | release | release path (release execution) |
18
+
|`generate_release_notes`| Generate release notes from merged PRs and create GitHub Releases. | release |`release.yml` (CI) |
19
+
|`create_analysis_issue`| Open a GitHub issue with the release report and assign Copilot. | release | release path — posts the Heart-run aggregate report |
20
+
|`generate`| Convert a workspace's `scripts/` to `notebooks/`. | build, deploy | Build Agent (deploy) **and** Heart `workspace-validation.yml`|
21
+
|`run`| Execute notebooks in a workspace folder. | build |**Heart**`workspace-validation.yml`|
22
+
|`run_python`| Execute Python scripts in a workspace folder. | build |**Heart**`workspace-validation.yml` · `health_release.sh`|
23
+
|`run_all`| Run scripts across one or more workspaces, produce summary reports. | build |**Heart**`health_release.sh` + readiness checks |
24
+
|`script_matrix`| Output a JSON `{name, directory}` matrix for GitHub Actions. | build |**Heart**`workspace-validation.yml` (CI) |
25
+
|`aggregate_results`| Aggregate per-job JSON into a release-readiness report. | build, release |**Heart**`workspace-validation.yml` (CI) |
0 commit comments