Cursor rule
.cursor/rules/code-organization.mdc[object Object]
Cursor rules
Quality
25/100
Scores the file, not the repository.Length
106 words
4 headings · 0 code blocksRepository
2
— · pushed 451 days agoLast changed
3 days ago
First indexed 3 days ago.123456# Code Organization78## Architecture9The fetch worker is organized into logical components:1011- **Entry Point**: [src/index.ts](mdc:src/index.ts) - Sets up the worker and routes requests12- **Request Handler**: [src/handlers/requestHandler.ts](mdc:src/handlers/requestHandler.ts) - Processes incoming requests13- **Fetch Executor**: [src/handlers/fetchExecutor.ts](mdc:src/handlers/fetchExecutor.ts) - Executes fetch requests using provided configuration14- **Utilities**: [src/utils/corsHeaders.ts](mdc:src/utils/corsHeaders.ts) - Common utilities like CORS headers1516## Flow171. Request received at the worker182. Request validated and parsed193. Fetch operation executed using the provided configuration204. Response formatted and returned with appropriate CORS headers2122## Development Tips23- Add new utilities in the [src/utils/](mdc:src/utils/) directory24- Extend handler functionality in [src/handlers/](mdc:src/handlers/)25- Configure worker settings in [wrangler.jsonc](mdc:wrangler.jsonc)26
Also in Thereallo1026/fetch-worker
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 |
|---|---|---|---|---|---|
| Thereallo1026/fetch-worker.cursor/rules/project-overview.mdc · 2 | Cursor rules | archdeployment | 37/100 | 3 days ago | |
| Thereallo1026/fetch-worker.cursor/rules/worker-usage.mdc · 2 | Cursor rules | lint-format | 35/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 | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | 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 | |
| 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 |
