NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
I built Ponytrail, a local audit trail for AI coding-agent edits (github.com)
dwb 17 minutes ago [-]
I get enough of this with a pre/post tool hook that takes a jj snapshot and teaching the agent about `jj evolog`.
benny_s 22 minutes ago [-]
Have you heard of git?
vcryan 56 minutes ago [-]
My entire repo is an audit trail of AI coding-agent edits
joaoreis81 1 hours ago [-]
And what if the changes are remote?
maxothex 9 minutes ago [-]
[flagged]
1997roylee 1 hours ago [-]
Hi everyone, I built Ponytrail, a small CLI and bundled agent skill for making AI coding sessions easier to inspect and undo.

The problem I kept hitting: git diff shows what changed, but not why the agent changed it, what outcome it expected, what check it planned to run, or how to roll back one specific action. Final summaries are often too coarse, especially after a long coding session.

Ponytrail adds a small local trail around file mutations. Before an agent creates, edits, moves, deletes, formats, or generates files, it records a pre-change snapshot: action, purpose, reason, files, expected outcome, verification plan, rollback path

After the edit, it records a post-change snapshot with what changed, what checks ran, and the result.

Everything is stored locally under .pony-trail/ as JSONL, session trees, and small before/after file copies. It does not replace git. It is more like per-action intent and rollback context for agent work.

p1024k 1 hours ago [-]
This project looks pretty interesting! Could you share 1-2 use cases? That would help people quickly understand what it does and get started.
altmanaltman 52 minutes ago [-]
Why does this project look interesting? Very sus comment from a new account
rootnod3 43 minutes ago [-]
And why does it sound like LLM output?
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 16:09:48 GMT+0000 (Coordinated Universal Time) with Vercel.