feat: init
This commit is contained in:
18
AGENTS.md
Normal file
18
AGENTS.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# AGENTS.md
|
||||
|
||||
Northline Clinic — planned care clinic template: пациентский маршрут, triage-запись, подготовка к визиту, документы, privacy, специалисты и координатор без медицинских обещаний результата.
|
||||
|
||||
## Project Specifics
|
||||
|
||||
- Source content lives in `src/entities/site-content.ts`; keep visible copy there or directly in route JSX.
|
||||
- `src/app` is routing only; page composition belongs to `src/widgets/template-ui.tsx`.
|
||||
- Keep cards at 8px radius or less and preserve the selected palette in `src/app/globals.css`.
|
||||
- This is a static frontend template: do not add real payments, auth, persistence, external API calls, or backend contracts without an explicit product request.
|
||||
- Keep the domain specific: planned care, triage, preparation, diagnostic route, result review, insurance/privacy and non-emergency boundaries. Do not flatten it into generic wellness cards.
|
||||
- Never add diagnoses, treatment schemes, dosage advice, guaranteed outcomes, emergency-care replacement, real EHR behavior or patient-data submission.
|
||||
- After changes run `pnpm lint` and `pnpm build`.
|
||||
|
||||
## Визуальные правки
|
||||
|
||||
- Кириллица обязательна для видимого текста и выбранных Google Fonts.
|
||||
- При AI-правках сохраняйте доменные блоки этого шаблона: они отличают проект от generic landing.
|
||||
Reference in New Issue
Block a user