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