Skip to content

Glossary

Short product vocabulary definitions. For details, see 03-concepts.


TermShort definition
AddonSelf-contained module that adds a capability to arka-deck (memory, Mission Control, etc.).
AgentProfile recruited on a project, ready to chat.
arka-deckLocal console for orchestrating AI agents on real projects.
ArkaDocBusiness document attached to a project (report, brief, spec, task, decision); its document id is the dispatch id for task commands.
AtomAtomic unit of knowledge in the Cortex (rule, pattern, constraint).
BlocExecutable Cortex rule or capability (skill, expertise, tool, method, scope).
CortexStructured knowledge repository (graph). Public read-only or dedicated.
Cortex ActionsAddon that exposes a Cortex artifact panel in chat.
Cortex LiteLocal Cortex runtime backed by SurrealDB, materializing the project graph rather than storing files.
Public Cortexpublic.arkalabs.app endpoint (read-only, no authentication).
Deck GuardianDefault first-party guardian pack that frames a standard arka-deck project.
FlowmapAgentic execution sequence: phases, decisions, transitions.
Guardian packGovernance pack materialized in Cortex Lite: modes, transitions, rules, cards, prompt layers, event policy and required documents.
Mission ControlRules, permissions, traces and active guardian pack framing the agents’ work.
HYOSCortex profile family (architect, lawyer, QA, etc.).
LeaderCoordinating agent of a squad.
Memory LocalAddon that captures a project’s memory (decisions, learnings).
MissionUnit of work entrusted to a squad (goal, phases, evidence, verdict).
Mission ControlRuntime view of the active mission flowmap, mode, blockers and expected next documents.
Mission GuardianAddon that manages gates, blockers and evidence of a structured mission.
Project MCPExternal MCP server attached to one project and exposed to agents under a connector_* name.
ModeAgent execution frame (e.g. audit mode, review mode).
Expert PackSpecialized pack intended to be enabled through Expert Panel: fixed squad, profiles, methods, documents, workers and dedicated guardian pack. No first-party Expert Pack ships in this release.
Notion ConnectAddon that links Notion pages and sources to an arka-deck project.
User-managed connectorConnector whose runtime credential or MCP server is supplied by the user, not by a global arka-deck OAuth app.
Profile (HYOS)Versioned specialized agent (role, mission, keywords, sectors, skills).
ProjectLocal folder on the machine, with its working .arka-deck/.
Project DocumentationUI space that displays real ArkaDoc deliverables with indexes, blocks and relations available to agents.
ProviderLLM engine configured to run the agents (Claude, Gemini, Codex).
SessionChat exchange with an agent on a project (complete timeline).
SquadTeam of agents recruited for a mission, with a leader.
Squad LeaderAddon that composes and activates a squad on a project.
Squad OrchestrationLangGraph addon for multi-agent execution (mission, report, verdict).
TurnSingle exchange in a session (user message + agent response).
Worker1-shot headless LLM process (JSON input → JSON output).
WorkspaceLogical container that groups several projects.