INT-D1: publish the typed canonical quickstart#147
Merged
Conversation
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.
Summary
ReleaseNoteInput/ReleaseNoteResultworkflow as the primary copyable example in the README, authoring guide, setup guide, and packaged creating skillhermes_workflows.examples.install_smoke:release_note_workflowImmutable receipts
98370d28c71af8b29e47b2c9260d38da0be37f265194547ad399c343094a3cc5af0dfb154b500b1e1c9bf29fbfcf1aab56fa4a5cfaf83dc2d8c3eaa7583459d3ee36dae63f89dbd87d175f91b53ec39dd1f7dd198ff8fc6283f833010423388940d355bf88d52e315f9a6ab90639711ac5c85d416de6da33fc9eb5ae0797c5cbdfcf51d6b9be551e6ba85331(git merge-base --is-ancestor ... HEADexited nonzero; it is not an ancestor)TDD receipts
Red, before docs edits:
Green after publication:
Python compatibility and full suites:
Extracted copyable snippet
The new test extracts this block from every primary copyable surface, requires byte identity with
docs/snippets/typed_quickstart.py, imports it, reaches the typed wait, submits a typed response, and asserts the Python result isReleaseNoteResult.Canonical extracted Python
Exact output from executing the README-extracted block:
{"error":null,"result":null,"status":"running","waiting_on":null,"workflow_id":"wf_typed_quickstart"} {"error":null,"result":null,"status":"waiting","waiting_on":"signal:operator.response:review_release_note","workflow_id":"wf_typed_quickstart"} {"error":null,"result":{"decision":{"action":"approve","feedback":"Ready to ship."},"draft":{"text":"Release note: Expose typed workflow contracts."},"side_effects":{"published":false}},"status":"completed","waiting_on":null,"workflow_id":"wf_typed_quickstart"}The documented registry alias was also exercised through the real CLI:
runreturned the exact running JSON, the foreground runner executed three commands, and status reportedReviewDecisionatreview_release_notewithwaiting_on=signal:operator.response:review_release_note.Exact allowlist diff
README.mddocs/index.mddocs/authoring.mddocs/setup-for-agents.mdsrc/hermes_workflows/plugin_skills/hermes-workflows-creating/SKILL.mdtests/test_launch_examples.pytests/test_public_facade.pygit diff --check 98370d28c71af8b29e47b2c9260d38da0be37f26...HEADemitted no output. The diff is exactly the seven allowlisted paths..hermes/showcase-artifacts/**is unchanged.Mutation statement
No live profile, install, registry, database, service, deployment, cutover, cron, plugin enablement, external send, or external coding-agent mutation was performed. Verification used only isolated Python environments and ephemeral test databases. Do not merge until the planned fresh INT-D1 specification review and separate quality/security review pass at this exact head.
Remote checks
build: pass (20s); PR deploy correctly skippedpytest (3.11): pass (1m8s)pytest (3.9): pass (1m14s)