- Add services/claw-harness-api/upstream → chinanpc/claude-code-rust (shallow) - Document claw submodule and MIT Rust harness in service-claw-harness + feature doc - agent-regex-search: map design principles to rg implementation vs indexed search - SSO gateway: no user/project account storage; product DBs own identity context
33 lines
1.3 KiB
Plaintext
33 lines
1.3 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
|
|
# 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
|