Commit Graph

8 Commits

Author SHA1 Message Date
Mai Development
3861b86287 chore: configure auto-push to remote on every commit
- Enable git push.autoSetupRemote for automatic tracking setup
- Add push.followTags to include tags in pushes
- Install post-commit hook for automatic push after each commit
- Update config.json to document auto-push behavior
- Remote: master (giteas.fullmooncyberworks.com/mystiatech/Mai)

All commits will now automatically push to the remote branch.
2026-01-26 23:22:55 -05:00
Mai Development
3f41adff75 docs: establish fresh planning foundation with new features
- Update PROJECT.md: Add Android, visualizer, and avatar to v1
- Update REQUIREMENTS.md: 99 requirements across 15 phases (fresh slate)
- Add comprehensive README.md with setup, architecture, and usage
- Add PROGRESS.md for Discord forum sharing
- Add .gitignore for Python/.venv and project artifacts
- Note: All development via Claude Code/OpenCode workflow
- Note: Python deps managed via .venv virtual environment

Core value: Mai is a real collaborator, not a tool. She learns from you,
improves herself, has boundaries and opinions, and becomes more *her* over time.

v1 includes: Model interface, Safety, Resources, Memory, Conversation,
CLI, Self-Improvement, Approval, Personality, Discord, Offline, Voice
Visualization, Avatar, Android App, Device Sync.
2026-01-26 23:21:40 -05:00
Mai Development
5dc7b98abf rebased
Some checks failed
Discord Webhook / git (push) Has been cancelled
2026-01-26 23:16:30 -05:00
Mai Development
f238a958a0 docs: map existing codebase
- STACK.md - Technologies and dependencies
- ARCHITECTURE.md - System design and patterns
- STRUCTURE.md - Directory layout
- CONVENTIONS.md - Code style and patterns
- TESTING.md - Test structure
- INTEGRATIONS.md - External services
- CONCERNS.md - Technical debt and issues
2026-01-26 23:14:44 -05:00
Mai Development
b1d71bc22b fix(06): revise plans based on checker feedback
- Added missing <verify> element to Plan 06-05
- Created Plan 06-07 for help system gap
- Created Plan 06-08 for exit command gap
- Now addresses all 4 gaps identified by checker
2026-01-26 23:00:15 -05:00
Mai Development
54f6b4b40d docs(06): create gap closure plans for CLI interface issues
Phase 06: CLI Interface Gap Closure
- 2 plans addressing 3 UAT-identified issues
- Session persistence: Add missing set_conversation_history method
- Session feedback: Add verbose messaging for session file operations
- Resource display: Fix color coding with force_terminal=True
- Ready for execution to close CLI interface gaps
2026-01-26 22:51:49 -05:00
Mai Development
c70ee8816e Complete fresh slate 2026-01-26 22:43:41 -05:00
Mai Development
7c98aec306 Initial commit: Clean slate for Mai project 2026-01-26 22:40:49 -05:00