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
@@ -29,11 +31,16 @@ The full first-release documentation set lives in `docs/`.
29
31
-`docs/lab.md`
30
32
-`docs/publishing.md`
31
33
34
+
Repository automation now includes:
35
+
36
+
- GitHub Actions CI in `.github/workflows/ci.yml` running `bundle exec rake`
37
+
- GitHub Pages deployment in `.github/workflows/pages.yml` publishing `docs/website/`
38
+
32
39
Execution ownership stays intentionally strict: the scheduler owns orchestration,
33
40
execution helpers run work, and engines do not create their own competing
34
41
control loops.
35
42
36
-
The current README reflects the latest verified release-style test run on April 7, 2026: `bundle exec rake` completed successfully, including `49 examples, 0 failures`, CLI smoke checks, web-session smoke checks, local lab smoke checks, installer smoke checks, and a clean gem build.
43
+
The current README reflects the latest verified release-style test run on April 8, 2026: `bundle exec rake` completed successfully, including `51 examples, 0 failures`, CLI smoke checks, web-session smoke checks, local lab smoke checks, installer smoke checks, and a clean gem build.
0 commit comments