From 0e09fe4be75429aa6d8877f793c1ede61c4ca1fd Mon Sep 17 00:00:00 2001 From: Gregg Cochran Date: Tue, 28 Jul 2026 14:12:41 -0700 Subject: [PATCH] docs: surface the site in the README and repo metadata The landing page has been live at dubsopenhub.github.io/dark-factory since #18, but nothing pointed at it. The README never linked it and the repository homepage field was empty, so it was absent from the sidebar too. That matters more than it sounds. Traffic for the last 14 days shows discovery is almost entirely organic search landing on the repo root, with only two or three unique visitors going deeper than the README. A landing page nothing links to receives nothing. - Website badge and a direct link in the header - Links section covering site, spec, changelog and releases - homepage field set on the repository Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9cb0b232-bb14-47a5-a150-00e71bdddcae --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0d85a65..e05d1c7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ ![Platform: Copilot CLI](https://img.shields.io/badge/platform-Copilot%20CLI-232F3E.svg) ![Language: Markdown](https://img.shields.io/badge/written%20in-Markdown-000000.svg) [![Shadow Score Spec](https://img.shields.io/badge/Shadow%20Score-Spec%20v2.0%20%7C%20Level%204-brightgreen.svg)](https://github.com/DUBSOpenHub/shadow-score-spec) +[![Website](https://img.shields.io/badge/website-dark--factory-1F6FEB.svg)](https://dubsopenhub.github.io/dark-factory/) + +**🌐 [dubsopenhub.github.io/dark-factory](https://dubsopenhub.github.io/dark-factory/)** Dark Factory is a GitHub Copilot CLI skill that turns a short free-text goal into a production-grade pull request. It isolates the work in a disposable git worktree, orchestrates eight specialist agents drawn from **different model families**, and measures quality with [sealed-envelope testing](https://github.com/DUBSOpenHub/shadow-score-spec) — builders never see the hidden acceptance suite that judges them, and the suite is never written by a mind that thinks like theirs. @@ -432,6 +435,12 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for the full workflow (branch naming, tes ## License Released under the [MIT License](LICENSE) © 2026 DUBSOpenHub. +## Links +- 🌐 **Website** — [dubsopenhub.github.io/dark-factory](https://dubsopenhub.github.io/dark-factory/) +- 📐 **Shadow Score Spec** — [DUBSOpenHub/shadow-score-spec](https://github.com/DUBSOpenHub/shadow-score-spec) +- 📓 **Changelog** — [CHANGELOG.md](CHANGELOG.md) +- 🏷️ **Releases** — [github.com/DUBSOpenHub/dark-factory/releases](https://github.com/DUBSOpenHub/dark-factory/releases) + --- 🐙 Created with 💜 by [@DUBSOpenHub](https://github.com/DUBSOpenHub) with the [GitHub Copilot CLI](https://docs.github.com/copilot/concepts/agents/about-copilot-cli).