Agentic Hub Docs
Portal & WorkflowsWorkflows

Operating Modes

Operating Modes — Copilot vs Automated

How Adrian and agents collaborate. Two modes of operation, different context, different strengths.

Two Modes

🧑‍💻 Copilot Mode🤖 Automated Mode
Who's drivingAdrian + Agent togetherClaude CLI agent, fully autonomous
WhereVS Code / AntigravityPortal Compose → Bifrost → Claude CLI
ContextFull conversation, open files, cursor stateCold start — reads CLAUDE.md, task files, D1
FeedbackLive in-editor, real-timeAsync: channel posts, job results, logs
DurationFull session (1-4 hours)Short burst (2-15 min per job)

Command Classification

✅ Fully Autonomous

CommandReadsProducesDuration
/claraPortal feedback, inbox.mdClassified items, routed tasks, log3-8 min
/clara focusongoing.md, priorities.mdScored recommendations2-4 min
/hub-cleanD1 tasks, logs/, git reposHygiene findings, auto-fixes1-3 min
/hub-archiveD1 tasks (done), logs/Archived tasks + reports + old logs2-5 min
/hub-statusD1 tasks, ongoing.mdStatus summary1-2 min
/pushallGit reposPush results1-2 min

⚠️ Context-Dependent

CommandNeedsHow to inject
/log"What was done"Compose text field → log content
/hub-evolve"What changed"Infer from git diff

❌ Copilot-Only

/commit, /wrapup, /task start, /skill, /vision align — these need interactive conversation with Adrian.

Automated Protocol

  1. Context Loading — Read CLAUDE.md → memory.md → ongoing.md → priorities.md
  2. Execution — Run workflow, write through normal paths (local + D1)
  3. Reporting — Update job status, post to #dev channel, create log if applicable
  4. Error Handling — Non-critical: log and continue. Critical: fail with clear message. Never block on human input.

Feedback Channels

ChannelPurpose
Portal Remote tabJob queue with status — primary check
Portal Channels#dev posts — quick glance at what happened
Portal LogsLog entries — detailed session record
Portal DashboardTask status changes — what changed

See docs/bifrost.md for the Bifrost service architecture.

On this page