chore(patches): untrack SDD scratch, exclude design docs from markdownlint, fix README table

Remove the accidentally-committed .superpowers/ scratch (briefs/reports) and
gitignore it.
Exclude specs/ and plans/ design docs from markdownlint (like the existing
docs/superpowers/** exclusion).
Pad the registry README table separator so it satisfies MD060.
This commit is contained in:
Patrick Schratz 2026-06-30 09:58:04 +02:00
commit e802124ec3
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -2,3 +2,6 @@
ignores:
- LICENSE.md
- docs/superpowers/**
# Internal design docs (specs/plans) are not user-facing reference material.
- specs/**
- plans/**