sdd-layer 0.18.3

Spec-Driven Development CLI and agent harness
1
2
3
4
5
6
7
8
9
10
import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';

export function baseOptions(): BaseLayoutProps {
  return {
    nav: {
      title: 'SDD Layer',
      url: '/',
    },
  };
}