From 2bd612b142bde92b0d1696da9e5c61935f820e9b Mon Sep 17 00:00:00 2001 From: "K. O. A." Date: Mon, 6 Jul 2026 00:52:34 -0400 Subject: [PATCH] Release 1.0.0 First stable release. Move the accumulated [Unreleased] changes under a dated ## [1.0.0] heading, bump the version 0.1.0 -> 1.0.0 in the spec header and README table, flip the document Status from Draft to Stable, and update the CHANGELOG compare links. Merging this cuts the v1.0.0 tag + GitHub Release via the release-on-merge workflow. tools/check_versions.py: versions consistent at 1.0.0. Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: K. O. A. --- CHANGELOG.md | 10 +++++++++- README.md | 4 ++-- spec/plugin-spec-v1.md | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ceb98..a66b707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ for how the document, manifest, and per-plugin versions relate. ## [Unreleased] +## [1.0.0] - 2026-07-06 + +First stable release of the feedBack plugin specification. Marks the normative spec and its +companion best-practices guide (54 rules, ground-truthed against the app) as stable, consolidating +everything accumulated since the 0.1.0 draft. The version string moves 0.1.0 → 1.0.0 and the +document status changes from Draft to Stable. + ### Changed - §8 (Capabilities) and `schemas/plugin.schema.json` now document the real capability-declaration vocabulary, ground-truthed against every bundled plugin: the domain keys and fields are an @@ -154,5 +161,6 @@ Initial draft of the feedBack plugin specification. - Repository governance: README, CONTRIBUTING (DCO + enhancement-proposal process), GOVERNANCE, CODE_OF_CONDUCT, issue templates, and AGPL-3.0-only licensing. -[Unreleased]: https://github.com/got-feedback/feedBack-plugin-spec/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/got-feedback/feedBack-plugin-spec/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/got-feedback/feedBack-plugin-spec/compare/v0.1.0...v1.0.0 [0.1.0]: https://github.com/got-feedback/feedBack-plugin-spec/releases/tag/v0.1.0 diff --git a/README.md b/README.md index 31fbac0..15fc771 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ with a screen, a settings panel, server routes, and/or a declared capability. | | | |---|---| -| **Specification version** | 0.1.0 | +| **Specification version** | 1.0.0 | | **Manifest major version** | 1 | -| **Status** | Draft | +| **Status** | Stable | | **Manifest file** | `plugin.json` | ## What a plugin looks like diff --git a/spec/plugin-spec-v1.md b/spec/plugin-spec-v1.md index 450ae84..0f3ac95 100644 --- a/spec/plugin-spec-v1.md +++ b/spec/plugin-spec-v1.md @@ -1,8 +1,8 @@ # feedBack Plugin Specification -- **Specification version:** 0.1.0 +- **Specification version:** 1.0.0 - **Manifest major version:** 1 -- **Status:** Draft +- **Status:** Stable - **Manifest file:** `plugin.json` This document defines what a **feedBack plugin** is: the on-disk layout, the `plugin.json`