refactor: replace overloaded surface terminology

This commit is contained in:
Turtle
2026-07-24 19:54:25 +08:00
parent c172faed37
commit 0c708cb10d
626 changed files with 1396 additions and 1397 deletions

View File

@@ -205,7 +205,7 @@ describe('/feedback human command', () => {
expect(feedbackTexts(test.session)).toEqual(['local only'])
})
it('keeps every recorded event off the model surface and out of derived history', async () => {
it('keeps every recorded event out of model context and derived history', async () => {
const test = await harness()
await run(test, ' invisible to the model')
for (const event of test.session.events) {