Releases: superbasicstudio/claude-conductor
Releases · superbasicstudio/claude-conductor
v1.1.2 - Documentation Update
Documentation Note
📝 System Date Clarification
If you see incorrect dates in your JOURNAL.md (like dates in 2025 when it's still 2024), please check your system date:
# Check your system date
date
# If incorrect, you may need to fix it
# Example: sudo date -s "2024-12-18 23:57:22"
The JOURNAL.md timestamps use your system's current date/time. This is working as designed.
📦 No Code Changes
This release contains no code changes from v1.1.2. It's created to document the system date clarification for users who may encounter future-dated journal entries.
Previous Release (v1.1.2)
For full v1.1.2 release notes including the new TASKS.md feature, see: https://github.com/superbasicstudio/claude-conductor/releases/tag/v1.1.2
v1.1.2 - Task Management System
What's New
✨ Features
- TASKS.md: New task management system for tracking active work and preserving context between sessions
- Prevents task loss when switching projects or reinstalling Claude Code
- Tracks task status (PENDING, IN_PROGRESS, BLOCKED, COMPLETED)
- Preserves full context including file paths, code snippets, and blockers
- Integrates with JOURNAL.md for complete task history
🐛 Bug Fixes
- Fixed version number in test expectations
📚 Documentation
- Added comprehensive TASKS.md template with examples
- Updated CLAUDE.md template to include task management integration
- Added session startup checklist for resuming work
🙏 Acknowledgments
- Thanks to @niledatabase (Philip Dubois) for the TASKS.md feature request (#3)
- Thanks to all our contributors! See THANKS.md
Installation
npm install -g claude-conductor@1.1.2
Upgrading
npx claude-conductor backup
npx claude-conductor upgrade --clean
npx claude-conductor restore
v1.1.1
What's Changed
Features
- Add TASKS.md documentation module for active task management
- Add THANKS.md to acknowledge community contributions
Documentation
- Enhanced documentation framework with new modules
- Improved project organization
Contributors
Full Changelog: v1.1.0...v1.1.1