Skip to content

feat(showcase): interactive harvest knowledge brief - 26 video distillation - #30

Merged
aegntic merged 1 commit into
mainfrom
feat/harvest-brief
Sep 1, 2026
Merged

feat(showcase): interactive harvest knowledge brief - 26 video distillation#30
aegntic merged 1 commit into
mainfrom
feat/harvest-brief

Conversation

@aegntic

@aegntic aegntic commented Sep 1, 2026

Copy link
Copy Markdown
Owner

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 footer
  • 00_Showcase/agent-brief/distilled-index.md - plain-markdown twin

Verification (independently re-run by parent)

  • DATA literal parses as JSON: 26 videos / 7 themes / 25 tactics
  • 0 em-dashes and 0 en-dashes in both files
  • prefers-reduced-motion honored (CSS media query + JS matchMedia guard)
  • zero external refs beyond youtube.com deep links (no CDN)
  • headless Chromium: no JS errors
  • counts audited against source: views sum 9,112,381; watch time 72,461s = 1,208 min

Summary by Sourcery

Publish an interactive and Markdown knowledge brief that distills the 26-video harvest into traceable, actionable guidance.

New Features:

  • Add a self-contained interactive HTML brief distilling 26 harvest videos into seven themes, timestamped insights, contradictions, ranked tactics, and a source video index.
  • Add a plain-Markdown version of the distilled knowledge brief with traceable video references and verification badges for unaudited claims.

Enhancements:

  • Provide searchable, filterable, expandable tactic navigation with responsive presentation and reduced-motion support.
  • Link insights and source entries directly to relevant YouTube timestamps while avoiding external runtime dependencies.

Documentation:

  • Document the harvested video corpus, aggregate metrics, recurring themes, operational guidance, contradictions, and 25 ranked tactics.

Copilot AI lite review requested due to automatic review settings September 1, 2026 07:56
@sourcery-ai

sourcery-ai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Reviewer's Guide

This 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

Change Details Files
Added a self-contained interactive HTML presentation for the harvested video analysis.
  • Introduced a dark observatory-style responsive layout with theme navigation, statistics, timestamp deep links, contradiction callouts, and source index.
  • Embedded all content and metadata in a JSON-like DATA literal, eliminating runtime dependencies and external assets.
  • Added searchable, theme-filterable, expandable tactic rows with leverage and cheapness indicators.
  • Implemented responsive behavior, accessible expandable controls, external-link safety attributes, and reduced-motion support via CSS and matchMedia.
00_Showcase/agent-brief/index.html
Added a plain-Markdown representation of the distilled knowledge brief.
  • Summarized 26 videos into seven themes with throughlines, timestamped insights, contradictions, and cross-theme tensions.
  • Listed 25 ranked tactics with implementation guidance, scoring, and source timestamps.
  • Included aggregate metrics and a complete source-video index, while marking creator revenue and performance claims as unverified.
00_Showcase/agent-brief/distilled-index.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: fb88520f-3509-4edc-a463-086d357900a2


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@aegntic
aegntic merged commit 61c0037 into main Sep 1, 2026
9 of 10 checks passed

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 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.

Comment on lines +89 to +91
.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)}
Comment on lines +97 to +98
.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)}
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.

2 participants