Deprecated — installs nothing. Points at `npx readev-tools`, which places the same workflow into any AI coding tool
Project description
rea-dev — deprecated, installs nothing
This Python CLI is no longer developed, and as of 0.7.3 it no longer installs anything: rea setup prints where to go and exits non-zero. It is replaced by readev-tools, an npx installer that does the same job — and works with any AI coding tool that reads AGENTS.md, not only Claude Code.
npx readev-tools setup <project>
Needs Node.js 20 or later. No Python, no pip install.
Migrating from rea-dev
npx readev-tools migrate <project> # one-time: archives the 0.7.x layout, never deletes
npx readev-tools setup <project> # place the current commands, agents, core/, .rea/, shims
npx readev-tools verify <project> # read-only check: files, shims, CI
migrate moves the old .rea/log/ and retired command files into .rea/_archive/ instead of removing them, and it refuses to run twice. Run it once, then use setup for every update.
Command mapping:
| rea-dev 0.7.x | readev-tools |
|---|---|
/rea-brainstorm |
/rea-grill — codebase-aware interrogation, one question at a time |
/rea-commit |
/rea-ship — detects repo state first, then commits / opens a PR / deploys |
/rea-verify |
npx readev-tools verify — moved to the CLI |
/rea-update |
npx readev-tools setup — re-run to update |
/rea-worktree |
dropped |
/rea-init /rea-plan /rea-execute /rea-wrap /rea-write-skill |
same names, rewritten |
| — | new: /rea-fix (short path for a small fix), /rea-tidy (reconcile memory, shims, rules) |
What 0.7.3 does
Nothing to your project. rea setup <path> prints the notice above and exits 1 — it does not create directories or copy templates, and the wheel no longer carries them. A script that still calls it fails loudly instead of quietly installing a command set retired back in Phase 3.
- 0.7.2 and earlier: copied the old Claude Code command and agent templates.
- 0.7.3: signpost only.
Staying on the old version
pip install rea-dev==0.7.1
0.7.1 still installs the old templates and stays available as the frozen fallback. The matching source tree is tagged pre-redesign-v0.7.1 in the repository.
Why the move
- Any tool, not just Claude Code — instructions live in
AGENTS.md; per-tool pointers (CLAUDE.mdimport, Geminisettings.json) are generated and merged between managed markers, never blind-overwritten. - Typed project memory —
.rea/holdsknowledge/,decisions/(numbered ADRs),sessions/, andplans/as plain markdown with wikilinks; it survives a session restart and moves between tools. npx, notpip— no interpreter to match, no virtualenv, and the installer prunes the files it owns when they are removed upstream.
Source and issues: https://github.com/aliyenidede/rea
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rea_dev-0.7.3.tar.gz.
File metadata
- Download URL: rea_dev-0.7.3.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd16537542d0aa60fa0d7ed573e9b8971359d64a8eb6b422ac2de0bfa02e4155
|
|
| MD5 |
a097df7c9ddfdab67058cf5424a500a4
|
|
| BLAKE2b-256 |
c95f99aa302c8a32e211995e6c99337364584235cb957c122a5102b3a2a8c2db
|
File details
Details for the file rea_dev-0.7.3-py3-none-any.whl.
File metadata
- Download URL: rea_dev-0.7.3-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
830aa4f45e438c4e99e9f0a0b426b858dade655e47aab842aa856ac8cd957d0c
|
|
| MD5 |
7391b26d87e0abc18f7fa8d78499ec76
|
|
| BLAKE2b-256 |
83492f2b64c6d6822047e8cb0109fb97841b44d33ac835a2c3f277e3b1ebcf30
|