Commit Graph

3 Commits

Author SHA1 Message Date
Shayan Rais 76599cbee4 updated presentation 2026-04-30 23:25:04 +05:00
Shayan Rais 4fff87c29c record Models-are-stateless insert and sentinel double-increment fix in agent learnings
Adds a Learnings entry for the 2026-04-30 slide-10 insert: documents
the styled-HTML approach chosen (no PNG asset existed for this dialog),
the slide-12 caption-strip pattern reuse, and a postmortem for the
sentinel-replacement collision where pre-resolving ##S10## to "11" before
running the n=11..48 loop double-incremented old-slide-10 to "12". Adds
two forward-looking rules: (1) use distinct sentinel prefixes or
single-pass resolution when mixing pre-resolved and loop-resolved slides,
and (2) check raw file content for literal apostrophes vs HTML entities
when pattern-matching comment strings.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-30 22:25:46 +05:00
Shayan Rais bb6d1083a8 add presentation-claude-code agent for the canonical best-practice deck
New per-deck agent owns presentation/claude-code-best-practice/index.html.
Mirrors the per-presentation pattern of presentation-claude-gemini and
presentation-vibe-coding — each deck has its own focused knowledge base
that self-evolves without cross-contaminating the others.

Seeded with structural facts about this deck specifically (no journey bar,
no hardcoded goToSlide(N) calls, simpler than the GDG fork) and a fresh
Learnings section starting at the 2026-04-30 fork date — GDG agent's 25+
historical entries deliberately not copied since most are tied to features
this deck doesn't have.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-30 18:54:23 +05:00