Claude branch colsolidation#22
Merged
Merged
Conversation
* Fix typos, broken links, and metadata issues across 25 blog posts Published posts: fix spelling errors (familar, obsidian, Juypter, Netify, orchstration, strocastic, commuicate, dyposian, engineerign, etc.), grammar fixes (your/you're, an/a, its/it's, who/whom), missing spaces after links, broken empty links, missing heading formatting, and misplaced section heading in obsidian-second-brain post. Draft posts: fix invalid date format (2025-30-12 → 2025-12-30), fix category typos (Large Langauge Models → Large Language Models, -sqlbits → sqlbits), fix broken VEO3 cross-link in sql-bits-2025, fix leading space in title. Series navigation: update "Part 3 (Coming Soon)" to actual links in the Quarto blog series (Parts 1 and 2). https://claude.ai/code/session_0132VDiaS2eigthysWLe1a56 * Update posts/tools-for-consultants/index.qmd Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update posts/agentic-security-risks/index.qmd Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
- Created new definitions for "Guardrails," "Hallucination," "Latency Budget," "Lethal Trifecta," "Positional Bias," "Prompt Chaining," "Prompt Injection," "Ralph Wiggum Loop," "Structured Outputs," "Tool Poisoning," and "Tool Use." - Established a living glossary structure in `definitions/index.qmd`. - Added a presentation template with various slide layouts and design elements in `templates/presentation-template.qmd`. - Included a new logo asset for branding in presentations.
- Add announcement section to website with Databricks tips - Update navbar and social links to reflect new platforms - Include new category for talks in blog post metadata - Improve styles for brand title and navbar - Revamp talks page layout to display sessions with filtering options
…le script, and enhance announcement banner styles
…ed features and usage information
* Fix typos, broken links, and metadata issues across 25 blog posts Published posts: fix spelling errors (familar, obsidian, Juypter, Netify, orchstration, strocastic, commuicate, dyposian, engineerign, etc.), grammar fixes (your/you're, an/a, its/it's, who/whom), missing spaces after links, broken empty links, missing heading formatting, and misplaced section heading in obsidian-second-brain post. Draft posts: fix invalid date format (2025-30-12 → 2025-12-30), fix category typos (Large Langauge Models → Large Language Models, -sqlbits → sqlbits), fix broken VEO3 cross-link in sql-bits-2025, fix leading space in title. Series navigation: update "Part 3 (Coming Soon)" to actual links in the Quarto blog series (Parts 1 and 2). https://claude.ai/code/session_0132VDiaS2eigthysWLe1a56 * Update posts/tools-for-consultants/index.qmd Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update posts/agentic-security-risks/index.qmd Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add new post on the evolution of branding packs and agent skills * Add command to list all draft posts and their modified dates --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
51bda54
into
claude/agentic-ai-maturity-research-4g1RI
1 check passed
Contributor
There was a problem hiding this comment.
Pull request overview
This is a large consolidation PR that merges work from a Claude-assisted development branch into main. It includes spelling/grammar fixes across many blog posts, a new definitions/glossary system with a custom Quarto shortcode extension, site branding updates (favicon, navbar styling, announcement banner), new content (blog posts and definition pages), and CI pipeline enhancements.
Changes:
- Dozens of spelling and grammar corrections across existing blog posts (e.g., "obsidian" → "Obsidian", "familar" → "familiar", "20206" → "2026", etc.), plus structural fixes like corrected dates, fixed links, and category typo fixes.
- A new definitions/glossary system: a
defnQuarto shortcode extension with tooltip support, 20+ definition pages underdefinitions/, a JSON definition registry, CSS tooltip styling, and a CI validation script. - Site-wide branding refresh: new favicon, SVG vial icon, colorized navbar title via JS, announcement banner, content label badges CSS, Mastodon→Bluesky social link migration, and a revealjs presentation template/extension.
Reviewed changes
Copilot reviewed 89 out of 171 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
_quarto.yml |
Add favicon, definitions nav link, vial-icon resource, brand-title.js include, Mastodon→Bluesky migration |
styles.css |
Add announcement banner, brand title, content label badges, definition tooltip, and missing-definition styling |
brand-title.js |
Client-side JS for colorized navbar title, listing page title hiding, and dismissable announcement banner |
vial-icon.svg, favicon.png |
New site branding assets |
_extensions/defn/* |
New Quarto shortcode extension for definition links with tooltips |
_extensions/defn/definitions.json |
JSON registry of all definition terms, summaries, and URLs |
definitions/*.qmd |
~20 new definition pages (glossary entries for AI/agent concepts) |
definitions/_metadata.yml, definitions/index.qmd |
Definition section config and listing page |
scripts/validate-definitions.py |
CI validation script ensuring JSON↔page consistency |
.github/workflows/render_quarto.yml |
Add definition validation step to CI |
staticwebapp.config.json |
New short URL redirect for branding-skills post |
talks.qmd |
Converted from static about page to listing page filtered by "talks" category |
about.qmd |
Mastodon→Bluesky social link update |
posts/how-i-work-with-ai-now/index.qmd |
New draft blog post about AI workflow |
posts/agentic-branding-skills/index.qmd |
New draft post about agent skills for brand governance |
posts/agentic-security-risks/index.qmd |
Added "talks" category, Clawdbot callout, spelling fixes |
Multiple posts/*/index.qmd files |
Spelling/grammar corrections and link fixes across ~15 existing posts |
posts/agentic-workflow/index.qmd |
Fixed date format, spelling corrections, formatting fixes |
_freeze/site_libs/revealjs/** |
Vendored revealjs plugin files for presentation support |
_freeze/site_libs/quarto-listing/quarto-listing.js |
Updated listing JS for UTF-8 category support |
_extensions/myyearindata-slides/_extension.yml |
New revealjs slide theme extension config |
templates/presentation-template.qmd |
Comprehensive presentation template showcasing slide features |
posts/aiops-journey-what-is-it/assets/video/* |
Remotion video project files for AIOps post |
CLAUDE.md |
Project guidance file for Claude Code |
.claude/commands/* |
Claude Code command definitions |
.gitignore |
Additional ignore patterns for Claude/Quarto artifacts |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+7
to
+19
| ai-label: "AI Assisted" | ||
| categories: | ||
| - ai | ||
| - agents | ||
| - agentic | ||
| - productivity | ||
| - tools | ||
| - llm | ||
| - workflow | ||
| --- | ||
|
|
||
| ::: {.callout-tip appearance="simple"} | ||
| This is my own original work, but I've had an AI model review it for clarity, tone, and grammatical errors. See my post on [AI Content Labels](../AI-Content-Labels/index.qmd) |
|
|
||
| **Different tools for different tasks.** Stop fighting tool limitations. Find tools that don't have those limitations. | ||
|
|
||
| If you want the more technical version of where I see this heading, the patterns emerging around context management, agentic databases, and sub-agent orchestration, I've written about that separately in [AI Patterns I'm exploring right now](../agentic-workflow/index.qmd). |
| Yet most organizations approach AI risk one-dimensionally. | ||
|
|
||
| They focus on the obvious hallucinations, bias, deepfakes aka the threats that **AI systems pose to us**. That's important, but it's only one quadrant of the picture. What about threats directed **at your AI systems**? What about the **risk of not adopting AI** while competitors race ahead? What about the **liability from your own AI adoption** creates? | ||
| They focus on the obvious hallucinations, bias, deepfakes aka the threats that **AI systems pose to us**. That's important, but it's only one quadrant of the picture. What about threats directed **at your AI systems**? What about the **risk of not adopting AI** while competitors race ahead? What about the **liability your own AI adoption** creates? |
| @@ -36,7 +36,7 @@ You will no longer need to store any rendered documents in your repository eithe | |||
|
|
|||
| ## Installing Quarto via the command line | |||
|
|
|||
| The official Posit site (whom created) Quarto website discusses [how you can download quarto and install it on Linux using a .deb file.](https://docs.posit.co/resources/install-quarto/) We will use this to install Posit onto our Machine within Github Workflows. | |||
| The official Posit site (who created) Quarto website discusses [how you can download quarto and install it on Linux using a .deb file.](https://docs.posit.co/resources/install-quarto/) We will use this to install Posit onto our Machine within Github Workflows. | |||
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.
No description provided.