A plugin for Antigravity AI coding agents combining Jarvis Memory daily session continuity with Conductor project tracking.
AG-Conductor-Memory bridges macro-level task management (via Conductor) with micro-level daily session continuity and crash recovery (via Jarvis Memory). It ensures your AI agent never loses context when session limits are reached, IDEs restart, or crashes occur.
- Session Continuity: Maintains timestamped RECAP logs for daily sessions in
.agents/memory/sessions/YYYY-MM-DD.md. - Crash Recovery: Automatically reconstructs context and recovers gracefully if a session is interrupted unexpectedly.
- Conductor Integration: Automatically checks active Conductor tracks and synchronizes project state on
/start. - Session Controls: Easily pause (
:pause_button:) or lock (:locked:) daily sessions.
agy plugins install https://github.com/Sastronot/AG-Conductor-MemoryClone the repository and link it into your global Antigravity plugins directory:
git clone https://github.com/Sastronot/AG-Conductor-Memory.git
mkdir -p ~/.gemini/config/plugins/
ln -sfn "$(pwd)/AG-Conductor-Memory" ~/.gemini/config/plugins/conductor-memoryconductor-memory-start: Run at the beginning of a conversation to initialize or resume the session and sync with Conductor.conductor-memory-log: Record a timestamped progress note to the daily RECAP.conductor-memory-pause: Mark the session as paused when taking a break.conductor-memory-close: Lock and archive the daily session at the end of the day.
This project synthesizes ideas and builds upon the incredible work of:
- Jarvis Persistent Memory System — The session management,
/startworkflow, and RECAP-based crash recovery architecture. - Conductor Extension — The Spec-Driven Development framework and project track management for AI agents.
MIT License