feat(showcase): interactive harvest knowledge brief - 26 video distillation - #30
Conversation
Reviewer's GuideThis PR adds two synchronized, self-contained knowledge-brief formats: an interactive HTML showcase with source-linked exploration and filtering, and a Markdown twin containing the seven-theme synthesis, contradictions, ranked tactics, and 26-video audit index. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🟡 Changes recommended
The HTML’s CSS contains concatenated selectors that break multiple hover/theme color rules, so the UI won’t render as intended without fixes.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR adds a self-contained, interactive HTML “knowledge brief” plus a plain-Markdown counterpart that distills a 26-video YouTube harvest into themes, timestamped insights, contradictions, and a ranked “steal list” of tactics.
Changes:
- Add a standalone interactive HTML brief (inline CSS/JS + embedded dataset) with theme navigation, source deep-links, and reduced-motion support.
- Add a Markdown “twin” of the brief for non-HTML consumption/sharing.
File summaries
| File | Description |
|---|---|
| 00_Showcase/agent-brief/index.html | New interactive single-file brief (rendering + UI + embedded data). |
| 00_Showcase/agent-brief/distilled-index.md | New Markdown version of the same distilled brief and indices. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| .navlink.c1:hover{color:var(--coral)} .navlink.c2:hover{color:var(--amber)} | ||
| .navlink.c3:hover{color:var(--green)} .navlink.c4:hover{color:var(--cyan)} | ||
| .navlink.c5:hover{color:var(--violet)} |
| .t1 .secn{color:var(--coral)} .t2 .secn{color:var(--amber)} .t3 .secn{color:var(--green)} | ||
| .t4 .secn{color:var(--cyan)} .t5 .secn{color:var(--violet)} .t6 .secn{color:var(--coral)} .t7 .secn{color:var(--amber)} |
What
Interactive HTML knowledge brief distilling the 26-video YouTube harvest (9.1M combined views, 20.1h watch time).
Contents
00_Showcase/agent-brief/index.html- self-contained dark-observatory brief: 7 themes, 21 timestamped insights (deep links into exact video seconds), 11 contradiction callouts, [unverified] badges on marketing claims, interactive 25-tactic steal list (search/filter/expand), 26-video index footer00_Showcase/agent-brief/distilled-index.md- plain-markdown twinVerification (independently re-run by parent)
Summary by Sourcery
Publish an interactive and Markdown knowledge brief that distills the 26-video harvest into traceable, actionable guidance.
New Features:
Enhancements:
Documentation: