1作者: rengwu7 天前原帖
这最初是一个只读的可视化工具[1],我制作它是因为在使用Matt Pocock的/wayfinder技能[2]时,脑海中很难理清路径。想象“地图”并仅根据我的代理的文本回复来权衡下一个最佳候选人实在令人烦恼。 这个可视化工具运行得很好,但我仍然需要手动输入“在xxxx wayfinder地图上取票04”和“在xxxx wayfinder地图上解决票12”。这变得很繁琐,因此这是下一个合乎逻辑的步骤。 当时我在使用herdr[3],所以这个工具受到了它的很大启发。用户界面是基于Go的底层架构上使用Svelte渲染的,处理所有本地功能。使用xterm.js来处理终端会话。 [1] - <a href="https://github.com/rengwu/wayfinder-maps" rel="nofollow">https://github.com/rengwu/wayfinder-maps</a> [2] - <a href="https://github.com/mattpocock/skills/blob/main/skills/engineering/wayfinder/SKILL.md" rel="nofollow">https://github.com/mattpocock/skills/blob/main/skills/engineering/wayfinder/SKILL.md</a> [3] - <a href="https://herdr.dev/" rel="nofollow">https://herdr.dev/</a> - HN讨论: <a href="https://news.ycombinator.com/item?id=48714802">https://news.ycombinator.com/item?id=48714802</a>