[submodule "spec"]
	path = spec
	# Relative URL — git наследует протокол от parent's origin:
	#   ssh-clone parent → ssh-clone submodule (git@git.goldix.org:dagstack/plugin-system-spec.git)
	#   http-clone parent → http-clone submodule (HTTP auth от Gitea Actions подхватывается)
	# Без этого CI runner не клонирует submodule: нет SSH key для git@git.goldix.org в runner image.
	url = ../plugin-system-spec.git
