Local runtime
.agent stays authoritative
Execution traces, status, and repo context remain close to the work instead of becoming a black box.
Veloran gives autonomous coding work a durable operating model: repo-native execution stays local, the Hub receives only structured state, and every run leaves behind a Resume Bundle the next person can actually use.
Repo-native state
Resume Bundle
Goal
Stabilize the launch branch and ship the public site.
Evidence
Landing shipped, app entry live, auth verified.
Next
Open the dashboard, review the pack choice, continue the repo loop.
Hub state
Readable
Artifacts
Structured
Assistants
Portable
Local runtime
Execution traces, status, and repo context remain close to the work instead of becoming a black box.
Hosted hub
Milestones, blockers, decisions, artifacts, and summaries stay available without mirroring raw source by default.
Resume flow
Resume Bundles turn a messy handoff into a short operational state that another assistant or teammate can pick up.
Compatibility
Veloran does not force one assistant worldview onto the repo. It keeps the workflow legible across tools.
The public story is simple because the loop is simple: start from the repo, keep execution local, sync just enough structure to inspect progress, then resume from a clean handoff instead of a giant context reload.
Veloran keeps execution grounded in the working tree, not in a detached cloud abstraction. The repo remains the source of truth.
Progress, artifacts, blockers, milestones, and decisions move into the Hub so teams can inspect AI work without rereading the entire codebase.
Resume Bundles compress the current situation into a handoff-ready state: what changed, what is blocked, what evidence exists, and what to do next.
Veloran is designed for teams who want more visibility without handing the entire repo over to a hosted control plane.
Stays in the repo
.agent.Syncs to the Hub
The current MVP already ships the CLI scaffold, Hub API, dashboard, pack system, and MCP surface. The public site should feel just as real as the working product underneath it.
Assistants
The product surface is already paired with the existing pack system, CLI, and Hub API so the same project can move between assistants.
Control plane
The hosted boundary exposes structured project state instead of raw repo files, which keeps integrations auditable and deliberate.
Workflow
Scaffold, sync, inspect, repair, and resume are not slides in a concept deck here. They are already functional paths in this repo.
Teams
Artifacts, decisions, and current milestones remain legible after the original operator has moved on to the next task.
Veloran is not trying to be a magical AI veneer. It is trying to make the work legible enough that humans can ship, debug, review, and resume it without ceremony.
Execution
Source, prompts, and repo state stay close to the machine doing the work. Veloran does not need to mirror your codebase to stay useful.
Visibility
The Hub turns autonomous work into dashboards, milestones, decisions, and evidence that people can actually review.
Portability
Codex, Claude, MCP clients, and packs can all move through the same loop because the durable state is structured and vendor-neutral.
Recovery
Resume Bundles make the next session smaller, faster, and easier to validate because the current state is already summarized.
The app surface is live right now. Create an account, step through onboarding, and move straight into the dashboard, packs, and project loop that already exist in this repo.