docs(features/charlie): embed SolidMap demo video#28
Merged
Conversation
Adds the SolidMap demo video (33s, YouTube) as a new "Watch the loop close" subsection at the end of "What it looks like in practice". Complements the existing read/comprehend trace with a visual write/render demonstration: Charlie generates JSON-LD into a pod path; markmap app on the same pod renders the data live. Together the text trace and the video cover both registers of the Charlie pattern: read-and-reason, write-and-render. Closes #27
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 #27
Adds the SolidMap demo video (33s, YouTube) as a new "Watch the loop close" subsection at the end of the existing "What it looks like in practice" section.
What the section adds
The existing Charlie doc covers the read/comprehend side of the pattern (agent probes WAC, examines policy, understands scope). The video shows the complementary write/render side: Charlie generates JSON-LD into
/public/markmap/solid-project.jsonld; the markmap app on the same pod at/public/apps/markmap/renders the data live.Together: explanatory text + visual demonstration covering both registers of the agent-pod loop.
Implementation note
Standard YouTube iframe embed with JSX-compatible attributes (
frameBorder,allowFullScreen) so it parses cleanly under Docusaurus 3's MDX-compatible markdown.