@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,12 +1,6 @@
|
|
|
1
|
-
# OCR
|
|
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
|
-
|
|
8
|
-
|
|
9
|
-
#
|
|
10
|
-
|
|
11
|
-
# Keep the directory structure
|
|
12
|
-
!.gitignore
|
|
3
|
+
data/
|
|
4
|
+
*.db-shm
|
|
5
|
+
*.db-wal
|
|
6
|
+
# OCR:END
|