docs(agents): note tools/ci/subproject-validations.yaml is internal - #213
Conversation
11 native service AGENTS.md files point agents at tools/ci/subproject-validations.yaml for CI wiring, but the file was removed from this public snapshot (commit c59a7cd, OSS sync bot) and was never added back. Say so inline so a contributor working from this public checkout does not go looking for a file that will never be here. NO-REF Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
|
🎉 This PR is included in version nvcf-function-autoscaler-v1.18.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version nvcf-llm-api-gateway-v0.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
…IA#260) The GitLab CI for native subprojects section documents .gitlab-ci.yml and tools/ci/generated-release-jobs.yml without noting they are internal config, unlike tools/ci/subproject-validations.yaml which already got that note in NVIDIA#213. Added the same disclaimer here. JIRA: NO-REF NVBug: none Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
|
🎉 This PR is included in version nvcf-grpc-proxy-v1.30.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version nvcf-ratelimiter-v1.15.6 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version nvcf-invocation-service-v0.8.8 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version nvcf-ess-agent-v1.4.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version nvcf-image-credential-helper-v0.11.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
TL;DR
11 native service AGENTS.md files (byoo-otel-collector, ess-agent, image-credential-helper, function-autoscaler, nats-auth-callout, grpc-proxy, http-invocation, llm-api-gateway, ratelimiter, libraries/go/lib, libraries/go/worker) tell agents that CI wiring lives in tools/ci/subproject-validations.yaml. That file does not exist in this public repository: it was removed from the OSS snapshot by the automated sync bot in commit c59a7cd ("chore: sync synthetic imports") and never restored. Added a short inline note to each reference so a contributor working from this public checkout knows not to go looking for it here.
For the Reviewer
Verified with git log that tools/ci/subproject-validations.yaml has no history in this repo other than its removal, and confirmed with grep that these are the only 11 native AGENTS.md files referencing it. No wording or instructions were removed, only the clarifying note was added.
Issues
NO-REF
Checklist