Conversation
- Update README.md to reference new hierarchical wiki structure (9 sections, 52 files) - Replace broken GitHub Wiki links with repository wiki links - Fix duplicate Configuration links in Project-Structure.md Related Pages section - Update Documentation section with comprehensive wiki structure overview
- Add performance optimizations (80-90% faster for new projects) - Add lazy loading and caching system - Add performance monitoring (/sys performance) - Add backup and restore functionality - Fix integration tests to skip when files don't exist - Update CHANGELOG.md with v1.3.0 changes - Add comprehensive release notes
- Add commands_sys_backup.go with backup/restore/migrate/memory commands - Add performance_monitor.go for performance metrics - Add engagement_orchestrator.go for engagement system - Add rules cache.go and agents_cache.go for lazy loading - Fix compilation errors in release build
- Add timetracker package required by commands_finished.go, commands_hey_do.go, and commands_plan_dev.go - Fixes build error: no required module provides package github.com/DoPlan-dev/CLI/internal/time
- Ensure SyncPlanDocumentation function is committed - Fixes build error: undefined: generator.SyncPlanDocumentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v1.3.0: Performance Optimizations
This PR merges v1.3.0 release branch into main.
Key Features
Commits Included
Status
See RELEASE_NOTES_v1.3.0.md for full details.