You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: correct comments that name symbols which no longer exist
Each of these points a reader at an identifier that is not in the repo:
- table/import-data.ts, table/service.ts — `acquireTablePositionLock` and
`nextAutoPosition` were removed with the service.ts split; the surviving lock
is `acquireRowOrderLock`, which import-data.ts already imports and calls.
service.ts's mention is load-bearing: it exists to tell the reader which
other lock this one mirrors, for lock-ordering.
- resources/orchestration/restore-resource.ts — named `performRestoreFolder`
(the callee is `restoreFolder`) and described a `'workflow'` default it
falls back to. There is no such default: resourceType is required and the
config lookup is a bare index. Describing a fiction is how a future reader
talks themselves into relaxing the total Record to a Partial.
- knowledge/search/queries.ts — cited apps/docs/app/api/chat/route.ts, deleted
with Ask AI. The k=60 it pins against now lives in the docs search route.
- rate-limiter/hosted-key/queue.ts — documented a `waitForHead` method the
class does not have; the queue exposes `checkHead` and the polling loop is
private to the consumer.
- logs/log-views.ts — a "Level 1.5 / 2 / 3" scheme that appears nowhere else;
the real contract is the five named views. Dropped, and the three banner
rules with it (CLAUDE.md bans banner separators).
Comment-only apart from the log-views banners.
0 commit comments