Publish maintained fork with integrated Docs workflow improvements - #10
Conversation
Add a method-scoped validation policy for raw JSON requests, preserving strict helper calls and validation of known fields. Cover recursive preview fields, dry runs, request serialization, and CLI scope with regression tests.
|
The publication branch passed fresh local validation (946 tests, format, strict Clippy and build) and independent review. The three maintained fork workflows are now running on this PR. An inherited |
|
Published
The published tree exactly matches the locally validated tree (946 tests). GitHub confirms public visibility and the native |
Result
Make
ratovarius/cli:mainthe maintained public fork containing the reviewed Google Docs workflow improvements. The fork remains natively linked togoogleworkspace/cli; original history, authorship, copyright notices, and Apache-2.0 licensing are preserved.The README now installs this fork from source and identifies its maintainer.
FORK.mdlinks every improvement to its issue and focused upstream PR.CONTRIBUTING.mddocuments fork-local development, clean upstream submissions, and reviewed upstream syncs. CLI help and shared agent guidance route fork feedback here while retaining upstream attribution.Integrated contributions
The upstream branches/PRs remain separate and open. This PR integrates them here; it does not assert upstream acceptance. A pristine
upstream-mainbranch records the imported original main.Independent maintenance
.github/upstream-workflows/, where Actions does not execute them. Those jobs assume Google-owned bots, publishing destinations, live accounts, or policies. The archive README documents the smaller initial fork CI scope.Validation
cargo fmt --all -- --check,cargo clippy --workspace --locked -- -D warnings, andcargo build --workspace --lockedpassed.Fixes #1
Fixes #2
Fixes #3
Fixes #4
Fixes #5
Fixes #6
Fixes #7
Fixes #8
Fixes #9