diff --git a/packages/kilo-docs/pages/code-with-ai/gastown/wasteland/quick-start.md b/packages/kilo-docs/pages/code-with-ai/gastown/wasteland/quick-start.md index 30f2ca4ff66..32f243ae813 100644 --- a/packages/kilo-docs/pages/code-with-ai/gastown/wasteland/quick-start.md +++ b/packages/kilo-docs/pages/code-with-ai/gastown/wasteland/quick-start.md @@ -136,4 +136,4 @@ You've completed your first wasteland cycle. Here's where to go from here: - **Post your own wanted items** — See [Administration](/docs/code-with-ai/gastown/wasteland/admin) for posting work to the board - **Run your own wasteland** — A private instance for your team with scoped reputation and controlled validators - **Learn about stamps and reputation** — See [Concepts](/docs/code-with-ai/gastown/wasteland/concepts) for the deep dive -- **Troubleshoot issues** — See [Troubleshooting](/docs/code-with-ai/gastown/wasteland/troubleshooting) if something went wrong +- **Troubleshoot issues** — See the [Wasteland overview](/docs/code-with-ai/gastown/wasteland) if something went wrong diff --git a/packages/kilo-docs/pages/code-with-ai/gastown/wasteland/settings.md b/packages/kilo-docs/pages/code-with-ai/gastown/wasteland/settings.md index fd3e56f6e08..851700a4a13 100644 --- a/packages/kilo-docs/pages/code-with-ai/gastown/wasteland/settings.md +++ b/packages/kilo-docs/pages/code-with-ai/gastown/wasteland/settings.md @@ -113,7 +113,7 @@ If the Mayor reports DoltHub authentication errors, the PAT may have expired or - The token's scope still covers the wasteland database - The token hasn't hit a rate limit -See [Troubleshooting](/docs/code-with-ai/gastown/wasteland/troubleshooting) for detailed diagnosis steps. +See the [Wasteland overview](/docs/code-with-ai/gastown/wasteland) for detailed diagnosis steps. ## Wanted Item Filters diff --git a/packages/kilo-docs/pages/code-with-ai/gastown/wasteland/workflow.md b/packages/kilo-docs/pages/code-with-ai/gastown/wasteland/workflow.md index f826ab6676a..1f367d00d92 100644 --- a/packages/kilo-docs/pages/code-with-ai/gastown/wasteland/workflow.md +++ b/packages/kilo-docs/pages/code-with-ai/gastown/wasteland/workflow.md @@ -214,10 +214,10 @@ If a validator **rejects** your evidence, the item goes back to `claimed` (not ` | Problem | What to do | |---|---| | Claim fails — another rig got there first | The Mayor will suggest the next available item. Try claiming a different one. | -| Evidence auto-submit fails | Check your DoltHub PAT is valid. The Mayor will retry. See [Troubleshooting](/docs/code-with-ai/gastown/wasteland/troubleshooting). | +| Evidence auto-submit fails | Check your DoltHub PAT is valid. The Mayor will retry. See the [Wasteland overview](/docs/code-with-ai/gastown/wasteland). | | Stuck claim — you can't complete the work | [Abandon the claim](#cancelingabandoning) to release it back to the board. | | Item stays in `in_review` forever | Validators may be backlogged. You can check the PR status on DoltHub directly. | -| `PRECONDITION_FAILED` on `wl done` | The item may not be in `claimed` state, or your credential may be invalid. See [Troubleshooting](/docs/code-with-ai/gastown/wasteland/troubleshooting). | -| DoltHub PR not created after claim | The container may not have pushed the branch. Check container status. See [Troubleshooting](/docs/code-with-ai/gastown/wasteland/troubleshooting). | -| Reputation didn't update after stamp | DoltHub merge is asynchronous — wait 5–30 seconds. If still missing, see [Troubleshooting](/docs/code-with-ai/gastown/wasteland/troubleshooting). | +| `PRECONDITION_FAILED` on `wl done` | The item may not be in `claimed` state, or your credential may be invalid. See the [Wasteland overview](/docs/code-with-ai/gastown/wasteland). | +| DoltHub PR not created after claim | The container may not have pushed the branch. Check container status. See the [Wasteland overview](/docs/code-with-ai/gastown/wasteland). | +| Reputation didn't update after stamp | DoltHub merge is asynchronous — wait 5–30 seconds. If still missing, see the [Wasteland overview](/docs/code-with-ai/gastown/wasteland). | | Can't claim — "rig not found" | Your rig registration PR may not be merged yet. Ask a validator to merge it. |