Update README.md

This commit is contained in:
Lance Martin
2025-07-18 10:10:46 -07:00
committed by GitHub
parent 0292b85fa2
commit 5eefefffe5
+3 -2
View File
@@ -2,6 +2,8 @@
This repository contains practical implementations of the 6 key context management techniques outlined in Drew Breunig's post ["How to Fix Your Context"](https://www.dbreunig.com/2025/06/26/how-to-fix-your-context.html).
<img width="4777" height="1983" alt="context_eng_drew" src="https://github.com/user-attachments/assets/b6c07894-f6c6-41d0-9d95-e5e7030189b3" />
## 🚀 Quickstart
### Prerequisites
@@ -16,7 +18,6 @@ cd how_to_fix_your_context
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
```
2. Install dependencies:
```bash
uv pip install -r requirements.txt
@@ -128,4 +129,4 @@ Start with any technique that matches your current context challenges, or work t
## References
- [How to Fix Your Context](https://www.dbreunig.com/2025/06/26/how-to-fix-your-context.html) by Drew Breunig
- [How Contexts Fail and How to Fix Them](https://www.dbreunig.com/2025/06/22/how-contexts-fail-and-how-to-fix-them.html) by Drew Breunig
- [How Contexts Fail and How to Fix Them](https://www.dbreunig.com/2025/06/22/how-contexts-fail-and-how-to-fix-them.html) by Drew Breunig