From d9abfe66e88a0021545ba246bb3f4198c1b325c9 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 9 Sep 2026 10:38:54 +0000 Subject: [PATCH] fix: strip trailing blank lines at EOF in docs The plugin whitespace check failed on main after c6cf2bc because docs/development.md, docs/migrations.md, and docs/usage.md each had an extra blank line at EOF. Remove only those trailing blank lines. Co-authored-by: Dennis Geldmacher --- docs/development.md | 1 - docs/migrations.md | 1 - docs/usage.md | 1 - 3 files changed, 3 deletions(-) diff --git a/docs/development.md b/docs/development.md index 5f4970c..807d879 100644 --- a/docs/development.md +++ b/docs/development.md @@ -86,4 +86,3 @@ The release check validates all three manifests and target bundles, Agent Skills Before a release, complete the [release checklist](release-checklist.md). Runtime checks remain separate: [Agent Plugins runtime smoke](agent-plugins-runtime-smoke.md), [Cursor runtime smoke](runtime-smoke.md), and [Codex runtime smoke](codex-runtime-smoke.md). Repository maintainers may explicitly invoke `$release-plugin` in Codex or `/release-plugin` in Cursor. That single no-argument journey selects a semantic version from the actual changes, prepares consistent manifests and package metadata, runs the complete gate, may create one bounded release commit, creates a lightweight version tag, atomically pushes `main` and the tag, publishes only the Cursor and Codex archives, and verifies downloaded bytes. It reuses a suitable prepared version and resumes an exact incomplete release without bumping again. It never deploys or installs the plugin, restarts a host, overwrites an existing release, or repairs mixed remote state. - diff --git a/docs/migrations.md b/docs/migrations.md index 7915b98..edb247e 100644 --- a/docs/migrations.md +++ b/docs/migrations.md @@ -25,4 +25,3 @@ Efficiency 2.0 removed the old aliases; 3.0 keeps the smaller surface: | `efficiency-budget` | `efficiency` | | `efficiency-review` | `efficiency` | | `context-change-auditor` | `efficiency-auditor` with a context focus | - diff --git a/docs/usage.md b/docs/usage.md index 4453451..ac175b4 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -107,4 +107,3 @@ Broad compatibility ranges are not certified yet; release receipts record exact - [Agent Plugins 1.0.0 specification](https://agent-plugins.org/specification) - [Agent Skills specification](https://agentskills.io/specification) - [RTK documentation](https://www.rtk-ai.app/docs/) -