epiq 0.6.7 → 0.6.9
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 +47 -47
- package/dist/mcp.js +37 -37
- package/package.json +1 -1
- package/readme.md +1 -11
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -8,16 +8,6 @@ Issue tracking is a core part of software development, but it often becomes a pa
|
|
|
8
8
|
|
|
9
9
|
With great attention to user ergonomics and developer experience, epiq makes project management painless and friction free.
|
|
10
10
|
|
|
11
|
-
```
|
|
12
|
-
███████╗██████╗ █ █╗ ██████╗
|
|
13
|
-
██╔════╝██╔══██╗█ █║██╔═══██╗
|
|
14
|
-
█████╗ ██████╔╝█ █║██║ ██║
|
|
15
|
-
██╔══╝ ██╔═══╝ █ █║██║▄▄ ██║
|
|
16
|
-
███████╗██║ █ █║╚██████╔╝
|
|
17
|
-
╚══════╝╚═╝ ╚══╝ ╚═══▀▀╝
|
|
18
|
-
🫡 Never leave your terminal!
|
|
19
|
-
```
|
|
20
|
-
|
|
21
11
|
## What is epiq?
|
|
22
12
|
|
|
23
13
|
Epiq is a vim-inspired issue tracker that brings project management into the terminal. It renders directly in ASCII and persists state as an immutable distributed event log, versioned and synchronized through Git.
|
|
@@ -171,7 +161,7 @@ Epiq uses Git in the background - no manual Git commands are required. Running `
|
|
|
171
161
|
|
|
172
162
|
## Conflict Avoidance & Data Integrity
|
|
173
163
|
|
|
174
|
-
Epiq is designed to provide robustness in a distributed, Git-backed environment where multiple users may update state concurrently. Instead of mutating shared files, Epiq uses an event-sourced model to
|
|
164
|
+
Epiq is designed to provide robustness in a distributed, Git-backed environment where multiple users may update state concurrently. Instead of mutating shared files, Epiq uses an event-sourced model to prevent merge conflicts and make concurrent changes predictable.
|
|
175
165
|
|
|
176
166
|
### Event-sourced state
|
|
177
167
|
|