smart_ide/.gitmodules
Nicolas Cantu 466ed6b65f chore(gitmodules): document service paths, add langextract upstream submodule
- Comment block mapping services to submodule paths (carbonyl/chandra/pageindex/langextract upstream)
- Note agent-regex-search-api and claw-harness-api as in-repo only
- Add services/langextract-api/upstream → google/langextract (shallow)
- Document submodule and optional pip install -e in service-langextract.md
2026-04-03 22:45:43 +02:00

29 lines
1.2 KiB
Plaintext

# Correspondance chemins services ↔ sous-modules Git :
#
# — Amonts tiers (sous-module dans services/<service>/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