Skip to content

Commit 6a9ed9d

Browse files
committed
docs: fix docs references
1 parent 646932b commit 6a9ed9d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/proposals/apps-accessor-consolidation
  • packages/apps/base-runtime/src/lib/accessors

docs/proposals/apps-accessor-consolidation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ tests are deleted in that same PR — gated, for MOVE accessors, on the parity c
518518
positional arg (§5.1). → `base-runtime/src/lib/bridges/RemoteBridges.ts` (+ tests).
519519
2. ✅ Produce the **APP_ID exception list** (§5.2) — the audited set of `do*` params where the appId
520520
is an app-supplied argument, not caller identity (known seed: the three `ModerationBridge`
521-
methods). → `docs/base-runtime-app-id-exceptions.md`. The audit surfaced a **second** exception
521+
methods). → `docs/proposals/apps-accessor-consolidation/base-runtime-app-id-exceptions.md`. The audit surfaced a **second** exception
522522
category (bucket C): the host's sentinel substitution rewrites only *top-level positional* params,
523523
so a nested identity field like `Http.doCall`'s payload `appId` cannot use the sentinel and keeps
524524
the resolved id.

packages/apps/base-runtime/src/lib/accessors/http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class Http implements IHttp {
7979

8080
// `appId` here is a field inside the payload object, not a top-level positional
8181
// param, so the host's `'APP_ID'` sentinel substitution cannot reach it - we send
82-
// the resolved id. See docs/base-runtime-app-id-exceptions.md (bucket C).
82+
// the resolved id. See docs/proposals/apps-accessor-consolidation/base-runtime-app-id-exceptions.md (bucket C).
8383
let response = await this.bridges.getHttpBridge().doCall({
8484
appId: AppObjectRegistry.get<string>('id'),
8585
method,

0 commit comments

Comments
 (0)