chore(linkedin-studio): re-baseline 4.1.0 → 0.4.0 (honest pre-1.0 maturity)
Reset version declarations to v0.4.0 across plugin.json, README badge + version-history, CLAUDE.md header, and the root marketplace README entry. The 1.0.0–4.1.0 numbering reflected ambition, not maturity: user data still lives inside the plugin tree (.gitignore-defended), no command has passed the hardening quality-gate, command testing is incomplete, and there is no GUI. A deliberate marketplace downgrade (existing installs will not auto-pull a lower number). Path to v1.0.0 = architecture (M0 per-user data-dir migration) + hardening + command testing + GUI. No functionality changed — only version declarations; all prior changelog/history preserved. Lint green (Passed 74 / Failed 0). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
019fe4ed0b
commit
64a3b0b84d
5 changed files with 15 additions and 4 deletions
|
|
@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.4.0] - 2026-05-31
|
||||
|
||||
### Re-baselined
|
||||
**Honest version reset: 4.1.0 → 0.4.0.** The project was previously numbered 1.0.0–4.1.0, but those were pre-release iterations. The honest maturity is **v0.4.0**: user data still lives inside the plugin tree (defended only by `.gitignore`), no command has yet passed the hardening quality-gate, command testing is incomplete, and there is no GUI. This is a deliberate marketplace *downgrade* — existing installs will not auto-pull a lower number. The path to **v1.0.0** is four workstreams: **architecture** (move all user data out of the plugin into a per-user data dir — the M0 migration), **hardening** (every command through the quality-gate), **command testing** (each command run against real/isolated ground truth), and a **GUI**.
|
||||
|
||||
### Changed
|
||||
- Version declarations reset to `0.4.0` across `.claude-plugin/plugin.json`, `README.md` (badge + version-history), `CLAUDE.md` (header), and the root marketplace `README.md` entry. **No functionality changed** — no code, command, agent, hook, or state-shape change. All prior changelog entries below are preserved as the development history.
|
||||
|
||||
## [4.1.0] - 2026-05-30
|
||||
|
||||
### Summary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue