1<!--
 2SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
 3
 4SPDX-License-Identifier: CC0-1.0
 5-->
 6
 7# lunatask-mcp-server Development Documentation
 8
 9## Important Instructions
10
11- For each task the user asks, you MUST select the relevant documentation files and read them ENTIRELY.
12- Always ignore the `_plans` directory when you search for anything in the codebase.
13
14## Documentation Files
15
16Most frequently consulted procedures:
17
18- `_docs/Code Style Guidelines.md` - ALWAYS READ BEFORE CODING
19- `_docs/Build & Development.md` - Commands for building, testing, and development workflow
20- `_docs/Architecture & Design.md` - Three-layer architecture and design patterns
21- `_docs/Configuration Guide.md` - Complete config.toml structure and setup
22
23Vibe Flow:
24
25- `_docs/vibe-flow/How to Write a Technical Specification.md` - For writing a **spec**
26- `_docs/vibe-flow/How to Write an Implementation Plan.md` - For writing a **plan**
27- `_docs/vibe-flow/Vibe Flow Guide.md` - Where plans, specifications, and implementation summaries are kept