Commit 5832156
committed
docs: remove broken markdown links to internal superpowers/ specs
The Docusaurus build for docs.agentos.sh fails with onBrokenMarkdownLinks=throw
because two files contain markdown links to the internal docs/superpowers/
tree, which is gitignored and never published. The build error chain causes
all routes including /benchmarks to 404 in production.
Fixes:
- packages/agentos/docs/memory/POSTGRES_BACKEND.md: removed the
"See the design spec at..." line pointing at
superpowers/specs/2026-04-26-brain-storage-abstraction-design.md
- packages/agentos/CHANGELOG.md: removed the "##### Spec" sub-section
pointing at the same superpowers spec + plan paths (under the
0.4.0 release notes block at line 5803-5806 of source CHANGELOG)
The plain-text "Spec: docs/superpowers/..." commit-body lines still
exist throughout the CHANGELOG (13 pairs) but are not bracket-link
markdown so they don't trigger MDX broken-link errors. Recommend
configuring semantic-release to filter superpowers/-prefixed paths
out of future generated commit-body sections to prevent this from
re-occurring on the next release.1 parent 84dd048 commit 5832156
2 files changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5800 | 5800 | | |
5801 | 5801 | | |
5802 | 5802 | | |
5803 | | - | |
5804 | | - | |
5805 | | - | |
5806 | | - | |
5807 | | - | |
5808 | 5803 | | |
5809 | 5804 | | |
5810 | 5805 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
0 commit comments