AI coding agent 用久以后,一个很具体的问题会出现:它在后台工作时,人应该怎样知道它现在处于什么状态? 编辑器里的进度、终端里的输出、通知里的提示都能解决一部分问题。但这些界面往往要求你主动看过去。你如果正在处理别的事情,或者同时开着几个会话,很容易不知道哪个 agent 还在跑,哪个已经完成,哪个卡住了,哪个需要你确认。 vibe-lamp 这个项目就是从这个很小的问题开始的。 它...
很多工具刚开始都不像一个“项目”。 它可能只是为了把一份数据清洗干净,或者为了让一个地址、行政区划、文档片段、表格文件变得更容易被程序读取。需求很小,边界也很窄,看起来不值得认真写。但这种小工具如果反复出现,就会慢慢变成个人工作流里的基础设施。 2026 年初我做 cpca-rs、cpca-linch 这一类东西时,感受就很明显。表面上它们只是和中文地址、行政区划解析有关的本地工具,但背后其实是同...
To create a truly efficient productivity environment, I built this Hyprland configuration from scratch. This article shares its core features, design philosophy, and how I tackled pain points like the Chinese input method.
Production-ready Hyprland desktop environment solution with 971-line unified management script, 35+ functional scripts, Chinese input optimization, and automated tool integration. Primarily developed by Claude Code.
Tablite is a CSV / TSV editor for Obsidian. It turns plain data files inside a vault into editable, filterable, sortable table views with virtual scrolling, progressive loading, type detection, column...
Personal Background is a structured Markdown background system for AI agents. It stores profile, preferences, constraints, episodes, and notes so agents in different projects can read stable context i...