Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

AG-Conductor-Memory

A plugin for Antigravity AI coding agents combining Jarvis Memory daily session continuity with Conductor project tracking.

📌 Overview

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.


🚀 Features

  • 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.

🛠 Installation

Via Antigravity CLI

agy plugins install https://github.com/Sastronot/AG-Conductor-Memory

Manual Installation (Local Link)

Clone 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-memory

💡 Usage / Skills

  • conductor-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.

🙏 Acknowledgments & Credits

This project synthesizes ideas and builds upon the incredible work of:


📄 License

MIT License

About

An Antigravity AI Agent plugin combining Jarvis session continuity & crash recovery with Conductor project tracking.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors