docs: fix stale repo URLs, update roadmap, and polish README - #364
Merged
Million-mo merged 6 commits intoAug 10, 2026
Merged
Conversation
- Replace all wolf1069b/agentpool URLs with wolf1069b/wolfharness (badges, git clone, contributors, citation) - Update tagline to match GitHub About description - Restructure roadmap into Project History (3 milestones) + Future Plans - Add serve-agui and serve-api to Quick Start server section - Update code examples to use WolfHarness class name with note about AgentPool backward-compatible alias - Fix CONTRIBUTING.md title from 'AgentPool' to 'WolfHarness'
Million-mo
force-pushed
the
docs/optimize-readme-and-contributing
branch
from
August 10, 2026 01:55
0e6b51c to
5160d63
Compare
- index.md: add mermaid architecture diagram and 'Why choose WolfHarness' comparison - mkdocs.yml: set brand logo + favicon (wolf logo with transparent bg), add extra_css - add docs/stylesheets/extra.css to enlarge header logo - add docs/assets logo + favicon (transparent-background brand mark)
- index.md: add shields badge wall (tests, codecov, version, downloads, stars, license) - add docs/examples.md end-to-end showcase (round-robin agents) replacing Showcase - mkdocs.yml: register Examples page at the end of the nav
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation cleanup after the AgentPool → WolfHarness rename. Fixes all stale repo URLs, updates the roadmap to reflect current project state, and polishes the README with improved examples.
Changes
Stale URL fixes (7 occurrences)
wolf1069b/agentpool→wolf1069b/wolfharness(Tests, codecov, Docs, License badges)git clone https://github.com/wolf1069b/agentpool→wolfharness,cd agentpool→cd wolfharnesscontrib.rocksand GitHub graph URLsurlfieldRoadmap update
Marked 5 items as ✅ completed (they are already implemented in the codebase):
Added 1 new 📋 item:
README polish
serve-aguiandserve-apicommands (were only in CLI Reference)AgentPool→WolfHarnessclass name with a note about backward-compatible aliasCONTRIBUTING.md
Verification
grep -r "wolf1069b/agentpool" *.mdreturns zero matches after changesRelated