Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions spec/plugin-spec-v1.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
Loading