docs(agents): note imports.yaml is internal, fix stale helmfile ref#258
Merged
kristinapathak merged 1 commit intoJul 21, 2026
Conversation
imports.yaml does not exist in this public snapshot, same as tools/ci/subproject-validations.yaml. Noted that next to its first mention in root AGENTS.md. Also removed a 000-prepare.yaml.gotmpl reference from two skill docs; that file was never part of the self-managed helmfile.d layout, only 01-dependencies, 02-core, and 03-observability are. Regenerated skilldata_generated.go for the doc change. JIRA: NO-REF NVBug: none Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughChangesDocumentation reference alignment
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
sbaum1994
approved these changes
Jul 20, 2026
🛡️ CodeQL Analysis🚨 Found 4 issue(s) Severity Breakdown:
📋 Top Issues🔗 View full details in Security tab 🕐 Last updated: 2026-07-21 06:09:15 UTC | Commit: a2dee0a |
Contributor
|
🎉 This PR is included in version nvcf-cli-v1.11.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
imports.yaml is referenced in root AGENTS.md but does not exist in this public snapshot, same as tools/ci/subproject-validations.yaml (see #213). Noted that next to its first mention.
Also two skill docs listed a 000-prepare.yaml.gotmpl file in the self-managed helmfile.d layout that was never there; only 01-dependencies, 02-core, and 03-observability exist. Removed the stale line and regenerated skilldata_generated.go.
Tested: grep confirms no remaining 000-prepare references anywhere in the repo. go generate ./internal/agentskill/... run and committed.
Refs: NO-REF
Summary by CodeRabbit
imports.yamlis an internal file and may not appear in the public snapshot.