Skip to content

Commit dd45c54

Browse files
committed
docs(cli): name the right lint export in the serve storage doc-comment
The top-level coverage moved to `lintUnknownStackKeys` when this was rebuilt on #4178's walker; the comment still pointed at `lintUnknownAuthoringKeys`, which no longer does that job. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HrRNgrWaRtggzmrHpbomyh
1 parent 78c087c commit dd45c54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/src/commands/serve.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2677,8 +2677,8 @@ export interface StorageCapabilityArg {
26772677
* The storage backend is a deployment concern with two real channels: the
26782678
* `OS_STORAGE_*` env vars (below) and the `storage` settings namespace, which
26792679
* is also the one with proper credential handling. Authors who write `storage:`
2680-
* anyway now get told so — `lintUnknownAuthoringKeys` reports undeclared
2681-
* top-level keys, and `STACK_KEY_GUIDANCE` names both channels.
2680+
* anyway now get told so — `lintUnknownStackKeys` reports undeclared top-level
2681+
* keys, and `STACK_KEY_GUIDANCE` names both channels.
26822682
*/
26832683
export function resolveStorageCapabilityArg(envRoot?: string): StorageCapabilityArg {
26842684
const rootDir = envRoot?.trim() || '.objectstack/data/uploads';

0 commit comments

Comments
 (0)