-
-
Notifications
You must be signed in to change notification settings - Fork 2
Update website and documentation terminology: 'entities' → 'references to links' #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adding CLAUDE.md with task information for AI processing. This file will be removed when the task is complete. Issue: #99
Changes: - README.md: Updated description to emphasize that Links Notation represents structured data as links between references to links, not entities - README.ru.md: Updated Russian translation to reflect the same terminology change This change aligns with the core vision of Links Notation where everything is either a link (something in parentheses) or a reference to a link, emphasizing that we use references to links rather than abstract entities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 📎 Log file uploaded as GitHub Gist (155KB) Log automatically attached by solve.mjs with --attach-logs option |
|
I wanted to keep |
|
🤖 AI Work Session Started Starting automated work session at 2025-09-28T18:20:45.335Z The PR has been converted to draft mode while work is in progress. This comment marks the beginning of an AI work session. Please wait working session to finish, and provide your feedback. |
Update all documentation and code to use strikethrough formatting when replacing 'entities' with 'references to links', emphasizing the terminology change while preserving context. Changes: - README.md: Added ~~entities~~ strikethrough - README.ru.md: Added ~~сущностями~~ strikethrough - docs/index.html: Updated meta description and hero subtitle - docs/dist/index.html: Updated built version - csharp/Platform.Protocols.Lino/Link.cs: Updated code documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
✅ Changes completed I've updated all documentation and code to use strikethrough formatting as requested: Key changes:
Files updated:
The PR is now ready for review. All changes preserve context through strikethrough while emphasizing the correct terminology. PR: #100 |
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 📎 Log file uploaded as GitHub Gist (185KB) Log automatically attached by solve.mjs with --attach-logs option |
|
🤖 AI Work Session Started Starting automated work session at 2025-09-28T18:31:39.928Z The PR has been converted to draft mode while work is in progress. This comment marks the beginning of an AI work session. Please wait working session to finish, and provide your feedback. |
- Break long line in README.md (line 90: 87 chars → under 80) - Break long line in README.ru.md (line 91: 92 chars → under 80) - Maintains strikethrough formatting for terminology evolution - Resolves +2 code style issues reported by Codacy 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
✅ Codacy line length issues fixed I've resolved the +2 code style issues reported by Codacy: Changes:
Both files now comply with the 80-character line length limit while maintaining the strikethrough formatting for the terminology evolution ( Commit: 6d49cfd The Codacy check should now pass. ✨ |
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 📎 Log file uploaded as GitHub Gist (224KB) Log automatically attached by solve.mjs with --attach-logs option |

Summary
This PR updates the documentation to reflect the correct terminology for Links Notation, using strikethrough formatting to show the evolution from "entities" to "references to links" throughout all documentation and code.
Changes Made
README.md: Updated with strikethrough formatting
structured data as links between references to linksstructured data as links between ~~entities~~ references to linksREADME.ru.md: Updated the Russian translation with strikethrough
связей между ссылками на связисвязей между ~~сущностями~~ ссылками на связиdocs/index.html: Updated both meta description and hero subtitle
~~entities~~strikethrough<s>entities</s>HTML tag for strikethroughdocs/dist/index.html: Updated the built/dist version to match
csharp/Platform.Protocols.Lino/Link.cs: Updated code documentation
relationships between entities→relationships between references to linksRationale
In the associative theory, everything is a link, but in Links Notation everything is either:
This change emphasizes that we use references to links rather than abstract "entities", aligning the documentation with the core vision of Links Notation where all references are references to links. The strikethrough formatting preserves the historical context while clearly showing the terminology evolution.
Files Reviewed
✅ README.md - Updated with strikethrough
✅ README.ru.md - Updated with strikethrough
✅ docs/index.html - Updated with strikethrough (meta + hero)
✅ docs/dist/index.html - Updated built version
✅ csharp/Platform.Protocols.Lino/Link.cs - Updated code documentation
✅ FEATURE_COMPARISON.md - Reviewed (no changes needed - "entities" used in proper ORM context)
✅ All other files - Comprehensively searched and reviewed
Fixes
Fixes #99
🤖 Generated with Claude Code