@@ -5,8 +5,8 @@ version: udx.dev/dev.kit/v1
55generator :
66 tool : dev.kit
77 repo : https://github.com/udx/dev.kit
8- version : 0.10 .0
9- generated_at : 2026-05-19T17:49:21Z
8+ version : 0.11 .0
9+ generated_at : 2026-05-19T18:25:00Z
1010
1111repo :
1212 name : dev.kit
@@ -22,12 +22,14 @@ refs:
2222 - ./changes.md
2323 - ./Makefile
2424 - ./docs/references/command-surfaces.md
25+ - ./docs/real-repo-validation.md
2526 - ./docs/references/repo-design.md
2627 - ./src/configs/archetypes.yaml
2728 - ./src/configs/audit-rules.yaml
2829 - ./src/configs/context-config.yaml
2930 - ./src/configs/detection-patterns.yaml
3031 - ./src/configs/detection-signals.yaml
32+ - ./src/configs/repo-validation.yaml
3133 - ./deploy.yml
3234 - ./.github/workflows
3335 - ./docs
@@ -142,6 +144,23 @@ manifests:
142144 - version : udx.dev/dev.kit/v1
143145 - path reference : lib/modules/repo_signals.sh
144146 - path reference : tests/suite.sh
147+ - path : src/configs/repo-validation.yaml
148+ kind : repoValidationConfig
149+ description : Public repo probes and validation defaults for dev.kit release checks
150+ declared_as : udx.dev/dev.kit/v1
151+ source_repo : udx/worker
152+ used_by :
153+ - docs/real-repo-validation.md
154+ - lib/modules/config_catalog.sh
155+ - tests/real-repos.sh
156+ evidence :
157+ - version : udx.dev/dev.kit/v1
158+ - github reference : udx/worker
159+ - github reference : udx/reusable-workflows
160+ - github reference : udx/github-rabbit-action
161+ - path reference : docs/real-repo-validation.md
162+ - path reference : lib/modules/config_catalog.sh
163+ - path reference : tests/real-repos.sh
145164 - path : deploy.yml
146165 kind : workerDeployConfig
147166 declared_as : udx.io/worker-v1/deploy
0 commit comments