added .ssh

This commit is contained in:
liph
2026-07-21 21:35:16 +02:00
parent 7b23a57221
commit 95956d123a
147 changed files with 5607 additions and 7 deletions
+2
View File
@@ -0,0 +1,2 @@
Explain the selected code as if to a smart colleague new to the codebase.
Include: what it does, why, edge cases, and a 1-paragraph summary.
+2
View File
@@ -0,0 +1,2 @@
Break the following request into a numbered plan with concrete file paths and
acceptance criteria. Do not implement until I approve.
+3
View File
@@ -0,0 +1,3 @@
Review the current diff (`git diff`) as a senior engineer. Focus on:
correctness, security, error handling, naming, and missing tests. Output a
bullet list of issues with file:line references. Don't fix them — just list.