Skip to content

Commit cecfc53

Browse files
authored
Merge branch 'docs/bestPractices' into chore/moreEslintRules
2 parents 4f6ce81 + 204980c commit cecfc53

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.clineignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# From .gitignore
2+
node_modules/
3+
gen/
4+
out/
5+
@cds-models/
6+
lcov.info
7+
.idea
8+
9+
# Additional cline ignores
10+
.git/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Project Guidelines
2+
3+
At the start of every new chat session, you must first read, understand, and adhere to the project's coding standards and best practices documented in `docs/best-practices.md`. All code you generate or modify must follow the principles outlined in that file.

.clinerules/02-communication.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Communication Style
2+
3+
Communicate directly and informally. Actively ask if anything is unclear.

0 commit comments

Comments
 (0)