Skip to content

Commit 24e449e

Browse files
committed
autosave (pavel-am5 / Linux)
1 parent ca28163 commit 24e449e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/hm/dev-llm.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ let
1616
1717
### Core Principles
1818
19+
- Think before acting. Read existing files before writing code.
20+
- Be concise in output but thorough in reasoning.
21+
- Prefer editing over rewriting whole files.
22+
- Do not re-read files you have already read.
23+
- Test your code before declaring done.
24+
- No sycophantic openers or closing fluff.
1925
- **Don't give up**: Provide comprehensive solutions
2026
- **Fail fast**: Use assertions, throw errors early - no graceful fallbacks
2127
- **Explicit over implicit**: No default parameters or optional chaining for required values
@@ -24,6 +30,7 @@ let
2430
- **Ask questions**: When instructions or requirements are unclear, incomplete, or contradictory - always ask for clarifications before proceeding
2531
- **Recent versions**: Always use the most recent versions of the relevant libraries and tools
2632
33+
2734
### References
2835
2936
- **RTFM**: Read documentation, code, and samples thoroughly, download docs when necessary, use search

0 commit comments

Comments
 (0)