()
| 82 | * Lives as a subdirectory of the auto-memory directory, scoped per-project. |
| 83 | */ |
| 84 | export function getTeamMemPath(): string { |
| 85 | return (join(getAutoMemPath(), 'team') + sep).normalize('NFC') |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * Returns the team memory entrypoint: <memoryBase>/projects/<sanitized-project-root>/memory/team/MEMORY.md |
no outgoing calls
no test coverage detected