Clean up comments, fix docs, bump to v1.0.1

This commit is contained in:
Ralph Chang
2026-02-18 14:13:37 +08:00
parent 98e5ecaa91
commit bb929fc578
4 changed files with 61 additions and 157 deletions
+2 -3
View File
@@ -68,9 +68,8 @@ const POOL_MAX_ITEMS = 50; // Hard limit on pool size
```typescript
const PRESSURE_THRESHOLDS = {
moderate: 70, // Warning appears in system prompt
high: 85, // Aggressive pruning activates
critical: 95, // Intervention sent to agent
moderate: 75, // Warning appears in system prompt
high: 90, // Aggressive pruning activates + intervention sent
};
```