2026-08-04 00:54:19 +08:00
# credentials/ — credential references
2026-07-29 14:20:06 +08:00
English | [中文 ](README.zh.md )
2026-08-04 00:54:19 +08:00
The credential capability family separates reference resolution from its provider:
2026-07-29 14:20:06 +08:00
2026-08-04 00:54:19 +08:00
| Package | Role | ctx key |
|---|---|---|
| [`credentials/` ](credentials/README.md ) | Credential-reference seam | `ctx.credentials` |
| [`credentials-local/` ](credentials-local/README.md ) | Environment and local-file provider | registers `ctx.credentials` |
2026-07-29 14:20:06 +08:00
2026-08-04 00:54:19 +08:00
Configuration carries references, not secret values. Consumers resolve those references at their operation boundary; the child READMEs own mutation, precedence, and storage semantics.