commit pi sessions

This commit is contained in:
liph
2026-07-27 08:46:32 +02:00
parent 37ea5bb522
commit 44d6863b59
435 changed files with 14054 additions and 125 deletions
+14 -2
View File
@@ -1,2 +1,14 @@
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.
---
description: Explain code, concepts, or errors in plain terms
argument-hint: "[topic: code, concept, or error]"
---
Explain the following in clear, plain language: $@
Structure your answer as:
1. **What it is** — one-sentence summary
2. **How it works** — walk through the key parts step by step
3. **Why it matters** — purpose, trade-offs, or design intent
4. **Connections** — how it relates to the surrounding system or codebase
5. **Key details to know** — important gotchas, assumptions, or common pitfalls
Avoid unnecessary jargon. If showing code, keep snippets short and annotate them. If explaining an error, include the likely cause and how to fix it.