# Instructions for Copilot

Please read [`SKILLS.md`](../SKILLS.md) at the root of this project for all coding guidelines.

The source of truth for rules is in `.skills/<language>/` folders.

# Copilot Instructions

This is a TypeScript CLI menu library (`@termun/core`).

All coding rules are defined in `.skills/`. Read the relevant files before generating any code:

- [`.skills/typescript/code-style.md`](../.skills/typescript/code-style.md) — control flow style (no early void return, single return variable, braces)
- [`.skills/typescript/conventions.md`](../.skills/typescript/conventions.md) — TypeScript conventions (no-any, explicit return types, `@/` imports)
