HackerTrans
トップ新着トレンドコメント過去質問紹介求人

1997roylee

27 カルマ登録 3 年前
github: 1997roylee

投稿

[untitled]

1 ポイント·投稿者 1997roylee·6 日前·0 コメント

GetSuperpower, an installable skill tree for coding agents

github.com
10 ポイント·投稿者 1997roylee·10 日前·0 コメント

I built Ponytrail, a local audit trail for AI coding-agent edits

github.com
24 ポイント·投稿者 1997roylee·23 日前·13 コメント

A chat-style site for Hacker News trends

github.com
1 ポイント·投稿者 1997roylee·5 か月前·1 コメント

A Modern Web for Hacker News – Open-Source and Seeking Feedback

modern-hacker-news.vercel.app
41 ポイント·投稿者 1997roylee·3 年前·124 コメント

コメント

1997roylee
·10 日前·議論
[flagged]
1997roylee
·23 日前·議論
[flagged]
1997roylee
·23 日前·議論
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.
1997roylee
·5 か月前·議論
Hi HN, I built a chatroom UI that pulls/syncs Hacker News data to help track what’s going on today/this week without screening.

Built with prompting only (0 hand-written code). Would love feedback.

Demo: https://yc-chat-seven.vercel.app GitHub: https://github.com/1997roylee/yc-chat

Thanks for taking a look.
1997roylee
·3 年前·議論
Dump Radix UI!
1997roylee
·3 年前·議論
Thanks for supporting.
1997roylee
·3 年前·議論
Agree.
1997roylee
·3 年前·議論
Fixed.
1997roylee
·3 年前·議論
I have enabled the infinite scroll feature. You can now test it now.
1997roylee
·3 年前·議論
Updated it.
1997roylee
·3 年前·議論
Thanks for share ur suggestions, I will carefully review each point and take them into consideration.
1997roylee
·3 年前·議論
I should reduce the spacing
1997roylee
·3 年前·議論
Understand.
1997roylee
·3 年前·議論
Yup, I jts realize it... Cannot change the subject again
1997roylee
·3 年前·議論
Thanks
1997roylee
·3 年前·議論
Good to know it.
1997roylee
·3 年前·議論
I updated it.
1997roylee
·3 年前·議論
I should rename the subject to "Enhancing Mobile Readability for Hacker News"
1997roylee
·3 年前·議論
Jts wanna make it easy to read on mobile version.
1997roylee
·3 年前·議論
Got it.