Live data from Hacker News

Viewing profile — jolaflow

jolaflow

HN member
Joined
Sat, Apr 25, 2026, 6:00 PM UTC
HN karma
49
Public activity
30 items

About jolaflow

Creator of Epiq - a cli based issue tracker

https://ljtn.github.io/epiq

Recent public activity

  1. 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/

  2. 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…

  3. comment
    Comment #49107518

    That is also very true, and I think time-travel capabilities would help detect that too.

  4. 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. …

  5. 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…

  6. 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…

  7. comment
    Comment #49102103

    A gimmick feature turned out to be an essential capability in agentic workflows.

  8. story
  9. comment
    Comment #48973621

    How new ways of working asks for a new generation of issue tracking capabilities

  10. story
  11. story
  12. story
  13. comment
    Comment #48162156

    Thank you for the kind words!

  14. comment
    Comment #48162150

    Thanks! Id be happy to hear what you think after trying it out!

  15. 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.

  16. 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…

  17. 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…

  18. comment
    Comment #48158652

    Thanks for the encouraging input!

  19. 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 …

  20. comment
    Comment #48158393

    Thank you for the kind words!

  21. 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.

  22. 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…

  23. 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…

  24. comment
  25. 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…