# Minimal Project Instructions

This project uses `llm-wiki-kit`.

- Start from `llm-wiki/wiki/index.md` and `llm-wiki/wiki/memory.md`.
- Keep raw source material immutable.
- Update existing wiki pages before creating duplicates.
- Answer the current user request first; the agent performs wiki lookup and maintenance without delaying the answer.
- Keep one-off work in `llm-wiki/outputs/questions/`. In the answer-first default, hooks do not auto-promote content into `wiki/queries/` or `wiki/decisions/`; merge reusable knowledge into `wiki/architecture/`, `wiki/debugging/`, `wiki/decisions/`, `wiki/concepts/`, or `procedures/` only when it is explicit, repeated, or clearly important.
- Do not store secrets, tokens, private keys, or `.env` contents.
