Skip to content

[docs] chore: prune completed internal plans - #260

Merged
Wangmerlyn merged 1 commit into
mainfrom
codex/prune-completed-plan-artifacts
Jul 1, 2026
Merged

[docs] chore: prune completed internal plans#260
Wangmerlyn merged 1 commit into
mainfrom
codex/prune-completed-plan-artifacts

Conversation

@Wangmerlyn

Copy link
Copy Markdown
Owner

Summary

  • prune completed internal agent plan artifacts under docs/plans/
  • remove the generated SkillCheck report under docs/skills/
  • keep the public docs, README, citation metadata, and Zenodo badge unchanged

Notes

mkdocs.yml already excludes plans/** and skills/**, and public docs/tests/AGENTS only refer to those directories as internal artifact locations. The durable behavior contracts remain captured in public docs, AGENTS.md, implementation, and tests.

The Zenodo badge remains in README.md exactly as:

[![DOI](https://zenodo.org/badge/987167271.svg)](https://doi.org/10.5281/zenodo.17129114)

Local verification

  • git diff --check
  • rg link/reference check outside docs/plans/** and docs/skills/**: no matches
  • PYTHONPATH=$PWD/src mkdocs build --strict --site-dir "$tmp/site" --clean
  • PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$PWD/src pytest -p no:cacheprovider tests/test_package_metadata.py tests/test_ci_workflows.py -q (25 passed)
  • pre-commit run --all-files --show-diff-on-failure
  • PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$PWD/src pytest -p no:cacheprovider tests -q (1020 passed, 11 skipped)

Local review

Local subagent review completed with no Critical, Important, or Minor findings. Reviewer confirmed:

  • deletion scope is limited to excluded internal artifacts
  • public references are generic policy mentions, not links to deleted files
  • the active-looking stale plan's durable outcome is captured elsewhere
  • leaving docs/plans/ and docs/skills/ absent is fine because future agents can recreate them
  • Zenodo badge remains present in README.md

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@Wangmerlyn, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 53 seconds

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 24a0c29a-ae7d-4b9f-8c68-05ebb86c75e7

📥 Commits

Reviewing files that changed from the base of the PR and between f3dbd48 and 7260c94.

📒 Files selected for processing (128)
  • docs/plans/api-encoded-path-json-errors.md
  • docs/plans/api-gpus-noncanonical.md
  • docs/plans/api-reference-direct-controllers.md
  • docs/plans/busy-threshold-cli-validation.md
  • docs/plans/busy-threshold-range.md
  • docs/plans/ci-no-root-requirements.md
  • docs/plans/cli-json-port-errors.md
  • docs/plans/cli-jsonrpc-envelope-validation.md
  • docs/plans/cli-jsonrpc-request-version.md
  • docs/plans/cli-jsonrpc-response-id-type.md
  • docs/plans/cli-local-validation-before-service.md
  • docs/plans/cli-pid-ownership-strict.md
  • docs/plans/cli-ps-start-identity.md
  • docs/plans/cli-reject-root-options-before-start.md
  • docs/plans/cli-rpc-error-message.md
  • docs/plans/cli-service-endpoint-validation.md
  • docs/plans/cli-service-payload-validation.md
  • docs/plans/cli-service-result-job-id-validation.md
  • docs/plans/cli-service-stop-require-live-status.md
  • docs/plans/cli-status-stop-job-id-validation.md
  • docs/plans/cli-strict-service-payload-validation.md
  • docs/plans/cli-unconditional-threshold-log.md
  • docs/plans/cli-validate-start-job-id.md
  • docs/plans/controller-health-status.md
  • docs/plans/controller-startup-allocation-handshake.md
  • docs/plans/controller-startup-failures.md
  • docs/plans/controller-startup-unavailable-errors.md
  • docs/plans/cuda-mask-no-torch-fallback.md
  • docs/plans/cuda-mps-runtime-health-status.md
  • docs/plans/cuda-nvml-startable-listing.md
  • docs/plans/cuda-visible-device-telemetry.md
  • docs/plans/cuda-visible-prefix-mask-parity.md
  • docs/plans/dashboard-decouple-refresh.md
  • docs/plans/dashboard-refresh-controls.md
  • docs/plans/dashboard-rest-error-messages.md
  • docs/plans/dashboard-unconditional-threshold-label.md
  • docs/plans/dashboard-unknown-utilization-summary.md
  • docs/plans/defer-allocation-while-busy.md
  • docs/plans/direct-controller-rank-validation.md
  • docs/plans/docs-eco-safe-overview.md
  • docs/plans/docs-explicit-mkdocs.md
  • docs/plans/docs-explicit-pymdown.md
  • docs/plans/docs-mkdocs-major-bound.md
  • docs/plans/docs-platform-parity.md
  • docs/plans/drop-cuda-matmul-alias.md
  • docs/plans/duplicate-cuda-mask-telemetry.md
  • docs/plans/eco-safe-default-busy-threshold.md
  • docs/plans/fix-cli-json-output.md
  • docs/plans/fractional-interval-parity.md
  • docs/plans/global-python-vram-default-1gib.md
  • docs/plans/global-zero-controllers.md
  • docs/plans/gpu-listing-unavailable-503.md
  • docs/plans/head-static-assets.md
  • docs/plans/http-content-length-validation.md
  • docs/plans/http-encoded-leading-slash-routes.md
  • docs/plans/http-implemented-method-405-routing.md
  • docs/plans/http-json-unsupported-methods.md
  • docs/plans/http-jsonrpc-parse-error-envelope.md
  • docs/plans/http-reject-negative-content-length.md
  • docs/plans/jsonrpc-gpu-ids-invalid-params.md
  • docs/plans/jsonrpc-invalid-id-null.md
  • docs/plans/jsonrpc-invalid-params-code.md
  • docs/plans/jsonrpc-request-version-validation.md
  • docs/plans/large-memory-marker-gate.md
  • docs/plans/late-release-cache-cleanup.md
  • docs/plans/lifecycle-state-truth.md
  • docs/plans/list-gpus-enumeration-unavailable.md
  • docs/plans/list-gpus-server-contract.md
  • docs/plans/macm-input-validation.md
  • docs/plans/macm-startup-handshake.md
  • docs/plans/macm-startup-stop-failure-retention.md
  • docs/plans/mcp-executable-endpoint-validation.md
  • docs/plans/mcp-finite-numeric-validation.md
  • docs/plans/mcp-job-id-schema.md
  • docs/plans/mcp-job-id-validation.md
  • docs/plans/mcp-list-gpus-unavailable.md
  • docs/plans/mcp-port-validation.md
  • docs/plans/mcp-protocol-handshake-tools.md
  • docs/plans/mcp-starting-status.md
  • docs/plans/mcp-tool-internal-errors.md
  • docs/plans/metadata-test-no-packaging-parser.md
  • docs/plans/nonblocking-status-health-refresh.md
  • docs/plans/nvml-monitor-reject-malformed-visible-mask.md
  • docs/plans/pending-stop-status-truth.md
  • docs/plans/public-session-contract.md
  • docs/plans/py38-postponed-annotations.md
  • docs/plans/rank-type-before-device-count.md
  • docs/plans/reject-empty-cli-gpu-ids.md
  • docs/plans/reject-non-finite-intervals.md
  • docs/plans/reject-non-object-session-json.md
  • docs/plans/rest-gpu-list-payload-validation.md
  • docs/plans/rest-json-errors-get-delete.md
  • docs/plans/rest-prevalidate-session-input.md
  • docs/plans/rest-session-empty-gpus-doc.md
  • docs/plans/rocm-extra-install-compat.md
  • docs/plans/rocm-list-gpus-precedence.md
  • docs/plans/rocm-mask-unknown-monitor-count.md
  • docs/plans/rocm-max-allocation-retries-validation.md
  • docs/plans/rocm-platform-precedence.md
  • docs/plans/rocm-positive-iterations.md
  • docs/plans/rocm-runtime-failure-retention.md
  • docs/plans/rocm-startable-listing.md
  • docs/plans/rocm-visible-rank-telemetry.md
  • docs/plans/rpc-encoded-aliases.md
  • docs/plans/rpc-get-method-json-error.md
  • docs/plans/rpc-leading-slash-routes.md
  • docs/plans/service-live-pid-guard.md
  • docs/plans/service-pid-ownership.md
  • docs/plans/service-pid-record-cleanup.md
  • docs/plans/service-stop-active-session-guard.md
  • docs/plans/session-start-reservation.md
  • docs/plans/shared-endpoint-validation.md
  • docs/plans/single-gpu-default-1gib.md
  • docs/plans/start-autostart-rollback.md
  • docs/plans/startup-enumeration-unavailable.md
  • docs/plans/status-payload-contract.md
  • docs/plans/stop-all-release-concurrency.md
  • docs/plans/stop-conflicting-flags.md
  • docs/plans/stop-starting-session-timeout.md
  • docs/plans/telemetry-probe-hygiene.md
  • docs/plans/telemetry-reinit.md
  • docs/plans/telemetry-unknown-backoff.md
  • docs/plans/utilization-range-normalization.md
  • docs/plans/validate-global-input-before-platform.md
  • docs/plans/validate-stop-payload-consistency.md
  • docs/plans/visible-gpu-id-validation.md
  • docs/plans/visible-gpu-listing.md
  • docs/skills/gpu-keepalive-with-keepgpu/skillcheck-free-report.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/prune-completed-plan-artifacts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Wangmerlyn
Wangmerlyn merged commit 9b0c10d into main Jul 1, 2026
6 checks passed
@Wangmerlyn
Wangmerlyn deleted the codex/prune-completed-plan-artifacts branch July 1, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant