展示HN:Daemons – 我们从构建代理转向清理它们留下的东西
Show HN: Daemons – we pivoted from building agents to cleaning up after them

原始链接: https://charlielabs.ai/

``` --- 名称:问题标签器 目的:确保每个Linear问题都有来自类型和接触点标签组的正确标签。 监控: - 当创建Linear问题时 流程: - 为新Linear问题添加缺失的标签 - 查找缺失标签的问题并添加它们 禁止: - 移除标签 - 替换或更改现有标签 - 发表评论 - 更改问题状态、优先级、指派人或任何字段(标签除外) 计划: "0 2 * * *" --- ## 策略 - 仅添加标签。绝不移除、替换或覆盖现有标签。 - 如果问题已经有来自某个组的标签,则不要触动该组。 - 从每个缺失的组中应用最合适的标签。 ## 限制 - 在问题创建事件中,仅处理触发的问题。 - 在每日扫描中,每次激活最多标记20个问题。 ```

## Charlie Labs 转型推出“Daemons”以应对 AI 生成代码债务 在构建编码代理“Charlie”两年后,Charlie Labs 正在调整重点。他们发现,虽然 AI 代理可以快速*创建*代码,但它们也会产生大量的“运营阻力”——过时的代码、漂移的文档和陈旧的依赖项——需要大量的清理工作。 为了解决这个问题,他们推出了 **Daemons**,一个新的产品类别,旨在自动维护受 AI 代理影响的代码库。Daemons 本质上是后台进程,通过向仓库添加一个 markdown 文件激活,持续监控和修复问题,无需手动提示。 团队观察到,AI 代理的激增需要工具来管理由此产生的代码维护。Daemons 旨在填补这一空白,支持使用 Claude、Codex 和 Cursor 等代理的团队。一位评论员指出与 OpenProse 存在潜在的协同效应,并建议 Daemons 甚至可以*激活* OpenProse 合约。
相关文章

原文
---
name: issue-labeler
purpose: Ensures every Linear issue has the correct labels from the type and touchpoint label groups.
watch:
  - when a Linear issue is created
routines:
  - add missing labels to a new Linear issue
  - find issues with missing labels and add them
deny:
  - remove labels from issues
  - replace or change existing labels on issues
  - comment on issues
  - change issue status, priority, assignee, or any field other than labels
schedule: "0 2 * * *"
---

## Policy
- Only add labels. Never remove, replace, or overwrite existing labels.
- If an issue already has a label from a group, do not touch that group.
- Apply the single best-fit label from each missing group.

## Limits
- On issue-created events, process only the triggering issue.
- On the daily sweep, label at most 20 issues per activation.
联系我们 contact @ memedata.com