Function: readKeyDecisions()
readKeyDecisions(
file?):KeyDecisions
Defined in: packages/aiui-util/src/vendor-keys.ts:147
Read the keys section of the user config, TOLERANTLY: a missing file, a malformed file, or junk values yield {} / drop the bad entry rather than throwing. The aiui CLI's own loader is the strict one (it hard-fails on a malformed config, deliberately); this reader exists for the CHANNEL, which must boot into its keyless degradation posture rather than die because a config file it doesn't own has a typo.
Parameters
file?
string