Contribution that registers the /remember slash command for AI chat agents.
This command allows Architect and Coder agents to extract important topics
from the current conversation and delegate to the ProjectInfo agent to update
the persistent project context file.
Called when the application is started. The application shell is not attached yet when this method runs.
Should return a promise if it runs asynchronously.
Contribution that registers the
/rememberslash command for AI chat agents.This command allows Architect and Coder agents to extract important topics from the current conversation and delegate to the ProjectInfo agent to update the persistent project context file.