Change the active project context in multi-project Optimizely DXP setups to set default credentials and project ID for all subsequent operations. Use before managing multiple projects to ensure commands target the correct environment.
Automatically determine which project documentation file to create or update based on context. Manage ROADMAP, TODO, STATUS, DECISIONS, or index files during development without manual selection.
Package project documentation into Python-ready context for REPL sessions, enabling context-aware code execution with helper functions for exploration and analysis.
A persistent memory layer for Claude Code that maintains project information, technology stack, tasks, decisions, and session history between coding sessions, eliminating the need to re-explain project context.
Hardware-accelerated codebase mapping that indexes Git repositories into Postgres/pgvector and serves code search, relationships, and static analysis results via a stdio MCP server.
Remove an entire project and all associated memories while preserving full history through tombstone versions. Use to clean up test data or decommission projects without permanent deletion.
Retrieves a person's full context—identity, project knowledge, and recent outputs—for a specified project. Use to refresh context or switch projects during a conversation.
Save scripts, snippets, functions, or templates to the code repository for reuse. Capture code along with dependencies, parameters, and context to ensure reproducibility.
Find code identifiers across project files to locate definitions and references with file paths, line numbers, and surrounding context for code navigation.