Skip to content

Commit c3cf697

Browse files
committed
docs: clean up JSDoc comments in scenario-execution.ts
- Simplify overly verbose class and method documentation - Remove implementation details from API docs - Focus on essential usage information - Keep docs concise and user-focused
1 parent db7c65a commit c3cf697

File tree

2 files changed

+66
-299
lines changed

2 files changed

+66
-299
lines changed

.cursor/rules/file-structure.mdc

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ alwaysApply: false
66
We want thin files that aim to have a single responsibility and a single export.
77
We should have a single export per file.
88

9-
Specific directories:
10-
- hooks: for hooks
11-
- components: for components
12-
- pages: for pages
9+
Special files:
10+
11+
## Utils
12+
File name convention: *.utils.ts
13+
Single export: XXXUtils
14+
example:
15+
16+
export const RunnerUtils = {
17+
runnerFunction1,
18+
runnerFunction2,
19+
}

0 commit comments

Comments
 (0)