Contributing to Memory Workflow Skill

Thank you for your interest in contributing! 🎉

How to Contribute

Reporting Issues

If you find a bug or have a suggestion:

  1. Check if the issue already exists
  2. Create a new issue with:

Submitting Changes

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/my-feature
  3. Make your changes
  4. Test thoroughly
  5. Commit with clear messages
  6. Push to your fork
  7. Create a Pull Request

What We're Looking For

Code Style

Commit Messages

Use clear, descriptive commit messages:

Add: New morning review template
Fix: Cron job timing issue
Update: Documentation for v1.1

Development Setup

# Clone your fork
git clone https://github.com/YOUR_USERNAME/demi.git
cd demi/skills/memory-workflow

# Test your changes
./scripts/init.sh
./scripts/morning-review.sh

Questions?

Feel free to open an issue for questions or join discussions!


Thank you for making AI agent memory management better! 🧠✨