Between commits 5ca1914 and 9e9518a, memory files were incorrectly committed to the repository. These files should have been local-only as per system design.
- No actual credentials or tokens were exposed
- The files contain system learning patterns and behavioral documentation
- These files have been removed from tracking as of commit 9e9518a
- All memory files have been removed from current version
- The memory/ directory is properly gitignored
- No sensitive credentials were found in the exposed files
- Memory files will remain local-only
- The .gitignore properly excludes memory/ directory
- PRB execution will no longer create memory files in version control
If you have cloned this repository, ensure your local memory/ directory is not tracked:
git rm --cached -r memory/
git commit -m "Remove memory from tracking"
- v6.8.1
- v6.8.2
These releases contain memory files that should not have been included.