Fix README: correct clone URL and wiki link paths

- Update clone URL to archeious/marchwarden (was claude-code)
- Fix wiki links to use /wiki/ routes instead of docs/wiki/ source paths
- Fix issue link to correct repo

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Smith 2026-04-08 12:07:29 -06:00
parent deb124ed29
commit 79becb21ec

View file

@ -11,7 +11,7 @@ Marchwarden researchers are stationed at the frontier of knowledge — they watc
```bash ```bash
# Clone # Clone
git clone https://forgejo.labbity.unbiasedgeek.com/claude-code/marchwarden.git git clone https://forgejo.labbity.unbiasedgeek.com/archeious/marchwarden.git
cd marchwarden cd marchwarden
# Install # Install
@ -26,14 +26,14 @@ marchwarden replay <trace_id>
## Documentation ## Documentation
- **[Architecture](docs/wiki/Architecture.md)** — system design, researcher contract, MCP flow - **[Architecture](/wiki/Architecture)** — system design, researcher contract, MCP flow
- **[Development Guide](docs/wiki/DevelopmentGuide.md)** — setup, running tests, debugging - **[Development Guide](/wiki/DevelopmentGuide)** — setup, running tests, debugging
- **[Research Contract](docs/wiki/ResearchContract.md)** — the `research()` tool specification - **[Research Contract](/wiki/ResearchContract)** — the `research()` tool specification
- **[Contributing](CONTRIBUTING.md)** — branching, commits, PR workflow - **[Contributing](CONTRIBUTING.md)** — branching, commits, PR workflow
## Status ## 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) - Branch: `main` (development)
- Tests: `pytest tests/` - Tests: `pytest tests/`