Skip to content

docs(landing): add Design phase & agent prompts demo video - #186

Merged
mickyarun merged 2 commits into
mainfrom
docs/landing-design-phase-video
Jun 2, 2026
Merged

docs(landing): add Design phase & agent prompts demo video#186
mickyarun merged 2 commits into
mainfrom
docs/landing-design-phase-video

Conversation

@mickyarun

Copy link
Copy Markdown
Owner

Summary

  • New demo video Design phase & agent prompts added to the tabbed video strip on the landing page (MethodologyStep.vue) and to the README's demo block.
  • Final tab order follows the BUD lifecycle: Setup walkthrough → Slack triage & MCP tools → Design phase & agent prompts → Inside the virtual world.
  • Default tab stays on Setup walkthrough so SSR'd content is unchanged for first-time visitors; the other three tabs hydrate client-side on click (existing Vuetify <v-window> behaviour).
  • Landing site (bodhiorchard.ai) already redeployed via wrangler pages deploy frontend/dist-landing — this PR captures the source change.

Test plan

  • npm --workspace bodhiorchard-frontend run build:landing succeeds; pre-rendered HTML contains all four value="setup|slack|design|world" tabs in the new order.
  • vDdj8p17AQQ present in hydration bundle (dist-landing/assets/app-*.js).
  • curl -s https://bodhiorchard.ai/ | grep "Design phase" returns the new tab label.
  • Click through Setup → Slack → Design → World tabs in the in-app /methodology route after merge to confirm Vue hydration matches the SSR output.

mickyarun added 2 commits June 2, 2026 14:28
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>
@mickyarun
mickyarun merged commit a4d48bb into main Jun 2, 2026
14 checks passed
@mickyarun
mickyarun deleted the docs/landing-design-phase-video branch June 2, 2026 09:07
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant