What problem does it solve?
Navigate and explain the NVCF self-hosted stack inside the monorepo. Maps
helmfile releases to their charts, image-source subtrees, helm hooks,
namespaces, and needs: dependency chains. Reads
deploy/stacks/self-managed/helmfile.d/*.yaml.gotmpl as the source of truth
for ordering and versions, with deployment-sequence.md and deployment-dependencies.yaml
as enrichment, and imports.yaml for upstream provenance. Use when a user or
developer asks "what deploys X", "what does X depend on", "what hooks run for X",
"walk me through deployment order", "which subtree do I edit to change X",
"what namespaces does the stack use", or mentions stack topology, helmfile stages,
deployment DAG, or dependency map. Always cite the source file path so the user can verify.
Core Features & Use Cases
Identify releases, charts, image sources, hooks, and namespaces for a given stack.
Determine deployment order, dependencies, and ownership across monorepo layers.
Assist onboarding by explaining stack topology and provenance with explicit file citations.
Quick Start
Ask it to explain what deploys a release X by tracing deploy/stacks/self-managed/helmfile.d/*.yaml.gotmpl and enrichment files, citing exact source paths.