Files
git.stella-ops.org/src/JobEngine/AGENTS.md

1.0 KiB

AGENTS - JobEngine Module

Working Directory

  • src/JobEngine/** (core, infrastructure, WebService, Worker, tests).

Required Reading

  • docs/README.md
  • docs/07_HIGH_LEVEL_ARCHITECTURE.md
  • docs/modules/platform/architecture-overview.md
  • docs/modules/jobengine/architecture.md
  • docs/modules/jobengine/README.md

Engineering Rules

  • Deterministic scheduling and execution; stable ordering for job runs.
  • Enforce tenant isolation and authz on all APIs.
  • Offline-first; no network calls in tests.

Testing & Verification

  • Tests live in src/JobEngine/StellaOps.JobEngine/StellaOps.JobEngine.Tests and src/JobEngine/StellaOps.JobEngine.WorkerSdk.Python/stellaops_jobengine_worker/tests.
  • Cover scheduling, retries, and idempotent execution.

Sprint Discipline

  • Track task status in sprint tracker and local TASKS boards.

Service Endpoints