Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Useful pointers:
- `BAZEL.md` for the contributor-facing Bazel build path
- `docs/AGENTS.md` for in-repo user and developer documentation
- `tools/AGENTS.md` for repo tooling
- `imports.yaml` for subtree ownership and commit pins
- `imports.yaml` for subtree ownership and commit pins, an internal file not
present in this public snapshot
- `.cursor/skills/documentation-style/SKILL.md` for docs style
- `.cursor/skills/` for root dev-skill symlink fanout
- `ai-tooling/user/skills/` and `ai-tooling/dev/skills/` for public skills
Expand Down
1 change: 0 additions & 1 deletion ai-tooling/dev/skills/nvcf-explore-stack/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Read these from the monorepo root (the directory containing `imports.yaml`):

Authoritative (always read first when answering):

- `deploy/stacks/self-managed/helmfile.d/000-prepare.yaml.gotmpl`
- `deploy/stacks/self-managed/helmfile.d/01-dependencies.yaml.gotmpl`
- `deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl`
- `deploy/stacks/self-managed/helmfile.d/03-observability.yaml.gotmpl`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
```
nvcf-self-managed-stack/
|-- helmfile.d/
| |-- 000-prepare.yaml.gotmpl # Validation hooks
| |-- 01-dependencies.yaml.gotmpl # NATS, Cassandra, OpenBao
| |-- 02-core.yaml.gotmpl # NVCF services + ingress
| `-- 03-observability.yaml.gotmpl # Observability stack (optional)
Expand Down
Loading
Loading