Initial project scaffold and agent docs.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
description: Core FinanceOne project standards for all work
|
||||
alwaysApply: true
|
||||
---
|
||||
|
||||
# FinanceOne — core
|
||||
|
||||
## Responses
|
||||
|
||||
- Concise, direct, plain language. No filler or fancy phrasing.
|
||||
- Ask 1–3 specific questions when scope, constraints, or approach is unclear — do not guess on large changes.
|
||||
|
||||
## Code
|
||||
|
||||
- Minimal, focused diffs; match existing style and layout.
|
||||
- Read `AGENTS.md` and `README.md` before multi-file edits.
|
||||
- No commit, push, or git config changes unless the user explicitly asks.
|
||||
- No secrets in repo; `.env.local` locally; names in `.env.example` only.
|
||||
- Money: integer minor units or a decimal library — not JS `number` for currency math.
|
||||
- Prefer `@` references over whole-repo search when the task names files or areas.
|
||||
Reference in New Issue
Block a user