docs: updated readme.md file with current release infos#46
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the README to include current release information.
- Adds a new release section "v0.2.0 – Improved Editor Experience" with new feature checklists for CodeMirror integration, toolbar features, and Undo/Redo support.
- Updates the Future Ideas section with an additional checklist item for "Automatic import of existing Markdown files".
Comments suppressed due to low confidence (1)
readme.md:138
- The 'Editor Improvements (Undo/Redo, ...)' item in the Future Ideas section appears redundant since the new release notes already introduce Undo/Redo functionality. Consider removing or clarifying this entry to avoid confusion.
-- [ ] Editor Improvements (Undo/Redo, ...)
ksizzle88
added a commit
to ksizzle88/leafwiki
that referenced
this pull request
Mar 22, 2026
…erber#46) Three bugs fixed in init-claudio.sh (active) and init-claude-settings.sh (legacy): 1. Phase 1 project overlay used find without -maxdepth, flattening all subdirectory files into ~/.claude/ root. Fixed with -maxdepth 1 for top-level files + for-loop with cp -r for subdirectories. 2. No project overlay on subsequent starts. Added always-run sync block using cp -ru to keep hooks, commands, skills, agents, and reference dirs up to date from /workspace/.claude/. 3. Shared plugins sync missed hooks and agents. Added both to the bidirectional cp -ru sync alongside skills and commands. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
No description provided.