@@ -232,18 +232,22 @@ export default function HomePage() {
232232 < div className = "hp-code-pane-header" style = { { borderRadius : '8px 8px 0 0' } } >
233233 < div className = "hp-code-pane-label" > what init writes to your agent config</ div >
234234 </ div >
235- < pre className = "hp-skills-pre" > < code dangerouslySetInnerHTML = { { __html : `<span class="trail-msg">## agentcrumbs</span>
236-
237- <span class="trail-msg">### Namespaces</span>
238-
239- <span class="cc-dim">| Namespace | Description | Path |</span>
240- <span class="cc-dim">| --- | --- | --- |</span>
241- | <span class="trail-name">api-gateway</span> | <span class="cc-dim">HTTP API and routing</span> | <span class="cc-dim">apps/gateway</span> |
242- | <span class="trail-name-b">auth-service</span> | <span class="cc-dim">Authentication and token handling</span> | <span class="cc-dim">apps/auth</span> |
243- | <span class="trail-name-c">billing</span> | <span class="cc-dim">Stripe integration and charges</span> | <span class="cc-dim">apps/billing</span> |
244- | <span class="trail-name">task-runner</span> | <span class="cc-dim">Background job execution</span> | <span class="cc-dim">apps/worker</span> |
245-
246- <span class="cc-dim">Do not invent new namespaces. Pick from this table or ask first.</span>` } } /> </ pre >
235+ < div className = "hp-skills-config" >
236+ < div className = "hp-skills-config-heading" > ## agentcrumbs</ div >
237+ < div className = "hp-skills-config-heading" > ### Namespaces</ div >
238+ < table className = "hp-skills-table" >
239+ < thead >
240+ < tr > < th > Namespace</ th > < th > Description</ th > < th > Path</ th > </ tr >
241+ </ thead >
242+ < tbody >
243+ < tr > < td className = "trail-name" > api-gateway</ td > < td > HTTP API and routing</ td > < td > apps/gateway</ td > </ tr >
244+ < tr > < td className = "trail-name-b" > auth-service</ td > < td > Authentication and token handling</ td > < td > apps/auth</ td > </ tr >
245+ < tr > < td className = "trail-name-c" > billing</ td > < td > Stripe integration and charges</ td > < td > apps/billing</ td > </ tr >
246+ < tr > < td className = "trail-name" > task-runner</ td > < td > Background job execution</ td > < td > apps/worker</ td > </ tr >
247+ </ tbody >
248+ </ table >
249+ < div className = "hp-skills-config-note" > Do not invent new namespaces. Pick from this table or ask first.</ div >
250+ </ div >
247251 </ div >
248252
249253 < div className = "hp-skills-detail" >
0 commit comments