chore: prepare repo for transfer to useblocks org#5
Conversation
There was a problem hiding this comment.
Code Review
This pull request transitions the project ownership to useblocks, updates metadata across plugin configuration files, and establishes standard repository documentation. Key additions include a security policy for the pure-prompt architecture, a changelog for version 0.1.0, and templates for issues and pull requests. Feedback was provided regarding broken relative links to issue templates in the contribution guide, which should be updated to absolute paths to function correctly on GitHub.
| - **[Bug Report](?template=bug_report.md)** -- for problems with skills or agents | ||
| - **[Feature Request](?template=feature_request.md)** -- for improvements or new capabilities |
There was a problem hiding this comment.
The relative links to the issue templates are currently broken. When viewing this file on GitHub, a link like ?template=... will simply append the query string to the current file's URL instead of navigating to the repository's issue creation page. Since the repository is being transferred to the useblocks organization, it is recommended to use absolute paths to ensure these links work correctly from both the repository root and the file view.
| - **[Bug Report](?template=bug_report.md)** -- for problems with skills or agents | |
| - **[Feature Request](?template=feature_request.md)** -- for improvements or new capabilities | |
| - **[Bug Report](/useblocks/pharaoh/issues/new?template=bug_report.md)** -- for problems with skills or agents | |
| - **[Feature Request](/useblocks/pharaoh/issues/new?template=feature_request.md)** -- for improvements or new capabilities |
Summary
Prepares the Pharaoh repository for transfer from
patdhlk/pharaohtouseblocks/pharaoh.Details
No changes to skills, agents, or prompt logic. Pure infrastructure and governance.
useblocks/.githuborg repo)actions/checkout@v6,softprops/action-gh-release@v2git remote set-url origin git@github.com:useblocks/pharaoh.gitTest plan
grep -r "patdhlk"returns only the intentional LICENSE attribution