Skip to content

Commit e04ec55

Browse files
committed
refactor: rename crates/cli to crates/google-workspace-cli
1 parent 4d35ebd commit e04ec55

47 files changed

Lines changed: 4 additions & 4 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/policy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
run: |
3737
# Check CLI crate for prohibited google-* registry crates.
3838
# Path dependencies (e.g. google-workspace = { path = ... }) are allowed.
39-
if grep -E "^google-[a-zA-Z0-9_-]+[[:space:]]*=" crates/cli/Cargo.toml | grep -v 'path[[:space:]]*='; then
40-
echo "::error file=crates/cli/Cargo.toml::Violates AGENTS.md: Adding generated google-* crates is prohibited. The CLI uses dynamic schema discovery at runtime."
39+
if grep -E "^google-[a-zA-Z0-9_-]+[[:space:]]*=" crates/google-workspace-cli/Cargo.toml | grep -v 'path[[:space:]]*='; then
40+
echo "::error file=crates/google-workspace-cli/Cargo.toml::Violates AGENTS.md: Adding generated google-* crates is prohibited. The CLI uses dynamic schema discovery at runtime."
4141
exit 1
4242
fi
4343
echo "Policy check passed."

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
[workspace]
16-
members = ["crates/cli", "crates/google-workspace"]
16+
members = ["crates/google-workspace-cli", "crates/google-workspace"]
1717
resolver = "2"
1818

1919
# The profile that 'cargo dist' will build with
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)