forked from cardosofelipe/fast-next-template
feat(memory): #62-7 Memory Scoping #93
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of Issue #62 - Agent Memory System
Phase: 3 (Advanced Features)
Priority: P1
Complexity: Medium
Overview
Implement memory scoping with hierarchy: Global → Project → Agent Type → Agent Instance → Session.
Components
backend/app/services/memory/scoping/scope.py- Scope managementbackend/app/services/memory/scoping/resolver.py- Scope resolutionFeatures
Scoping Hierarchy
Acceptance Criteria
make validate-allpasses