chore(release): v0.5.0, since LINK-INTERNAL-FIXTURE is a new check

This commit is contained in:
Kjell Tore Guttormsen 2026-08-09 14:31:55 +02:00
commit 63c75d841c
4 changed files with 17 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "repo-standard",
"version": "0.4.0",
"version": "0.5.0",
"description": "Per-repo gate for the open/ presentation standard: README first screen, install block, files required by the repo's class, and dead repo references.",
"author": {
"name": "Kjell Tore Guttormsen"

View file

@ -4,6 +4,20 @@ All notable changes to this project are documented here.
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/);
versioning is [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.5.0] — 2026-08-09
### Added
- `LINK-INTERNAL-FIXTURE`: a dead link inside a `test/`, `tests/`,
`fixtures/`, or `*golden*` path now reports as `SKIP` instead of `WARN`.
These paths are presumed to break their own links on purpose —
`nav-golden-escape/bundle/index.md`'s deliberate `../../../../etc/passwd`
escape pops the whole base path instead of resolving outside the repo, so
it read as a genuine dead link against three repos in the org. The finding
still fires with file and line; only the judgement changes. Measured
before shipping: 16 `LINK-INTERNAL-*` findings before, 16 after, across
all 20 local clones — every one converted 1:1, none disappeared.
## [0.4.0] — 2026-08-09
### Added

View file

@ -10,7 +10,7 @@ checks that surface in one repository and reports what it finds.
*AI-generated: all code produced by Claude Code through dialog-driven development.*
![Version](https://img.shields.io/badge/version-0.4.0-blue)
![Version](https://img.shields.io/badge/version-0.5.0-blue)
![Platform](https://img.shields.io/badge/platform-Claude_Code_Plugin-purple)
![Skills](https://img.shields.io/badge/skills-1-orange)
![License](https://img.shields.io/badge/license-MIT-lightgrey)

View file

@ -1,6 +1,6 @@
{
"name": "repo-standard",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"type": "module",
"engines": {