epiq 0.4.10 → 0.5.0
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/dist/index.js +55 -54
- package/dist/mcp.js +49 -48
- package/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -130,7 +130,7 @@ That’s it!
|
|
|
130
130
|
> - Project definition in `./.epiq/project.json`
|
|
131
131
|
> - Authoritative Git state at `~/.epiq-global/worktrees/<id>`
|
|
132
132
|
> - Local cache in `./.epiq/events/` (ignored by Git)
|
|
133
|
-
> - Update your `.Gitignore` to ignore local-only directories (`.epiq/events/`, `.epiq/
|
|
133
|
+
> - Update your `.Gitignore` to ignore local-only directories (`.epiq/events/`, `.epiq/log/`)
|
|
134
134
|
|
|
135
135
|
> Epiq manages a dedicated Git state branch and worktree automatically as the source of truth for synchronization
|
|
136
136
|
|