MCPcopy
hub / github.com/KeygraphHQ/shannon / authStateFile

Function authStateFile

apps/worker/src/audit/utils.ts:81–83  ·  view source on GitHub ↗
(sessionMetadata: SessionMetadata)

Source from the content-addressed store, hash-verified

79 * validator and consumed by downstream agents via `_shared-session.txt`.
80 */
81export function authStateFile(sessionMetadata: SessionMetadata): string {
82 return path.join(generateAuditPath(sessionMetadata), 'auth-state.json');
83}
84
85/**
86 * Generate path to workflow.log file

Callers 3

logWorkflowCompleteFunction · 0.85
validateAuthenticationFunction · 0.85
executeMethod · 0.85

Calls 1

generateAuditPathFunction · 0.85

Tested by

no test coverage detected