@teakit/finance LLM Contract
@teakit/finance is a pure TypeScript library for common financial calculations.
Generation Rules
- Keep formulas pure and dependency-free.
- Keep exported functions aligned with
src/index.ts. - Use explicit return types for exported functions.
- Keep rate conventions and rounding behavior covered by tests.
- Update
README.md,skills/index.mdx, and this file when the public API changes. - Keep detailed rationale in
docs/knowledge/; keep this file compact.
Public Surface
Project Workflow
- Read
AGENTS.mdbefore modifying the repository. - Read
docs/knowledge/index.mdanddocs/memory/index.mdwhen context is needed. - If API, behavior, commands, or agent-facing usage changes, update nearby tests and docs.