PacksRegistry (pointer)
Consolidated into JobEngine (Sprint 208). The live contract is the JobEngine dossier:
jobengine/architecture.md— see §4.7 PacksRegistry endpoints and §9.3 PacksRegistry subdomain.
PacksRegistry is the content-addressed registry for distributable task packs, policy packs, and analyzer bundles (versioned management + integrity verification). It is hosted by JobEngine.
Where things live
| Thing | Location |
|---|---|
| Live host | src/JobEngine/StellaOps.JobEngine.WebService/ (jobengine-web) |
| Domain / infrastructure | src/JobEngine/StellaOps.PacksRegistry/ (.Core, .Infrastructure, .Tests) |
| Persistence | src/JobEngine/StellaOps.JobEngine.__Libraries/StellaOps.JobEngine.Persistence/Packs/ |
| Tests | src/JobEngine/StellaOps.PacksRegistry.__Tests/ |
| Frozen predecessors | src/__Obsoleted/JobEngine/StellaOps.PacksRegistry/...WebService/, .../StellaOps.PacksRegistry.Worker/ and .../StellaOps.PacksRegistry.__Libraries/ — do not use |
| Module notes | src/JobEngine/AGENTS.PacksRegistry.md |
| Parent module | src/JobEngine/ → jobengine/ |
| Archived dossier | docs-archive/modules/packs-registry/ |
Docs in this directory
architecture.md— historical reference for the pre-consolidation PacksRegistry. Where it disagrees with the JobEngine dossier or withsrc/, the JobEngine dossier andsrc/win.api-reference.md+openapi/— autogenerated wire shape.
