···6677hero:
88 text: "Mister Morph Docs"
99- tagline: "Start with Quickstart. Then read config patterns, runtime modes, or Go embedding."
99+ tagline: "Start with Quickstart. Then continue by goal: extending, operating, or locking down config."
1010 actions:
1111 - theme: brand
1212 text: Quickstart
···1616<section class="morph-home-section morph-home-start">
1717 <header class="morph-home-section-heading">
1818 <MorphKicker text="[ START // PATHS ]" />
1919- <h2>Take the shortest path first</h2>
2020- <p>These are the three fast entry routes into the docs. Pick the one that matches the task in front of you.</p>
1919+ <h2>Continue Reading</h2>
2020+ <p>Read the section that matches your goal.</p>
2121 </header>
2222 <div class="morph-home-start-grid">
2323 <article class="morph-home-route">
2424 <div class="morph-home-route-head">
2525- <h3 class="morph-home-route-title">Configure providers</h3>
2626- <p class="morph-home-route-copy">Install the CLI, initialize the workspace, and set model keys, environment variables, and runtime defaults before you widen into other guides.</p>
2525+ <h3 class="morph-home-route-title">Embed and extend</h3>
2626+ <p class="morph-home-route-copy">Start here when you want to reuse the Go core inside your own host, UI, or external system.</p>
2727 </div>
2828 <div class="morph-home-route-actions">
2929- <a class="morph-home-route-primary" href="/guide/config-patterns">Config Patterns</a>
2929+ <a class="morph-home-route-primary" href="/guide/build-your-own-agent">Build with Core</a>
3030 </div>
3131 </article>
3232 <article class="morph-home-route">
3333 <div class="morph-home-route-head">
3434- <h3 class="morph-home-route-title">Understand runtime modes</h3>
3535- <p class="morph-home-route-copy">See how CLI, channels, memory, and guard rails fit together before you automate or operate a long-lived agent.</p>
3434+ <h3 class="morph-home-route-title">Operate long-running agents</h3>
3535+ <p class="morph-home-route-copy">Start here when you want Console, Telegram, Slack, and other long-lived runtime entry points to work together.</p>
3636 </div>
3737 <div class="morph-home-route-actions">
3838 <a class="morph-home-route-primary" href="/guide/runtime-modes">Runtime Modes</a>
···4040 </article>
4141 <article class="morph-home-route">
4242 <div class="morph-home-route-head">
4343- <h3 class="morph-home-route-title">Embed the Go core</h3>
4444- <p class="morph-home-route-copy">Reuse the same runtime inside a Go application when you need custom surfaces without giving up the built-in agent stack.</p>
4343+ <h3 class="morph-home-route-title">Configure and govern</h3>
4444+ <p class="morph-home-route-copy">Start here when the system already runs and you now need to stabilize providers, environment variables, defaults, and guard rails.</p>
4545 </div>
4646 <div class="morph-home-route-actions">
4747- <a class="morph-home-route-primary" href="/guide/build-your-own-agent">Build with Core</a>
4747+ <a class="morph-home-route-primary" href="/guide/config-patterns">Config Patterns</a>
4848 </div>
4949 </article>
5050 </div>