chore: small polish — untrack .coverage, sister cross-links, author signature#1
Merged
CreatmanCEO merged 1 commit intomainfrom May 5, 2026
Merged
chore: small polish — untrack .coverage, sister cross-links, author signature#1CreatmanCEO merged 1 commit intomainfrom
CreatmanCEO merged 1 commit intomainfrom
Conversation
…ignature - Remove .coverage (86 KB binary Python coverage data) from tracking; add .coverage and htmlcov/ to .gitignore. The file should never have been committed. - Add "Related — Claude Code ecosystem by the same author" section to both README.md and README.ru.md, cross-linking to all 8 sister repos (anti-regression-setup, ai-context-hierarchy, claude-statusline, notebooklm-claude-workflows, lingua-companion, security-scanner, diabot, ghost-showcase). Consistent with footer pattern across all sister-repo READMEs. - Add Author signature to footer (Nick Podolyak with GitHub / Habr / dev.to / Telegram links). Was missing — every sister repo has it. This is small additive polish on a repo that was already at a high standard (CI matrix Linux/macOS/Windows, npm package, 20 topics, 113 tests, bilingual EN/RU, mermaid arch, 7 hero badges, public-beta status). Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
Small additive polish on a repo that was already at a high standard. Three fixes:
.coverage(86 KB) from tracking — Python coverage data file that should never have been committed. Added.coverageandhtmlcov/to.gitignore.The repo was already strong: CI matrix Linux/macOS/Windows, npm package + CLI, 20 topics, 113 tests, bilingual EN/RU, mermaid arch diagram, 7 hero badges, public-beta status, 5 canonical references in Related work, code-of-conduct + 3 issue templates + PR template. This PR doesn't touch any of that.
🤖 Generated with Claude Code