mirror of
https://github.com/rot13maxi/opencode-ralph.git
synced 2026-05-27 14:27:40 +00:00
chore: update URLs to personal account repo
This commit is contained in:
parent
aaf72e35d4
commit
942f59f93e
3 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue