Shared memory and context tools for agentic work.
Code Rooms
export type CodeAnchor = {
path: string;
startLine: number;
endLine: number;
comment: string;
};