You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add 8 screenshots and replace placeholder gallery
Generate all 8 documentation screenshots (help, review, auto-branch,
lint-on-save, diagram, setup, ai-monitor, e2e-assertions) and wire
them into README.md and docs/index.html. Remove reddit draft file.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/index.html
+69-4Lines changed: 69 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2006,12 +2006,77 @@ <h3>RuleCatch MCP — AI Session Analytics</h3>
2006
2006
<p>See the <ahref="https://github.com/TheDecipherist/claude-code-mastery" target="_blank" rel="noopener">Claude Code Mastery Guide</a> for the complete MCP server directory.</p>
2007
2007
</section>
2008
2008
2009
-
<!-- Screenshot Gallery (placeholder) -->
2009
+
<!-- Screenshot Gallery -->
2010
2010
<sectionid="screenshot-gallery">
2011
2011
<h2>Screenshots</h2>
2012
-
<p>Visual examples of the starter kit in action. See <code>docs/screenshots/README.md</code> for capture instructions.</p>
<strong>Coming soon:</strong> Screenshots of <code>/help</code> output, <code>/review</code> catching violations, auto-branching, hooks firing, <code>/diagram</code> output, <code>/setup</code> flow, AI monitor, and E2E test assertions. Contribute by following the guide in <code>docs/screenshots/README.md</code>.
2012
+
<p>The starter kit in action — every screenshot is from real command output.</p>
<imgsrc="screenshots/e2e-assertions.png" alt="E2E test comparison: good assertions vs bad" style="width: 100%; display: block;" loading="lazy">
2074
+
<divstyle="padding: 0.75rem 1rem;">
2075
+
<strong>E2E Test Assertions: Good vs Bad</strong>
2076
+
<pstyle="margin: 0.25rem 0 0; color: var(--text-secondary); font-size: 0.875rem;">Side-by-side comparison — a test that passes when broken vs one with real assertions</p>
0 commit comments