-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.72 KB
/
Copy path.gitmodules
File metadata and controls
33 lines (33 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[submodule "landing-page/neon"]
path = landing-page/neon
url = https://github.com/DDMAL/Neon.git
[submodule "ic"]
path = ic
url = https://github.com/DDMAL/Standalone-Interactive-Classifier.git
[submodule "mothra-text"]
path = mothra-text
url = https://github.com/DDMAL/mothra-text.git
# mothra#220 DL-3: pinned to a personal branch (not main/a tag) because it
# ships the production model.h5 weights this submodule bundles -- see
# CLAUDE.md's "Updating the bundled medieval models"-adjacent staffline
# section and documentation_allons-y/ALPHA_TRANSITION_PLAN.md's decision log.
# Decided 2026-08-17: FREEZE this pin -- no `git submodule update --remote`
# bumps -- until gianna/calvo-training-script merges upstream to main/a
# tagged release, then re-pin there. A full CODEOWNERS mapping (including
# this submodule) is tracked separately under Phase 6 repo-professionalization
# work, not created here.
[submodule "paco-classifier"]
path = paco-classifier
url = https://github.com/DDMAL/Paco_classifier.git
branch = gianna/calvo-training-script
# Pitch finding for the MEI encoding step (landing-page/scripts/pitch_stage.py
# imports its scripts/ as flat modules -- it has no pyproject.toml, so unlike
# staff-finding/ it is NOT pip-installed). Unpinned to a branch, i.e. tracking
# default-branch commits the same way ic/, neon/ and mothra-text/ do: the two
# algorithms in it are explicitly unvalidated prototypes (no pitch ground truth
# exists yet), so a bump is a change worth reviewing on its own, not a freeze
# to route around. Bumping it can move every <nc>'s pname/oct on a page --
# re-run an encode and compare before merging one.
[submodule "pitch-finding"]
path = pitch-finding
url = https://github.com/DDMAL/Standalone-Pitch-Finder.git