mirror of
https://github.com/myronblair/infra
synced 2026-06-30 17:50:10 -05:00
Add Claude Code AI memory files
AI context/memory from Claude Code sessions covering all infrastructure: JARVIS, NovaCPX, DO sites, Proxmox, FusionPBX, MediaStack, and project feedback/preferences.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: feedback-context-management
|
||||
description: User wants to be warned before context limit and have tasks cleanly finished before running out
|
||||
metadata:
|
||||
node_type: memory
|
||||
type: feedback
|
||||
originSessionId: c454fc50-f93d-4ddd-b9f3-f3f442e89fb9
|
||||
---
|
||||
|
||||
Warn the user proactively when the conversation is getting long and approaching the context limit — before a task is left in a broken/hanging state. Finish or save the current task cleanly, then let the user know the session needs to continue fresh.
|
||||
|
||||
**Why:** User wants nothing left hanging when a session ends.
|
||||
|
||||
**How to apply:** When making edits mid-feature, always commit and deploy what's done so far. Before starting something large when context is already long, warn the user and offer to continue in a new session rather than starting something that won't finish.
|
||||
Reference in New Issue
Block a user