You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ROADMAP.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,9 +156,29 @@ Module registrieren sich mit einem **Manifest** beim Connector und deklarieren i
156
156
- Allium Spec: `specs/module-lifecycle.allium`
157
157
-**DDD-Pattern:** Published Language — der Connector publiziert einen Settings-Vertrag (`ModuleManifest`), Module erfüllen ihn mit ihren spezifischen Anforderungen. Basis-Vertrag mit connector-spezifischen Extensions (`JobDiscoveryManifest`, `AiManifest`).
Entkopplung der LLM-Abhängigkeit: Die App funktioniert in den Grundfunktionen ohne LLMs. Stellenangebote durchlaufen eine Pipeline mit klaren Aggregate-Grenzen.
161
161
162
+
**Implementiert (Kern-Pipeline):**
163
+
- ✅ StagedVacancy Model + Prisma Migration
164
+
- ✅ Runner schreibt in StagedVacancy (nicht direkt Job)
0 commit comments