Antigravity 适配会为任何多步骤任务写入并持续修改任务文件
原文依据:3 处平台引用要求在每个多步骤任务开始时创建 Markdown 任务 artifact,并在执行过程中反复修改。这个规则没有把写入限制在用户明确要求产生文件的任务中。
即使用户只要求分析或回答问题,代理也可能在工作区留下持久文件及内部计划内容,造成未预期的仓库改动;若这些文件随后被提交或共享,计划内容也会随之暴露。
风险在 Antigravity 环境下成立:主 Skill 指示读取该平台参考文件;参考文件把每个多步骤任务都设为写入任务 artifact 的触发条件,并要求持续编辑。即使用户只需要回答或分析,也可能产生并修改额外的 Markdown artifact。它描述的是平台任务 artifact,不足以证明会改动用户项目源码。用户可要求作者仅在用户明确需要持久任务跟踪时创建 artifact。
## Platform AdaptationIf your harness appears here, read its reference file for special instructions:- Codex: `references/codex-tools.md`- Pi: `references/pi-tools.md`- Antigravity: `references/antigravity-tools.md`- Hermes Agent: `references/hermes-tools.md`查看另外 2 个位置
Antigravity has **no todo tool** (`manage_task` manages backgroundprocesses — `list`/`kill`/`status`/`send_input` — it is *not* a checklist). When askill says to create a todo list or track tasks, maintain a **task artifact**: amarkdown checklist saved with `write_to_file` (`IsArtifact: true`,`ArtifactMetadata.ArtifactType: "task"`), edited with `replace_file_content` /`multi_replace_file_content` as you go.At the start of any multi-step task, create the task artifact listing every step ofyour plan. As you complete each step, edit the artifact to mark it done (`- [x]`).If the plan changes, update the checklist. Keep it current — it is your source oftruth for what remains; once the conversation gets long, re-read it before startingeach step.