Skip to content

fix: exclude superpowers docs from VitePress build#147

Merged
rohal12 merged 1 commit into
mainfrom
fix/docs-build-vitepress
Mar 28, 2026
Merged

fix: exclude superpowers docs from VitePress build#147
rohal12 merged 1 commit into
mainfrom
fix/docs-build-vitepress

Conversation

@rohal12

@rohal12 rohal12 commented Mar 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add srcExclude: ['superpowers/**'] to VitePress config to exclude internal plan/spec files from the docs build
  • Fixes docs:build failure caused by Vue template compiler choking on HTML code blocks in docs/superpowers/plans/2026-03-27-transient-variables.md ("Duplicate attribute" error at line 1135)

Test plan

  • bun run docs:build passes cleanly
  • No change to published documentation (superpowers files are internal)

🤖 Generated with Claude Code

Internal plan/spec files contain code blocks that trigger Vue template
compiler errors (duplicate attribute in transient-variables plan).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Release preview: merging this PR will publish v0.43.5 (patch bump from v0.43.4)

@github-actions

Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 77.56% 2855 / 3681
🔵 Statements 76.54% 3116 / 4071
🔵 Functions 69.04% 513 / 743
🔵 Branches 73.64% 1559 / 2117
File CoverageNo changed files found.
Generated in workflow #226 for commit d7550e5 by the Vitest Coverage Report Action

@rohal12 rohal12 enabled auto-merge March 28, 2026 02:40
@rohal12 rohal12 merged commit 317252a into main Mar 28, 2026
5 checks passed
@rohal12 rohal12 deleted the fix/docs-build-vitepress branch March 28, 2026 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant