|
1 | | -# Canonical deploy-pipeline goal patch manifest (both repos). |
2 | | -# Verification step 6 copies this file to {SCRATCH}/CHANGED_FILES.txt and changed-files.txt. |
3 | | -# One path per line; repo prefix required for dual-repo honesty. |
| 1 | +# Goal patch manifest — repo-relative paths (single RustAPI git tree). |
| 2 | +# Step 6 requires every line to appear in git diff under this repo. |
4 | 3 |
|
5 | | -# --- RustAPI --- |
6 | | -RustAPI/CHANGED_FILES |
7 | | -RustAPI/.gitignore |
8 | | -RustAPI/crates/cargo-rustapi/src/commands/deploy.rs |
9 | | -RustAPI/crates/cargo-rustapi/src/config.rs |
10 | | -RustAPI/crates/cargo-rustapi/tests/cli_tests.rs |
11 | | -RustAPI/crates/rustapi-core/src/extract.rs |
12 | | -RustAPI/crates/rustapi-core/src/multipart.rs |
13 | | -RustAPI/scripts/run-verification-plan.ps1 |
| 4 | +CHANGED_FILES |
| 5 | +.gitignore |
| 6 | +crates/cargo-rustapi/src/commands/deploy.rs |
| 7 | +crates/cargo-rustapi/src/config.rs |
| 8 | +crates/cargo-rustapi/tests/cli_tests.rs |
| 9 | +crates/rustapi-core/src/extract.rs |
| 10 | +crates/rustapi-core/src/multipart.rs |
| 11 | +scripts/run-verification-plan.ps1 |
| 12 | +Cargo.toml |
14 | 13 |
|
15 | | -# --- RustAPI-Cloud (verification drivers called out in plan step 6) --- |
16 | 14 | RustAPI-Cloud/.cargo/config.toml |
| 15 | +RustAPI-Cloud/scripts/run-verification-plan.ps1 |
17 | 16 | RustAPI-Cloud/.gitignore |
18 | 17 | RustAPI-Cloud/Cargo.toml |
19 | 18 | RustAPI-Cloud/fixtures/port-listener/Cargo.toml |
20 | 19 | RustAPI-Cloud/fixtures/port-listener/src/main.rs |
21 | 20 | RustAPI-Cloud/migrations/002_deploy.sql |
22 | | -RustAPI-Cloud/scripts/run-verification-plan.ps1 |
23 | 21 | RustAPI-Cloud/src/auth/bearer.rs |
24 | 22 | RustAPI-Cloud/src/bin/mint-verify-jwt.rs |
25 | 23 | RustAPI-Cloud/src/bin/verify-deploy-e2e.rs |
|
0 commit comments