-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathci-path-filters.yml
More file actions
224 lines (209 loc) · 6.27 KB
/
Copy pathci-path-filters.yml
File metadata and controls
224 lines (209 loc) · 6.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
# SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
ci:
- '.github/actionlint.yaml'
- '.github/ci-path-filters.yml'
- '.github/workflows/**'
- 'codecov.yml'
installer:
- '.github/ci-path-filters.yml'
- '.github/workflows/ci.yaml'
- '.github/workflows/ci_changes.yml'
- '.github/workflows/ci_check.yml'
- 'install.sh'
- 'install.ps1'
- 'scripts/test-install.sh'
- 'scripts/test-install-mocks.sh'
- 'scripts/test-install.ps1'
shared:
- 'crates/adaptive/Cargo.toml'
- 'crates/adaptive/src/**'
- 'crates/core/Cargo.toml'
- 'crates/core/src/**'
- 'crates/types/Cargo.toml'
- 'crates/types/src/**'
- 'crates/worker-proto/Cargo.toml'
- 'crates/worker-proto/build.rs'
- 'crates/worker-proto/proto/**'
- 'crates/worker-proto/src/**'
- 'crates/worker/Cargo.toml'
- 'crates/worker/src/**'
- 'justfile'
- 'rust-toolchain.toml'
rust_package:
- 'Cargo.lock'
- 'Cargo.toml'
- 'crates/adaptive/Cargo.toml'
- 'crates/adaptive/src/**'
- 'crates/cli/Cargo.toml'
- 'crates/cli/src/**'
- 'crates/core/Cargo.toml'
- 'crates/core/src/**'
- 'crates/plugin/Cargo.toml'
- 'crates/plugin/src/**'
- 'crates/types/Cargo.toml'
- 'crates/types/src/**'
- 'crates/worker-proto/Cargo.toml'
- 'crates/worker-proto/build.rs'
- 'crates/worker-proto/proto/**'
- 'crates/worker-proto/src/**'
- 'crates/worker/Cargo.toml'
- 'crates/worker/src/**'
- 'crates/ffi/Cargo.toml'
- 'crates/ffi/build.rs'
- 'crates/ffi/cbindgen.toml'
- 'crates/ffi/nemo_relay.h'
- 'crates/ffi/src/**'
- 'justfile'
- 'python/cli-bin/**'
- 'rust-toolchain.toml'
- 'scripts/package-cli-bin.py'
node_package:
- 'Cargo.lock'
- 'Cargo.toml'
- 'crates/adaptive/Cargo.toml'
- 'crates/adaptive/src/**'
- 'crates/core/Cargo.toml'
- 'crates/core/src/**'
- 'crates/types/Cargo.toml'
- 'crates/types/src/**'
- 'crates/node/Cargo.toml'
- 'crates/node/build.rs'
- 'crates/node/package.json'
- 'crates/node/*.d.ts'
- 'crates/node/*.js'
- 'crates/node/src/**'
- 'justfile'
- 'package.json'
- 'package-lock.json'
- 'pyproject.toml'
- 'rust-toolchain.toml'
- 'scripts/package-node-bin.py'
- 'uv.lock'
python_package:
- 'Cargo.lock'
- 'Cargo.toml'
- 'crates/adaptive/Cargo.toml'
- 'crates/adaptive/src/**'
- 'crates/core/Cargo.toml'
- 'crates/core/src/**'
- 'crates/types/Cargo.toml'
- 'crates/types/src/**'
- 'crates/python/Cargo.toml'
- 'crates/python/src/**'
- 'justfile'
- 'pyproject.toml'
- 'python/cli-bin/**'
- 'python/nemo_relay/**'
- 'rust-toolchain.toml'
- 'scripts/package-cli-bin.py'
- 'uv.lock'
python_integration_langchain:
# Includes LangGraph and DeepAgents integrations as well
- 'justfile'
- 'pyproject.toml'
- 'python/nemo_relay/integrations/deepagents/**'
- 'python/nemo_relay/integrations/langchain/**'
- 'python/nemo_relay/integrations/langgraph/**'
- 'python/tests/integrations/conftest.py'
- 'python/tests/integrations/deepagents_tests/**'
- 'python/tests/integrations/langchain_tests/**'
- 'python/tests/integrations/langgraph_tests/**'
- 'rust-toolchain.toml'
- 'uv.lock'
dependencies:
- 'Cargo.lock'
- 'Cargo.toml'
- 'about.toml'
- 'crates/**/Cargo.toml'
- 'crates/worker-proto/proto/**'
- 'crates/**/package.json'
- 'integrations/**/package.json'
- 'package.json'
- 'package-lock.json'
- 'pyproject.toml'
- 'python/cli-bin/**'
- 'scripts/licensing/**'
- 'uv.lock'
docs:
- '.agents/plugins/marketplace.json'
- '.claude-plugin/marketplace.json'
- 'CONTRIBUTING.md'
- 'README.md'
- 'docs/**'
- 'Cargo.lock'
- 'Cargo.toml'
- 'crates/adaptive/src/**'
- 'crates/core/src/**'
- 'crates/ffi/src/**'
- 'crates/node/*.d.ts'
- 'crates/node/*.js'
- 'crates/node/package.json'
- 'crates/*/Cargo.toml'
- 'crates/**/*.md'
- 'fern/**'
- 'integrations/coding-agents/**'
- 'python/nemo_relay/**'
- 'scripts/build-docs.sh'
- 'scripts/docs/**'
rust:
- '.agents/plugins/marketplace.json'
- '.claude-plugin/marketplace.json'
- 'Cargo.lock'
- 'Cargo.toml'
- 'crates/**/Cargo.toml'
- 'crates/**/*.rs'
# The managed pi extension is `.ts`/`.json` under the CLI daemon tree. Changes must run
# the Rust tests that verify the embedded asset inventory and package contents.
- 'crates/cli/src/daemon/managed/pi_extension/**'
- 'crates/worker-proto/proto/**'
- 'crates/ffi/cbindgen.toml'
- 'integrations/coding-agents/**'
- 'scripts/latency_benchmark/daemon_transport/**'
go:
- 'crates/ffi/Cargo.toml'
- 'crates/ffi/build.rs'
- 'crates/ffi/cbindgen.toml'
- 'crates/ffi/nemo_relay.h'
- 'crates/ffi/src/**'
- 'go/**/!(*.md)'
node:
- 'package.json'
- 'package-lock.json'
- 'crates/node/Cargo.toml'
- 'crates/node/build.rs'
- 'crates/node/package.json'
- 'crates/node/*.d.ts'
- 'crates/node/*.js'
- 'crates/node/src/**'
- 'crates/node/tests/**/*.mjs'
- 'scripts/test-support/**'
openclaw:
- 'integrations/openclaw/**'
# The pi extension is a hook client for the CLI gateway, so a change to the
# adapter it posts against should re-run the extension's own suite.
#
# Only the adapter paths are listed, deliberately. `test-pi` is a TypeScript
# typecheck plus Node tests against a *stub* gateway, so it cannot observe the
# `/hooks/pi` route, the event classifier, or the session manager no matter what
# changes there -- and `crates/cli/src/sessions/**` alone would put a full Node
# matrix on nearly every CLI change. Those files are covered by the `rust`
# filter, which matches every `crates/**/*.rs` file and runs the workspace tests
# that exercise the route for real.
pi:
- 'crates/cli/src/agents/pi/**'
- 'crates/cli/src/agents/shared/adapters.rs'
# The extension's source lives under the CLI crate, because the published crate can only
# embed files below its own root. `integrations/pi` holds its README, tsconfig and test
# suite and symlinks the rest, so an edit to the extension itself lands here and would
# otherwise never reach the suite that tests it.
- 'crates/cli/assets/pi-extension/**'
- 'crates/cli/src/daemon/managed/pi_extension/**'
- 'crates/cli/tests/managed_pi_extension_tests.mjs'
- 'integrations/pi/**'
python:
- 'crates/python/Cargo.toml'
- 'crates/python/src/**'
- 'pyproject.toml'
- 'python/**/!(*.md)'
- 'uv.lock'