From f28eb02fd7e582a27de85ad27278157cc6e16b80 Mon Sep 17 00:00:00 2001 From: Jeff Smith Date: Wed, 8 Apr 2026 16:43:15 -0600 Subject: [PATCH] Add Home page linking to all wiki pages including User Guide Co-Authored-By: Claude Opus 4.6 (1M context) --- Home.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..90ec901 --- /dev/null +++ b/Home.md @@ -0,0 +1,23 @@ +# Marchwarden Wiki + +A network of agentic research specialists coordinated by a principal investigator agent. V1 ships a single web-search researcher exposed as an MCP server with a CLI shim. + +## For users + +- **[User Guide](UserGuide)** — install, configure, and use `marchwarden ask` / `replay` / `costs`. Start here if you just want to run the tool. + +## For developers + +- **[Development Guide](DevelopmentGuide)** — local setup, running tests, project structure, and contributor workflow +- **[Architecture](Architecture)** — system design, MCP flow, researcher contract overview +- **[Research Contract](ResearchContract)** — the v1 contract every researcher implements (citations, gaps, discovery events, confidence factors, cost metadata) +- **[Roadmap](Roadmap)** — phased build plan from V1 (single researcher + CLI) through V2+ (multi-researcher network with PI orchestrator) + +## Project history + +- **[Session Retrospectives](SessionRetrospectives)** — what worked, what didn't, lessons learned per session +- **[Session 1](Session1)** — first development session: project creation, contract design, Phase 0 + Phase 1 + +--- + +**Repo:** [archeious/marchwarden](https://forgejo.labbity.unbiasedgeek.com/archeious/marchwarden) · **Issues:** [open issues](https://forgejo.labbity.unbiasedgeek.com/archeious/marchwarden/issues)