Hacker News new | ask | show | jobs
by mlysk 103 days ago
I was thinking about something like that a lot. The anchoring is the hard part. One direction i was thinking in: store the commit sha within the anchor. this could allow "reanchor" based on changes in some sense. For get-colibri.com (project i am working on) I am currently considering inline html comments ai <-> human communication.
1 comments

Thanks for the feedback. Yea, anchoring is tough and right now it's content based rather than commit-diff based. I've been thinking about adding an additional strategy for commit-aware anchoring, for instance using the CLI "mrsf reanchor --strategy git-diff" or something.