Cursor rule
.cursor/rules/project-overview.mdcGeneral context for the Stock Portfolio Web project
Cursor rules
Quality
72/100
Scores the file, not the repository.Length
135 words
4 headings · 1 code blocksRepository
40
— · pushed 120 days agoLast changed
3 days ago
First indexed 3 days ago.123456# Stock Portfolio Web - Overview78A pure TypeScript SPA (no React/Vue/Angular) for calculating taxes on stock operations (E*Trade RSU/ESPP).910## Stack1112- **Runtime**: TypeScript 5.9, ES202013- **Build**: Vite 714- **Testing**: Vitest 4 with V8 coverage15- **Linting**: ESLint + Prettier16- **Main dependency**: pdfjs-dist (PDF parsing)17- **External API**: BCB PTAX (exchange rates)1819## Layer Structure (Clean Architecture)2021```22src/23├── domain/ → Pure entities and services (no external dependencies)24├── application/ → Use cases and interfaces (contracts)25├── infrastructure/ → Repositories, APIs, concrete utilities26└── presentation/ → UI, formatters, HTML builders27```2829## Fundamental Rules3031- Never import from `infrastructure/` or `presentation/` inside `domain/`32- Use cases orchestrate the flow, they never contain domain logic33- All external API communication belongs in `infrastructure/`34- The `presentation/` layer never accesses repositories directly35
Also in miguelslemos/stock_portfolio
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| miguelslemos/stock_portfolio.cursor/rules/architecture.mdc · 40 | Cursor rules | styledependencies | 48/100 | 3 days ago | |
| miguelslemos/stock_portfolio.cursor/rules/code-style.mdc · 40 | Cursor rules | lint-formatstyletypesdo-not+1 | 65/100 | 3 days ago | |
| miguelslemos/stock_portfolio.cursor/rules/domain-logic.mdc · 40 | Cursor rules | do-not | 57/100 | 3 days ago | |
| miguelslemos/stock_portfolio.cursor/rules/new-features.mdc · 40 | Cursor rules | styledo-not | 61/100 | 3 days ago | |
| miguelslemos/stock_portfolio.cursor/rules/testing.mdc · 40 | Cursor rules | setupteststylearch+1 | 62/100 | 3 days ago | |
| miguelslemos/stock_portfolio.cursor/rules/ui-presentation.mdc · 40 | Cursor rules | ui | 50/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 3 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago |
