From d6373c48a4c6564bfb0b2d515f5214d8dd32b7db Mon Sep 17 00:00:00 2001 From: MacAttak Date: Mon, 16 Feb 2026 15:14:52 +1100 Subject: [PATCH] fix: correct broken links in comparison table Spec Kit is under github/spec-kit, not spec-kit/spec-kit. Oh-My-ClaudeCode is under Yeachan-Heo, not anthropics. Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e8af91..2bb95e5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Specwright closes the **entire loop** — design, plan, build, verify, ship, lea ### How It Compares -| Capability | Specwright | [Spec Kit](https://github.com/spec-kit/spec-kit) | [Oh-My-ClaudeCode](https://github.com/anthropics/oh-my-claudecode) | Manual workflows | +| Capability | Specwright | [Spec Kit](https://github.com/github/spec-kit) | [Oh-My-ClaudeCode](https://github.com/Yeachan-Heo/oh-my-claudecode) | Manual workflows | |---|---|---|---|---| | Structured spec writing | Yes | **Yes** — core strength | Partial | DIY | | Adversarial TDD (separate tester/executor) | **Yes** | No | No | No |