# David Crawshaw 指出开发者应设置夜间 cron 作业，通过提示自动同步上游代码并重定本地分支，以保持软件与最新版本一致

- 来源：Simon Willison
- 发布时间：2026-08-04 00:15
- AIWatch 分数：43
- AIWatch 标记：未精选
- AIWatch 链接：https://aiwatch.icu/events/evt_01kz471xhbars4mv2qbj1j4pbf
- 原文链接：https://simonwillison.net/2026/Aug/3/david-crawshaw/#atom-everything

## 精选理由

低价值或偏离 AI-Dev

## AI 摘要

David Crawshaw 指出开发者应设置夜间 cron 作业，通过提示自动同步上游代码并重定本地分支，以保持软件与最新版本一致。

## 正文

Set up a nightly cron job that executes the prompt: fetch upstream changes to the <software> and rebase all local changes on top of upstream. Check that the software works as intended and replace the current version.

— David Crawshaw, Devtools must be open source

Tags: prompt-engineering, coding-agents, generative-ai, ai, llms, open-source
