diff --git a/README.md b/README.md index 01985c1..cf3d53d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Marchwarden researchers are stationed at the frontier of knowledge — they watc ```bash # Clone -git clone https://forgejo.labbity.unbiasedgeek.com/claude-code/marchwarden.git +git clone https://forgejo.labbity.unbiasedgeek.com/archeious/marchwarden.git cd marchwarden # Install @@ -26,14 +26,14 @@ marchwarden replay ## Documentation -- **[Architecture](docs/wiki/Architecture.md)** — system design, researcher contract, MCP flow -- **[Development Guide](docs/wiki/DevelopmentGuide.md)** — setup, running tests, debugging -- **[Research Contract](docs/wiki/ResearchContract.md)** — the `research()` tool specification +- **[Architecture](/wiki/Architecture)** — system design, researcher contract, MCP flow +- **[Development Guide](/wiki/DevelopmentGuide)** — setup, running tests, debugging +- **[Research Contract](/wiki/ResearchContract)** — the `research()` tool specification - **[Contributing](CONTRIBUTING.md)** — branching, commits, PR workflow ## Status -- V1 scope: [Issue #1](https://forgejo.labbity.unbiasedgeek.com/claude-code/marchwarden/issues/1) +- V1 scope: [Issue #1](https://forgejo.labbity.unbiasedgeek.com/archeious/marchwarden/issues/1) - Branch: `main` (development) - Tests: `pytest tests/`