Skip to main content

Reference

alterac.ai terminology

Look up the shared names for organizations, projects, tasks, work runs, Task Builder sessions, identifiers, states, Mass, coding agents, and listeners.

Use these names as they appear in the application and CLI. The terms explain product behavior; they do not grant access to resources you cannot open.

Workspace and task terms

TermMeaning
OrganizationA shared account space that owns projects and memberships.
ProjectA workspace inside one organization. Tasks, Task Builder Sessions, and task numbers belong to one project.
TaskOne unit of project work with its own content, state, labels, dependencies, Mass, comments, and execution history.
Task numberThe human-facing sequential number for a task within its project. Use it with the project context.
Work runOne exact execution of a queued task by a coding agent. It captures immutable task context, a summary, hand-off, and review history.
Work-run IDThe stable identifier for one exact work run. It is not a task number and must not be reused for a newer execution.
MassThe optional task sizing field. It describes relative work size; it is not a state, priority, or completion percentage.

Task states

Tasks move through the normal task workflow. A task may show a direct blocker or an approval wait that must be resolved before it can proceed.

StateMeaning
BacklogPlanned work that is not queued.
QueuedWork selected for a coding agent and waiting to start.
Agent workingA coding agent has an active work run.
ReviewingWork is ready for human review.
DoneThe task's reviewed work is complete.

Task Builder terms

TermMeaning
Task BuilderThe workflow for drafting structured Plans and tasks with a local AI conversation before you publish them.
Task Builder SessionOne project-owned drafting workspace. It owns its draft work and can be selected locally for CLI mutations.
Session numberThe human-facing number for a Task Builder Session within its project.
Proposed PlanA session-owned draft Plan with optional Markdown, labels, and zero or more member tasks.
Proposed Plan IDThe stable identifier for one proposed Plan. Its session-local display position is not its mutation identity.
Draft IDThe stable identifier for one draft task. Its display position can change when drafts are reordered or removed.
Standalone draft taskA draft task without proposed Plan membership. It still publishes as part of the complete session.
BuildingThe session state before publication. Draft content can be changed through the planning conversation and CLI.
PublishedThe session state after its complete reviewed draft set was published. It is an immutable history.
PublishThe explicit application action that atomically creates the session's complete reviewed Plans and tasks.

Coding-agent terms

TermMeaning
Coding agentA configured command that can receive a queued task and perform its work in a local terminal. Its availability depends on its project configuration and policy.
ListenerThe local alterac-ai listen process that checks its initialized project for queued work and launches the selected coding agent after any required local approval.
Waiting for inputA listener status that means a local command-approval prompt needs a response. The task remains queued until that decision.

Use Fix task and review workflows for state, work-run, and review problems; Fix Task Builder workflows for draft and publication problems; and Fix the local listener for coding-agent launch problems.