You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`MIGRATION.md`](docs/MIGRATION.md)| Upgrade from the v0.1 plugin |
40
-
|[`CHANGELOG.md`](CHANGELOG.md)| See what changed |
41
-
|[DeepWiki](https://deepwiki.com/doeixd/opencode-ralph-rlm)| Browse / ask questions about the codebase |
42
-
43
-
The rest of this README is reference material — tools, config, the management API, and how it works under the hood. New here? Follow the [getting-started guide](docs/GETTINGSTARTEDGUIDE.md) instead, or [ask DeepWiki](https://deepwiki.com/doeixd/opencode-ralph-rlm) anything about the code.
44
-
45
35
46
36
## Quick start
47
37
@@ -133,6 +123,19 @@ bun run e2e-smoke -- --spawn
133
123
```
134
124
135
125
126
+
## Documentation
127
+
128
+
| Doc | Start here if you want to… |
129
+
|-----|----------|
130
+
|[`GETTINGSTARTEDGUIDE.md`](docs/GETTINGSTARTEDGUIDE.md)|**Set it up and run your first loop** (start here) |
|[`MIGRATION.md`](docs/MIGRATION.md)| Upgrade from the v0.1 plugin |
133
+
|[`CHANGELOG.md`](CHANGELOG.md)| See what changed |
134
+
|[DeepWiki](https://deepwiki.com/doeixd/opencode-ralph-rlm)| Browse / ask questions about the codebase |
135
+
136
+
The rest of this README is reference material — tools, config, the management API, and how it works under the hood. New here? Follow the [getting-started guide](docs/GETTINGSTARTEDGUIDE.md) instead, or [ask DeepWiki](https://deepwiki.com/doeixd/opencode-ralph-rlm) anything about the code.
137
+
138
+
136
139
## Plan before the loop
137
140
138
141
A loop is only as good as its `PLAN.md` — every worker treats it as authority over chat history. The **`interview-and-create-plan`** skill turns a vague goal into an authored plan *before* attempt 1, two ways:
0 commit comments