diff --git a/agentic-setup/agentic-setup-overview.html b/agentic-setup/agentic-setup-overview.html index 5c9493d..e602802 100644 --- a/agentic-setup/agentic-setup-overview.html +++ b/agentic-setup/agentic-setup-overview.html @@ -574,9 +574,10 @@ section{padding:clamp(2.6rem,6vw,4.4rem) 0;border-top:1px solid var(--rule)} margin:1.1rem 0 0;padding:0;list-style:none;display:grid;gap:.85rem;counter-reset:gs; } .getstarted ol.gssteps > li{ - display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:start; + display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:start; font-size:var(--step--1);line-height:1.55;color:var(--ink-soft); } +.getstarted .gs-c{min-width:0} .getstarted ol.gssteps > li::before{ counter-increment:gs;content:counter(gs); font-family:var(--mono);font-weight:700;font-size:.72rem; @@ -586,15 +587,19 @@ section{padding:clamp(2.6rem,6vw,4.4rem) 0;border-top:1px solid var(--rule)} } .getstarted ol.gssteps > li b{color:var(--ink)} .getstarted .dl{ - display:inline-flex;align-items:center;gap:.5rem;text-decoration:none; - font-family:var(--mono);font-weight:700;font-size:var(--step--1);letter-spacing:.02em; + display:inline-flex;align-items:center;gap:.75rem;text-decoration:none; + margin:1.2rem 0 .2rem; + font-family:var(--mono);font-weight:700;letter-spacing:.02em; color:#fff;background:var(--accent);border:1px solid var(--accent-ink); - padding:.5em .95em;border-radius:8px;box-shadow:var(--shadow); + padding:.85em 1.25em;border-radius:11px;box-shadow:var(--shadow-lift); transition:background-color .16s ease, transform .12s ease; } .getstarted .dl svg{flex:none} -.getstarted .dl:hover{background:var(--accent-ink)} -.getstarted .dl:active{transform:translateY(1px)} +.getstarted .dl .dl-main{display:flex;flex-direction:column;text-align:left;line-height:1.2;gap:.12rem} +.getstarted .dl .dl-label{font-size:var(--step-0)} +.getstarted .dl .dl-file{font-size:var(--step--1);opacity:.85} +.getstarted .dl:hover{background:var(--accent-ink);transform:translateY(-1px)} +.getstarted .dl:active{transform:translateY(0)} @media(prefers-color-scheme: dark){.getstarted .dl{color:#15130f}} .getstarted .cmd{ margin-top:.55rem;display:block;font-family:var(--mono);font-size:.82rem;line-height:1.5; @@ -1290,33 +1295,38 @@ footer .sig .dot{width:6px;height:6px;border-radius:50%;background:var(--accent)

Get started

This page is the what & why. The actual build is driven by the setup doc — a single file your Claude Code reads and executes to scaffold the repo, interview you, and stand up your first agents.

+ data-en="This page is the what & why. This guide ships with a companion setup doc for your Claude Code — a single Markdown file, agentic-setup-bootstrap.md, that it reads and executes to scaffold the repo, interview you, and stand up your first agents." + data-de="Diese Seite ist das Was & Warum. Zu diesem Leitfaden gehört eine begleitende Setup-Anleitung für deine Claude Code — eine einzelne Markdown-Datei, agentic-setup-bootstrap.md, die sie liest und ausführt, um das Repo anzulegen, dich zu befragen und deine ersten Agenten aufzustellen.">This page is the what & why. This guide ships with a companion setup doc for your Claude Code — a single Markdown file, agentic-setup-bootstrap.md, that it reads and executes to scaffold the repo, interview you, and stand up your first agents.

+ + + + + + Get the setup doc + agentic-setup-bootstrap.md → + +
  1. - Get the setup doc. It's one Markdown file that lives alongside this guide.
    - - - Get the setup doc — agentic-setup-bootstrap.md - -
    +
    + Save it where your Claude Code can read it — your project folder, or your home directory (~/). +
  2. - Save it where your Claude Code can read it — inside your project folder, or in your home directory (~/). -
  3. -
  4. - Give Claude Code this instruction and let it take it from there: - Read agentic-setup-bootstrap.md and set up my agentic environment. +
    + Give Claude Code this instruction and let it take it from there: + Read agentic-setup-bootstrap.md and set up my agentic environment. +