chore: update URLs to personal account repo

This commit is contained in:
Chindriș Mihai Alexandru 2026-01-26 02:40:40 +02:00
commit 942f59f93e
3 changed files with 6 additions and 6 deletions

View file

@ -70,7 +70,7 @@ Clone or copy this repo, then symlink or copy to your global OpenCode config:
```bash
# Clone the enhanced fork
git clone https://github.com/Mihai-Codes/opencode-ralph-fork.git
git clone https://github.com/chindris-mihai-alexandru/opencode-ralph-fork.git
cd opencode-ralph-fork
# Symlink to global config (recommended - updates automatically)
@ -297,7 +297,7 @@ ralph-context.local.md
## Contributing
Contributions welcome! Please open issues or PRs on [GitHub](https://github.com/Mihai-Codes/opencode-ralph-fork).
Contributions welcome! Please open issues or PRs on [GitHub](https://github.com/chindris-mihai-alexandru/opencode-ralph-fork).
## License

View file

@ -5,7 +5,7 @@
"main": "plugin/ralph.ts",
"repository": {
"type": "git",
"url": "https://github.com/Mihai-Codes/opencode-ralph-fork.git"
"url": "https://github.com/chindris-mihai-alexandru/opencode-ralph-fork.git"
},
"keywords": [
"opencode",
@ -18,9 +18,9 @@
"author": "Mihai-Codes",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mihai-Codes/opencode-ralph-fork/issues"
"url": "https://github.com/chindris-mihai-alexandru/opencode-ralph-fork/issues"
},
"homepage": "https://github.com/Mihai-Codes/opencode-ralph-fork#readme",
"homepage": "https://github.com/chindris-mihai-alexandru/opencode-ralph-fork#readme",
"peerDependencies": {
"@opencode-ai/plugin": ">=0.1.0"
},

View file

@ -19,7 +19,7 @@ import { join } from "path"
* in files and git history, creating a self-referential feedback loop.
*
* Based on: https://ghuntley.com/ralph/
* Fork: https://github.com/Mihai-Codes/opencode-ralph-fork
* Fork: https://github.com/chindris-mihai-alexandru/opencode-ralph-fork
*/
interface RalphState {