<!--
SPDX-FileCopyrightText: Amolith <amolith@secluded.site>

SPDX-License-Identifier: CC0-1.0
-->

# lunatask-mcp-server Development Documentation

## Important Instructions

- For each task the user asks, you MUST select the relevant documentation files and read them ENTIRELY.
- Always ignore the `_plans` directory when you search for anything in the codebase.

## Documentation Files

Most frequently consulted procedures:

- `_docs/Code Style Guidelines.md` - ALWAYS READ BEFORE CODING
- `_docs/Build & Development.md` - Commands for building, testing, and development workflow
- `_docs/Architecture & Design.md` - Three-layer architecture and design patterns
- `_docs/Configuration Guide.md` - Complete config.toml structure and setup

Vibe Flow:

- `_docs/vibe-flow/How to Write a Technical Specification.md` - For writing a **spec**
- `_docs/vibe-flow/How to Write an Implementation Plan.md` - For writing a **plan**
- `_docs/vibe-flow/Vibe Flow Guide.md` - Where plans, specifications, and implementation summaries are kept
