Skip to content

Claude branch colsolidation#22

Merged
fusionet24 merged 12 commits into
claude/agentic-ai-maturity-research-4g1RIfrom
main
Mar 14, 2026
Merged

Claude branch colsolidation#22
fusionet24 merged 12 commits into
claude/agentic-ai-maturity-research-4g1RIfrom
main

Conversation

@fusionet24
Copy link
Copy Markdown
Owner

No description provided.

fusionet24 and others added 11 commits February 9, 2026 15:03
* 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
* 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>
Copilot AI review requested due to automatic review settings March 14, 2026 23:49
@fusionet24 fusionet24 merged commit 51bda54 into claude/agentic-ai-maturity-research-4g1RI Mar 14, 2026
1 check passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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 defn Quarto shortcode extension with tooltip support, 20+ definition pages under definitions/, 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.
Comment thread CLAUDE.md
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