docs: clean up CLAUDE.md and update repository URLs#297
Merged
Conversation
Strip generic guidance already enforced by Claude Code's system prompt (File Operations tool list, "read before modifying", "avoid over-engineering"), self-referential text, and doc links duplicated in the Important Links section. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace all occurrences of github.com/kyamagu/psd2svg with github.com/CyberAgent/psd2svg across docs, templates, and pyproject.toml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates repository references to the new CyberAgent/psd2svg GitHub location and streamlines CLAUDE.md by removing redundant Claude-specific guidance already covered elsewhere.
Changes:
- Replaced
github.com/kyamagu/psd2svglinks withgithub.com/CyberAgent/psd2svgacross project metadata, docs, and GitHub templates. - Simplified
CLAUDE.mdby removing redundant sections and self-referential/duplicated content. - Updated security- and contribution-related pointers (SECURITY policy, issue templates, PR template) to the new org URLs.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Updates Homepage/Repository URLs under [project.urls] to the CyberAgent org. |
docs/security.rst |
Updates advisory/release/security policy links to CyberAgent/psd2svg. |
docs/limitations.rst |
Updates “Report issues” URL to the new GitHub Issues location. |
docs/development.rst |
Updates git clone and “Getting Help” links to point at CyberAgent/psd2svg. |
SECURITY.md |
Updates Security Advisory / Security tab / Issues tab links to the new repo. |
CONTRIBUTING.md |
Updates Issues and clone URLs to the CyberAgent org. |
CODE_OF_CONDUCT.md |
Updates the Security Advisory link used for enforcement reporting. |
CLAUDE.md |
Removes redundant/duplicative guidance and trims sections as described in the PR summary. |
CHANGELOG.md |
Updates historical compare/tag links to the new GitHub org/repo path. |
.github/PULL_REQUEST_TEMPLATE.md |
Updates CONTRIBUTING link to CyberAgent/psd2svg. |
.github/ISSUE_TEMPLATE/feature_request.yml |
Updates Issues link to CyberAgent/psd2svg/issues. |
.github/ISSUE_TEMPLATE/config.yml |
Updates Security Vulnerability contact link to the new advisory URL. |
.github/ISSUE_TEMPLATE/bug_report.yml |
Updates Issues + SECURITY.md links to the new repo location. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
CLAUDE.md: generic Claude Code guidance already enforced by the system prompt (File Operations tool list, "read before modifying", "avoid over-engineering"), self-referential text, and doc links duplicated in the Important Links sectiongithub.com/kyamagu/psd2svgURLs togithub.com/CyberAgent/psd2svgacross 12 files (docs, templates,pyproject.toml)Test plan
kyamagu/psd2svgreferences remain (grep -r kyamagu .)🤖 Generated with Claude Code