Merge remote-tracking branch 'origin/master' into codex/pr48-repo-hardening-rfcs

This commit is contained in:
Tianyi Cui
2026-06-19 02:11:06 +08:00
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -468,7 +468,7 @@ describe('background task ownership (cross-session isolation)', () => {
})
it('documents the HMR caveat: an independent tool-bash reload resets ownership', async () => {
// The ownership map is per-plugin-instance (TODO(tool-bash-owner-hmr)). When
// The ownership map is per-plugin-instance (XXX(tool-bash-owner-hmr)). When
// ONLY tool-bash is reloaded (bash/executor + task survive), the new instance
// has an empty map, so the previously-owned task becomes unowned (open). This
// test pins that documented behavior — a regression here (e.g. an accidental