chore: remove examples/demos and all references#28
Merged
Conversation
Drops the entire examples/demos/ tree (po_approval, oracle_26ai, trip_team, hero, agent_quickstart, build-an-agent assets) and removes every reference from README, docs/index.md, docs/how-to/quickstart.md, and docs/concepts/idempotency.md. Signed-off-by: Federico Kamelhar <federico.kamelhar@oracle.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.
Drops the entire
examples/demos/tree (po_approval, oracle_26ai, trip_team, hero, agent_quickstart, build-an-agent assets) and sweeps every reference across:README.md— "End-to-end demos" subsection removeddocs/index.md— demos table dropped, hero callout softened, "40 tutorials plus 3 end-to-end demos" → "40 progressive tutorials"docs/how-to/quickstart.md" —examples/demos` link replaced with the tutorials referencedocs/concepts/idempotency.md—po_approvaldemo link replaced with the matching tutorialThe runnable code that the demos taught (idempotent writes, multi-agent debate, RAG over Oracle 26ai, checkpointer-backed durability) all lives in the tutorials, which run in CI on every commit.
examples/demos/was a parallel surface that wasn't carrying its weight.Validation
hatch run checkclean.grep -rn "examples/demos\|end-to-end demos"returns zero hits across docs/ + README + mkdocs.