docs(agents): correct the auth-strategy config key (config.authStrategy)#656
Conversation
AGENTS.md said the strategy is passed as `config.strategy`; the real ClientConfig key is `authStrategy` (packages/stack/src/types.ts). Caught while re-reviewing #642, whose examples use the correct key — the drift was here, not there. Rule 7 says keep the meta files honest; one wrong key name in the file every agent reads is exactly how a wrong example propagates. Claude-Session: https://claude.ai/code/session_01MxTTPaPP16m6br7Hoab94w
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe identity-aware encryption documentation now references ChangesIdentity-aware encryption documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
One-line fix: AGENTS.md's identity-aware-encryption bullet named 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. No changeset: AGENTS.md is repo-internal (not shipped in any tarball).
https://claude.ai/code/session_01MxTTPaPP16m6br7Hoab94w
Summary by CodeRabbit
config.authStrategysetting when authenticating with OIDC federation.