From 0399002e8a742dbc90ddc13d6116b23883028643 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Tue, 30 Jun 2026 14:32:35 -0400 Subject: [PATCH] docs(content): update AGENTS.md and decentralized-identity.md for YouTube video IDs --- src/content/AGENTS.md | 2 +- src/content/speaking/decentralized-identity.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/content/AGENTS.md b/src/content/AGENTS.md index 91f8246..fdf86e1 100644 --- a/src/content/AGENTS.md +++ b/src/content/AGENTS.md @@ -12,7 +12,7 @@ Markdown/MDX content for the four collections. Each subdirectory is a collection | `projects/` | `projects` | `/projects` | Things built. Fields: `title`, `startDate`, `endDate?` (omit = ongoing), `description?`, `link?`, `repo?`, `tags?` (skills; browsable site-wide at `/skills/`), `experiences?`. Sorted by `endDate` desc, ongoing first. | | `writing/` | `writing` | `/writing` | Posts. Fields incl. `description`, `coverImage?`, `ogImage?`, `tags?`, `experiences?`, `draft`, `pinned`, `externalUrl?`/`publisher?` (PESOS — entry links out to the publisher, no local detail page). | | `experience/` | `experience` | `/experience` | Resume entries + taxonomy. Fields: `title`, `organization`, `startDate`, `endDate?`, `role?`, `location?`, `url?`, `description?`. | -| `speaking/` | `speaking` | `/speaking` | Talks. Fields: `title`, `description`, `publishDate`, `videoId` (Cloudflare Stream UID), `originalSource?`, `event?`, `tags?`, `experiences?`, `draft`. | +| `speaking/` | `speaking` | `/speaking` | Talks. Fields: `title`, `description`, `publishDate`, `youtubeId` (YouTube video ID), `event?`, `tags?`, `experiences?`, `draft`. | ## For AI Agents diff --git a/src/content/speaking/decentralized-identity.md b/src/content/speaking/decentralized-identity.md index 4d956fe..bffbfb6 100644 --- a/src/content/speaking/decentralized-identity.md +++ b/src/content/speaking/decentralized-identity.md @@ -1,8 +1,7 @@ --- title: The Future of Decentralized Identity description: A talk on self-sovereign identity and why users should own their authentication. -videoId: REPLACE_WITH_CLOUDFLARE_STREAM_UID -originalSource: https://www.youtube.com/watch?v=dQw4w9WgXcQ +youtubeId: dQw4w9WgXcQ event: Example Conf 2024 publishDate: "2024-06-01" tags: ["identity", "blockchain"] @@ -11,4 +10,4 @@ experiences: ["sonr"] A walkthrough of the architecture behind user-owned identity, the tradeoffs of decentralization, and where the ecosystem is heading. -Replace `videoId` with the real Cloudflare Stream UID and write up the talk notes here. +Replace `youtubeId` with the real YouTube video ID and write up the talk notes here.