Files
orca/.ciagent/ARCHITECTURE.md
T
Jon Chery 97f437f9ef docs(init): initialize orch-engine (6 phases)
---ci---
project: orch-engine
phase: 0
milestone: v1.0
status: specify
decisions:
  - id: D-001
    decision: Use single-project mode for initial setup
    rationale: Simplified configuration for the initial phase
    confidence: 1.0
    alternatives: []
---/ci---

Specification: Build an offline/CLI-first orchestration engine.
Requirements: Simplicity, AI-first, Offline-first, CLI-first, prioritize security/bug-fixes over features, Go 1.25+.
Constraints: Simpler than Nomad, far simpler than Kubernetes.
Out of scope: K8s complexity.
2026-06-03 10:59:05 +00:00

468 B

Architecture: Orchestration Engine

(Initial Draft) The system will consist of:

  1. CLI Tool: The primary interface for users and AI agents.
  2. Controller/Server: A lightweight daemon managing state and scheduling.
  3. Agent/Worker: A daemon running on each node to execute workloads.
  4. State Store: A simple, local-first state persistence mechanism.

Design Pillars

  • Security before features.
  • Bug fixes before features.
  • NFRs before features.