- Implemented MemoryStore class for managing concepts with YAML frontmatter. - Added methods for creating, reading, updating, and deleting concepts. - Introduced locking mechanism for concurrent access. - Developed search and hinting capabilities for concept retrieval. - Created tests for access control and store functionality. - Added long-term memory skill documentation and operational guidelines. - Included package.json and package-lock.json for dependency management.
19 lines
278 B
Plaintext
19 lines
278 B
Plaintext
# Credentials and local trust decisions
|
|
auth.json
|
|
trust.json
|
|
|
|
# Session history and generated model metadata
|
|
sessions/
|
|
models-store.json
|
|
|
|
# Pi-managed package installations
|
|
npm/
|
|
git/
|
|
|
|
# Runtime files and local personal memory
|
|
node_modules/
|
|
/memory/
|
|
pi-debug.log
|
|
*.log
|
|
.DS_Store
|