Skip to main content

Docser Agent

  • File: .github/agents/Docser.agent.md
  • Role: Merges the responsibilities of the legacy Secretary and Saver agents.
  • Responsibilities:
    1. Session Saver (Capture): Saves session summaries to documentation/chats/history/ upon "svch" trigger.
    2. Knowledge Base Manager (Process): Analyzes history to update docusaurus files in documentation/docs/ upon "analyz" trigger.
    3. 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​

  1. Docser Mode: The unified mode for all documentation operations. Handles saving history, analyzing context, and deploying updates.