# 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 # services/claw-harness-api/upstream → chinanpc/claude-code-rust (harnais Rust MIT, voir service-claw-harness.md) # # — Code versionné dans ce dépôt uniquement (pas de sous-module sur la racine du service) : # services/agent-regex-search-api [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 [submodule "services/claw-harness-api/upstream"] path = services/claw-harness-api/upstream url = https://github.com/chinanpc/claude-code-rust.git shallow = true