Roadmap
OpenLoop is pre-1.0 and develops in the open; the repository is the source of truth. The current direction, roughly in order:
In progress
Section titled “In progress”- Approval packets hardening: richer review context (diffs, validation output) in approval artifacts. Packets exist today (
approval); the goal is making them self-sufficient for review without leaving the terminal. - Context packs: precomputed repository context to make agent runs cheaper and more consistent across repeated tasks.
- Scheduled execution, expanded: cron schedules exist per project today; the roadmap adds fleet-level scheduling windows (e.g. “nights and weekends only”) and per-schedule budget caps.
- Inline
OPENLOOP:task markers: define tasks inside code comments and docs, harvested by the daemon as first-class ledger entries.
Shipped from earlier roadmap items
Section titled “Shipped from earlier roadmap items”These were roadmap entries not long ago and are now part of the product, a fair reminder that this page dates fast:
- Approval packets (
approval list/show) - Confidence digest (
openloop digest) - Cron schedules (
project.json→schedule) - MCP server (
openloop mcp) - Web dashboard (
openloop dashboard) - Issue sync for GitHub and GitLab
Contributing
Section titled “Contributing”Issues and PRs live at github.com/jaltez/openloop. The repo carries a solid test suite (npm test), behavior changes come with tests.