docs(readme): mark project as unmaintained#210
Conversation
Add a prominent status notice explaining that Specwright is no longer actively developed and update the Contributing section to set clear expectations. Leaves the door open for minor fixes or a future revival. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Eval Smoke Results✅ Smoke evals clean — 0 regressions, 3 improvements
Posted by Specwright eval-smoke workflow. This comment is updated on each push. |
Review: docs(readme): mark project as unmaintainedOverall: approve with one gap to address before merge. This is a clean, honest communication of the project's current state. The notice is well-placed, the wording is clear without being abrupt, and the decision not to archive (so minor fixes can still land without the unarchive round-trip) is sensible. What works well
Gap:
|
| 2. Create a feature branch | ||
| 3. See `CLAUDE.md` for development guidelines | ||
| 4. Submit a pull request | ||
| The project is **unmaintained** (see the notice at the top of this README). Issues and pull requests may not be reviewed or merged. Forks are welcome — the MIT license places no restrictions on adapting the code for your own use. |
There was a problem hiding this comment.
The README Contributing section is now updated, but CONTRIBUTING.md at the repo root still reads as if the project is actively maintained — it opens with "Thanks for your interest in contributing!" and provides issue template links for bug reports and feature requests. GitHub surfaces that file automatically in several places (PR creation flow, repo sidebar). A visitor who follows that path will get the old, contradictory story.
Suggest either prepending the same unmaintained notice to CONTRIBUTING.md, or replacing its body with a short redirect:
| The project is **unmaintained** (see the notice at the top of this README). Issues and pull requests may not be reviewed or merged. Forks are welcome — the MIT license places no restrictions on adapting the code for your own use. | |
| The project is **unmaintained**. See the [Project status notice](README.md#project-status-unmaintained) at the top of the README. Issues and pull requests may not be reviewed or merged. Forks are welcome under the MIT license. |
(Replace line 426 in the README is fine as-is; this suggestion is for CONTRIBUTING.md — flagging here for visibility.)
Summary
Notes
Test plan
🤖 Generated with Claude Code