Viewing profile — jolaflow
jolaflow
HN member- Joined
- Sat, Apr 25, 2026, 6:00 PM UTC
- HN karma
- 49
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About jolaflow
https://ljtn.github.io/epiq
Recent public activity
-
comment
Comment #49244391
A modern issue tracker enabling replay for agentic workflows (via board time-travel) and focus on ergonomics (native to the terminal). https://ljtn.github.io/epiq/
-
comment
Comment #49136695
As for issue tracking, there are also other git-native alternatives out there. Epiq is entirely git-backed, vendor agnostic and persists state as a versioned log in your repo. Im i…
-
comment
Comment #49107518
That is also very true, and I think time-travel capabilities would help detect that too.
-
comment
Comment #49107471
I think behavior driven development probably can make intent more explicit and standardized. However, I think they operate at different levels, or on a different axis if you will. …
-
comment
Comment #49104146
Interesting. When it comes to auditing, I think there is also another layer to be verified - the intent. We have tooling for static analysis and automated tests, but drift in inten…
-
comment
Comment #49103831
I have run into the same problem, and started calling the phenomenon vision drift. I noticed that the issue tracker I built was well suited to address this problem, as it handles b…
-
comment
Comment #49102103
A gimmick feature turned out to be an essential capability in agentic workflows.
- story
-
comment
Comment #48973621
How new ways of working asks for a new generation of issue tracking capabilities
- story
- story
- story
-
comment
Comment #48162156
Thank you for the kind words!
-
comment
Comment #48162150
Thanks! Id be happy to hear what you think after trying it out!
-
comment
Comment #48162140
Thank you! I too am excited about next steps. There are a lot of interesting paths to explore still, and I do agree that the web interface would be a natural evolvement.
-
comment
Comment #48162084
Thanks for the kind feedback! My initial motivation was of lack ergonomics in the tools I used. I had a vision of what I wished issue tracking was like, and the tools we were using…
-
comment
Comment #48158832
That is a known limitation as of now. Text updates are currently handled as whole chunks, so Epiq does not implement character-level CRDT merging. In the event of conflicting updat…
-
comment
Comment #48158652
Thanks for the encouraging input!
-
comment
Comment #48158613
Thanks for the upvote! Let me address these: 1. I envision people already comfortable with the terminal as the first to pick it up, but as someone else pointed out, a considerable …
-
comment
Comment #48158393
Thank you for the kind words!
-
comment
Comment #48158370
They are not mutually exclusive. The MCP layer is there for deterministic outcomes, because there are times and places where that matters a lot.
-
comment
Comment #48158350
It's mainly about robustness and deterministic outcomes. There is a small level of noise in TUI output, and structures that are easily parsed by a human can be ambiguous for an age…
-
comment
Comment #48156392
Good point. A local web UI is probably one of the highest priorities from here. The UI, persistence and materialization layers are already fairly separated architecturally. The cur…
-
comment
Comment #48156073
Thanks!
-
comment
Comment #48155984
Thanks for input. Interesting list. A few notes on that: - Issue state is not tied to commits in the checked out repo. Events live in append-only user-scoped logs and are materiali…