overlapdev 1.7.2 → 1.7.4
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://github.com/overlapcode/overlap-tracer/releases/latest)
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
The local agent for [Overlap](https://overlap.dev) — stop your coding agents from writing conflicting code. This lightweight daemon watches coding agent sessions (Claude Code, with more agents coming), detects overlapping work in real time, and blocks conflicts before they ship.
|
|
10
10
|
|
|
11
11
|
## What It Does
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "overlapdev",
|
|
3
|
-
"version": "1.7.
|
|
4
|
-
"description": "Overlap -
|
|
3
|
+
"version": "1.7.4",
|
|
4
|
+
"description": "Overlap - Stop your coding agents from writing conflicting code",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"overlap": "./bin/run.js"
|