chore(deprivatize): scrub private references for public release#2
chore(deprivatize): scrub private references for public release#2m-szymanska wants to merge 4 commits into
Conversation
Remove personal and AI-agent names (Maciej, Monika, Klaudiusz, Mixerka, M&K) from LICENSE copyright, README/SKILL footers, and per-doc credit lines. Collapse all author attribution to the collective Vetcoders per the public-repo naming convention. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Normalize camelCase brand spelling (VetCoders -> Vetcoders) in the plugin manifest author field, and point install/clone/issues URLs at the actual repo location (github.com/Loctree/loctree-plugin), matching the git remote and plugin.json repository url instead of the wrong VetCoders org. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Drop the /Users/yourname/ home path in the PATH-check example in favor of ~/.cargo/bin/loct so the docs do not imply a real user/machine layout. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Second-pass cleanup of references the initial sweep missed (private-org paths / bundle ids / build profile). Genericized to neutral defaults. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request standardizes branding, repository URLs, and copyright notices across documentation and configuration files, transitioning references from 'VetCoders' to 'Vetcoders' and the 'Loctree' organization. Additionally, it improves path handling in the installation guide and the grep augmentation hook by replacing hardcoded paths with home directory references. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Deprivatize pass + second-pass residual scrub for public-release hygiene.
A read-only leak audit over HEAD flagged residual private fingerprints that the
initial sweep missed; this PR removes them (genericized private-org paths /
bundle ids / build profiles). Re-audited clean afterward. Brand/product
identifiers (vetcoders, loctree, etc.) intentionally retained.
🤖 Generated with Claude Code