| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
Merge activity |
Sorry, something went wrong.
Co-authored-by: GPT-5 Codex <codex@openai.com>
| Back | FazBrowse Home | New Git URL |
Motivation
Some tools read and rewrite sidecar files during execution. Those writes are not task outputs, but without an explicit ignore report they trigger the runner's read/write overlap protection and prevent otherwise cacheable tasks from being stored.
Scope
Add the ignoreOutput(path) IPC request, expose it through the Rust and Node clients, record ignored output paths on the server, and exempt matching writes from the read/write overlap check. Add an e2e that uses an explicit output: ["dist/**"] archive so the PR proves overlap handling without depending on automatic output tracking.