MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getTeamMemEntrypoint

Function getTeamMemEntrypoint

src/memdir/teamMemPaths.ts:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 * Lives as a subdirectory of the auto-memory directory, scoped per-project.
91 */
92export function getTeamMemEntrypoint(): string {
93 return join(getAutoMemPath(), 'team', 'MEMORY.md')
94}
95
96/**
97 * Resolve symlinks for the deepest existing ancestor of a path.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected