Update Framework section: CLI story + detect element in periodic table

- Update lead text to mention skill + commands + CLI
- Add CLI "detect" element (Dt) to System category in periodic table
  with dashed border, CLI badge, and hover tooltip
- Fix tooltip clipping (overflow: visible on container)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-03-30 16:58:50 -07:00
co-authored by Claude Opus 4.6
parent bdc23f02c7
commit 17f389db45
4 changed files with 4717 additions and 3 deletions
+1 -1
View File
@@ -960,7 +960,7 @@ code {
border: 1px solid var(--color-mist);
border-radius: 8px;
position: relative;
overflow: hidden;
overflow: visible;
}
.solution-pillar {