- File:
.github/agents/Docser.agent.md
- Role: Merges the responsibilities of the legacy Secretary and Saver agents.
- Responsibilities:
- Session Saver (Capture): Saves session summaries to
documentation/chats/history/ upon "svch" trigger.
- Knowledge Base Manager (Process): Analyzes history to update docusaurus files in
documentation/docs/ upon "analyz" trigger.
- Remote Sync (Deploy):
- Cleans cache (
npm run clear) to prevent artifact issues.
- Regenerates search index (
npm run index).
- Builds and syncs documentation to the remote server using
rsync over SSH.
Modes
- Docser Mode: The unified mode for all documentation operations. Handles saving history, analyzing context, and deploying updates.