docs(landing): add Design phase & agent prompts demo video - #186
Merged
Conversation
New demo (https://youtu.be/vDdj8p17AQQ) added between Slack triage and 'Inside the virtual world' tabs on bodhiorchard.ai and to the README's demo block. Final tab order follows the BUD lifecycle: Setup → Slack triage → Design phase → World. Signed-off-by: Arun Rajkumar <mickyarunr@gmail.com>
Removes a 'garden.atoa.me' callout from the _resolve_repo_id docstring to keep the repo free of customer-specific names. Comment-only change, no behaviour impact. Signed-off-by: Arun Rajkumar <mickyarunr@gmail.com>
6 tasks
mickyarun
added a commit
that referenced
this pull request
Jun 2, 2026
… fix (#187) * docs(landing): add requirements & estimation demo + fix Design URL - New 'Requirements & estimation' video tab between Slack and Design (https://youtu.be/YBwdTes0Fno) covers AI-drafted requirements, AI-PERT + Monte Carlo cycle-time forecasts, and the collaborative editor with version history. - Corrects the Design phase tab to the re-uploaded URL (https://youtu.be/lV71qhmfzzw); previous URL went stale after #186. - Final tab order: Setup → Slack triage → Requirements & estimation → Design phase → Inside the virtual world. - README demo grid + linkbar updated to match. Signed-off-by: Arun Rajkumar <mickyarunr@gmail.com> * feat(landing): thumbnail-grid video picker + add Dev & retrospective demo The tabbed selector overflowed past 4 videos; replaces it with an active player plus a responsive thumbnail grid (2/3/6-up across mobile/tablet/desktop) so the strip scales as we add more demos. - Refactor video metadata into a typed 'videos' array; both the active player iframe and the thumb cards are driven by a single source. - Active thumbnail gets a primary border; idle thumbs show a play-icon overlay on hover. - iframe carries a :key so switching videos forces a clean remount. - Add the sixth demo: 'Development & retrospective' (https://youtu.be/YjRihN_SKaw) covering dev, automated code review, post-deploy retrospective, and the Learning Agent feedback loop. - README demo grid + linkbar mirror the same six videos. Side effect: every thumbnail is now pre-rendered into static HTML, so all six demos are crawlable instead of only the default tab's iframe. Signed-off-by: Arun Rajkumar <mickyarunr@gmail.com> --------- Signed-off-by: Arun Rajkumar <mickyarunr@gmail.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.
Summary
MethodologyStep.vue) and to the README's demo block.<v-window>behaviour).bodhiorchard.ai) already redeployed viawrangler pages deploy frontend/dist-landing— this PR captures the source change.Test plan
npm --workspace bodhiorchard-frontend run build:landingsucceeds; pre-rendered HTML contains all fourvalue="setup|slack|design|world"tabs in the new order.vDdj8p17AQQpresent in hydration bundle (dist-landing/assets/app-*.js).curl -s https://bodhiorchard.ai/ | grep "Design phase"returns the new tab label./methodologyroute after merge to confirm Vue hydration matches the SSR output.