# Correspondance chemins services ↔ sous-modules Git : # # — Amonts tiers (sous-module dans services//upstream/) : # services/carbonyl/upstream → fathyb/carbonyl # services/chandra/upstream → datalab-to/chandra # services/pageindex/upstream → VectifyAI/PageIndex # services/langextract-api/upstream → google/langextract # # — Code versionné dans ce dépôt uniquement (pas de sous-module sur la racine du service) : # services/agent-regex-search-api # services/claw-harness-api (claw-code amont : clone séparé, voir docs/repo/service-claw-harness.md) [submodule "services/carbonyl/upstream"] path = services/carbonyl/upstream url = https://github.com/fathyb/carbonyl.git shallow = true [submodule "services/chandra/upstream"] path = services/chandra/upstream url = https://github.com/datalab-to/chandra.git shallow = true [submodule "services/pageindex/upstream"] path = services/pageindex/upstream url = https://github.com/VectifyAI/PageIndex.git shallow = true [submodule "services/langextract-api/upstream"] path = services/langextract-api/upstream url = https://github.com/google/langextract.git shallow = true