docs(examples): golden-example signposting + temporal-stack rename (#216 #74)#259
Merged
Conversation
#216 T5 — signposting pass: - Back-link every reference deployment README to the golden teaching example (../getting-started/). getting-started intro/quick-start/project-structure already point in; this closes the loop outward. Completes #216 (T1–T5 all shipped: taxonomy doc, L1–L4 in getting-started, L5 in alert-triage). #74 — rename examples/temporal-self-hosted → temporal-stack: - The old name implied self-hosted-only; the example actually covers both local Docker (dev) and Helm (prod). Renamed and scope-clarified in the README, plus package name, the temporal lexicon integration test, and the taxonomy table. Closes #216 Closes #74 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Closes out the two golden-example meta-issues — the example itself shipped across PRs #231–#258; this finishes the signposting and the rename.
#216 T5 — signposting pass
The getting-started intro / quick-start / project-structure already point in to the golden example, and the taxonomy doc (
contributing/examples.mdx) names the three tiers. This adds the missing outward loop: a back-link from every reference deployment README to../getting-started/. With T1–T4 already shipped (taxonomy doc; L1–L4 inexamples/getting-started; L5 inexamples/alert-triage), #216 is complete.#74 —
temporal-self-hosted→temporal-stackThe old name implied self-hosted-only, but the example generates both a local Docker dev stack and a prod Helm scaffold. Renamed (via
git mv, history preserved) and scope-clarified. Updated: README title + intro,package.jsonname, the temporal lexicon integration test, and the taxonomy table.Note on #74 scope vs. what shipped: the issue's body predates the build and describes the capstone as a chant
Opwith a generateddocker-compose.yml. The shippedalert-triagedeliberately uses raw Temporal + chant (custom agent activities can't be chant Op steps) withtemporal server start-dev, documented as the "Raw Temporal + chant" split. All the user-facing "Done when" criteria (clone →npm run dev→ workflow in the Temporal UI; local executor vs--temporal; rename) are met.Validation
npx vitest run lexicons/temporal/src/example.test.ts examples/examples.test.ts→ 168 passed (renamedtemporal-stacktest green)npm --prefix docs run build→ 111 pages, completetemporal-self-hostedreferences anywhere in the tree.Closes #216
Closes #74
🤖 Generated with Claude Code