Invalid Project Configuration

The project content has validation errors.

  • name: Required
  • description: Required
  • subdomain: Required

Example .project.md

---
name: My Project
tagline: A brief description of what this does
description: A longer description for SEO
subdomain: my-project
status: prototype
github: username/repo
links:
  - label: Demo
    url: https://demo.example.com
---

# The Vision

> ***The one-sentence promise***

Explain the problem, the solution, and why it matters.

## Features

- Feature one
- Feature two

> [!TIP]
> More coming soon!