Skip to content

Commit 358cc66

Browse files
committed
docs: record Go linter cutover
1 parent 219f734 commit 358cc66

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/superpowers/plans/2026-08-27-markdown-url-placement-implementation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Markdown URL Placement Validator Implementation Plan
22

3+
> Superseded for implementation by the Go port design in
4+
> `docs/superpowers/specs/2026-08-27-markdown-url-placement-go-port-design.md`.
5+
> The policy and regression rationale remain historical context; the final
6+
> authoritative checker is Go.
7+
38
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
49
510
**Goal:** Make `lint-guide` reject published-guide URLs that are neither Markdown links nor fenced code-block content.

docs/superpowers/specs/2026-08-27-markdown-url-placement-design.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Markdown URL Placement Validator Design
22

3+
> Superseded for implementation by the Go port design in
4+
> `docs/superpowers/specs/2026-08-27-markdown-url-placement-go-port-design.md`.
5+
> The policy and regression rationale remain historical context; the final
6+
> authoritative checker is Go.
7+
38
## Purpose
49

510
Make URL formatting in published setup guides deterministic and agent-checkable. Every rendered HTTP or HTTPS URL must be presented according to reader intent: as a Markdown link when the reader should open it, or in a fenced code block when the reader should copy it.

0 commit comments

Comments
 (0)