fix(docs): address Codex review round 3 — last three moved-policy citations
vitest.config.ts coverage comments (excessive-tests welcome -> docs/testing.md; v8-ignore reason rule -> the quality-gates RFC) and the acp bridge.spec resource-ownership comment -> docs/testing.md. Postmortem 0001's summary now names packages/AGENTS.md as the export-shape rule's home. Repo-wide sweep from the root (all file types, vendor/lib excluded) shows every remaining AGENTS.md citation resolves to a rule that exists where cited.
This commit is contained in:
@@ -20,7 +20,7 @@ describe('acp bridge', () => {
|
||||
})
|
||||
|
||||
afterEach(async () => {
|
||||
// e2e/integration tests own their resources (AGENTS.md): dispose even on
|
||||
// e2e/integration tests own their resources (docs/testing.md): dispose even on
|
||||
// failure so a flaky run never leaks a context or persistence dir.
|
||||
if (harness) await harness.dispose()
|
||||
harness = undefined
|
||||
|
||||
Reference in New Issue
Block a user