Summary
AGENTS.md's identity-aware-encryption bullet names the config key config.strategy; the real ClientConfig key is authStrategy (packages/stack/src/types.ts:145, and the re-export comment in packages/stack/src/index.ts says the same).
Caught while re-reviewing #642 — its examples use the correct key; the drift was in the meta file.
Resolution
Fixed in #656 — one-line correction. No changeset (AGENTS.md is repo-internal, not shipped in any tarball).
Summary
AGENTS.md's identity-aware-encryption bullet names the config key
config.strategy; the realClientConfigkey isauthStrategy(packages/stack/src/types.ts:145, and the re-export comment inpackages/stack/src/index.tssays the same).Caught while re-reviewing #642 — its examples use the correct key; the drift was in the meta file.
Resolution
Fixed in #656 — one-line correction. No changeset (AGENTS.md is repo-internal, not shipped in any tarball).