M3 epic: SDK + examples + tutorial + QA validation#73
Merged
Conversation
Cumulative delivery of M3 milestone work: shepherd-sdk + shepherd-sdk-test crates, balance-tracker/price-alert/stop-loss example modules, first-module tutorial, operator deployment runbook (BLEU-836), edge-case QA + M3 review fixes, CI gates (rustdoc -D warnings, all-modules build matrix, doctests), and rust-idiomatic compliance pass applied retroactively. Aggregates 23 feature PRs (#13-#34, #55) previously closed as merged-by-ancestor when dev/m3-base advanced. Closes BLEU-825, BLEU-826, BLEU-827, BLEU-828, BLEU-829, BLEU-830, BLEU-831, BLEU-832, BLEU-833, BLEU-835, BLEU-836, BLEU-840, BLEU-841, BLEU-843, BLEU-844, BLEU-846, BLEU-847, BLEU-848, BLEU-851, BLEU-852, BLEU-854, BLEU-855, COW-1063, COW-1066, COW-1067, COW-1068, COW-1069, COW-1070. Supersedes PR #70 (cross-tree merge conflicts due to dev/m3-base divergence from main pre-M2-squash). AI Assistance: Claude Code (Opus 4.7) rebuilt this as a single squash-equivalent commit from the dev/m3-base tree. A human (Bruno) is accountable for the result.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Cumulative delivery of the M3 milestone as a single squash-equivalent commit on top of main + M2 squash.
Changes
crates/shepherd-sdk+crates/shepherd-sdk-test: SDK crate + testing fixtures (host-trait seam per ADR-0009)modules/examples/{balance-tracker,price-alert,stop-loss}: 3 reference modulesdocs/tutorial-first-module.md: first-module authoring tutorialdocs/deployment/: operator deployment runbook (BLEU-836)-D warnings, all-modules build matrix, supervisor integration tests, doctestsalive=falseon init-err fixAggregates
23 feature PRs (#13-#34, #55) previously closed as merged-by-ancestor when
dev/m3-baseadvanced.Closes
Closes BLEU-825, BLEU-826, BLEU-827, BLEU-828, BLEU-829, BLEU-830, BLEU-831, BLEU-832, BLEU-833, BLEU-835, BLEU-836, BLEU-840, BLEU-841, BLEU-843, BLEU-844, BLEU-846, BLEU-847, BLEU-848, BLEU-851, BLEU-852, BLEU-854, BLEU-855, COW-1063, COW-1066, COW-1067, COW-1068, COW-1069, COW-1070.
Supersedes
PR #70 (cross-tree merge conflicts due to
dev/m3-basedivergence frommainpre-M2-squash).