consolidation of some of the modules, localization fixes, product advisories work, qa work

This commit is contained in:
master
2026-03-05 03:54:22 +02:00
parent 7bafcc3eef
commit 8e1cb9448d
3878 changed files with 72600 additions and 46861 deletions

28
src/JobEngine/AGENTS.md Normal file
View File

@@ -0,0 +1,28 @@
# 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
- Development: https://localhost:10170, http://localhost:10171
- Local alias: https://jobengine.stella-ops.local, http://jobengine.stella-ops.local
- Env var: STELLAOPS_ORCHESTRATOR_URL