
- Category
- AI
- Website
- github.com
- Language
- English
- Listed
- 2d ago
- Stars
- 127
- Forks
- 7
ordewell/ordewell ↗, TypeScript, Apache-2.0, Last commit 2d ago
A security refactor and a README update rarely deserve the same model, which is the premise behind Ordewell. Given one goal, a read-only planner researches the repository, asks about anything left vague, and returns an ordered plan in which every task carries its own runner, model, thinking effort and mode. The plan can be rewritten before a single token is spent on execution. Each AI task then runs as a real coding-agent session in a fresh context, independent tasks run in parallel, and a task only counts as done when its unique completion marker appears in the runner's output. Claude Code, Codex and OpenCode are built in as runners and can also act as the planner, so no extra API key is required; other CLIs can be added through a plugin manifest. It runs as a CLI, a terminal UI that needs tmux, or a VS Code extension, on Node.js 20 or newer under the Apache-2.0 license.