Update all README files to reflect correct package names and add missing translations#130
Merged
Update all README files to reflect correct package names and add missing translations#130
Conversation
Adding CLAUDE.md with task information for AI processing. This file will be removed when the task is complete. Issue: undefined
…ing translations This commit ensures all README.md and README.ru.md files correctly reflect the actual code: **C# Updates:** - Changed package name from `Platform.Protocols.Lino` to `Link.Foundation.Links.Notation` - Updated version from 0.4.5 to 0.9.0 - Changed title from "Lino Protocol Parser" to "Links Notation Parser" - Updated build command to use `Link.Foundation.Links.Notation.sln` - Both English and Russian versions synchronized **Rust Updates:** - Changed package dependency from `lino` to `links-notation` - Updated version from 0.0.1 to 0.9.0 - Changed title from "Lino Protocol Parser" to "Links Notation Parser" - Both English and Russian versions synchronized **Python Updates:** - Changed package name from `platform-lino`/`platform_lino` to `links-notation`/`links_notation` - Changed title from "Platform.Protocols.Lino" to "Links Notation Parser" - Updated all import statements and PyPI links - Created missing Russian translation (README.ru.md) - Both versions synchronized **Root README Updates:** - Added Python to the badges table in README.ru.md - Added Python quick start example in README.ru.md - Added Feature Comparison link in README.ru.md - Fixed Rust import to use `links_notation` instead of `lino` All READMEs now consistently use: - Project name: "Links Notation" - File extension: `.lino` - Correct package/namespace names matching the actual code Fixes #129 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This reverts commit 78011fb.
Member
Author
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 📎 Log file uploaded as GitHub Gist (375KB) Now working session is ended, feel free to review and add any feedback on the solution draft. |
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.
Summary
This PR updates all README.md and README.ru.md files to correctly reflect the actual package names, namespaces, and code structure after recent refactoring. It also adds missing Russian translations and ensures consistency across all language implementations.
Changes Made
C# READMEs (both en and ru)
Platform.Protocols.Lino→Link.Foundation.Links.Notation0.4.5→0.9.0Link.Foundation.Links.Notation.slnRust READMEs (both en and ru)
lino→links-notation0.0.1→0.9.0Python READMEs
platform-lino/platform_lino→links-notation/links_notationRoot README.ru.md
links_notationinstead oflinoVerification
All package names now match the actual code:
Link.Foundation.Links.Notation(matches .csproj files)links-notation(matches package.json)links-notation(matches Cargo.toml)links-notation(matches pyproject.toml)All READMEs consistently use:
.linoLanguage Versions Status
Fixes
Fixes #129
🤖 Generated with Claude Code