@open-code-review/agents 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-code-review/agents",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "AI-native skills, commands, and reviewer personas for Open Code Review",
5
5
  "type": "module",
6
6
  "files": [
@@ -1,12 +1,6 @@
1
- # OCR Session Directory .gitignore
2
- # Copy this to .ocr/.gitignore to exclude review sessions from git
3
-
4
- # Exclude all session data by default
1
+ # OCR:START managed by open-code-review (do not edit this block)
5
2
  sessions/
6
-
7
- # Or selectively include/exclude:
8
- # sessions/*
9
- # !sessions/important-review/
10
-
11
- # Keep the directory structure
12
- !.gitignore
3
+ data/
4
+ *.db-shm
5
+ *.db-wal
6
+ # OCR:END