Fix broken links and stale tool-count figures found in audit - #10
Draft
thefirstspark wants to merge 1 commit into
Draft
thefirstspark wants to merge 1 commit into
thefirstspark wants to merge 1 commit into
Conversation
Broken links: - select-release-witness.html: /soul-maps.html (404) -> /map.html (canonical Buy a Soul Map link) - archetype-discovery.html: sparkverse-hub-v2.html (404, no such file) -> sparkverse-hub.html - selector-theory.html: ../selector-interface.html (wrong relative path from root) -> selector-interface.html - soul-maps-landing.html: free-tool CTA pointed at soul-map.html, which SITE_CONSTITUTION.md explicitly says the free preview must never use -> soul-pattern-generator.html Stale "Tools Shipped" figure (CLAUDE.md pins this at 57+ across investor pages): - investor-deck-v4.html: 70+ -> 57+ - investor-deck-v3.html: 60+ -> 57+ - investor-call-companion.html: 50+ -> 57+ - prof.html: 50+ -> 57+ (two spots; page already said 57+ elsewhere) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0139Ksd56yZzj45R9tTRQFt7
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this fixes
Ran a site audit per
CLAUDE.md/SITE_CONSTITUTION.mdand pushed the unambiguous, mechanical fixes. Judgment-call findings (content/business decisions) are reported separately in chat, not included here.Broken links
select-release-witness.html— 3 links to/soul-maps.html(file doesn't exist) →/map.html, the canonical "Buy a Soul Map" link.archetype-discovery.html— link tosparkverse-hub-v2.html(no such file) →sparkverse-hub.html.selector-theory.html—../selector-interface.htmlresolves outside the repo root from a root-level file →selector-interface.html.soul-maps-landing.html— free-tool CTA pointed atsoul-map.html;SITE_CONSTITUTION.md§3 explicitly says the free preview must never use that file →soul-pattern-generator.html.Stale "Tools Shipped" figure
CLAUDE.mdpins this at 57+ across the investor-materials list. These pages still showed older counts:investor-deck-v4.html: 70+ → 57+investor-deck-v3.html: 60+ → 57+investor-call-companion.html: 50+ → 57+prof.html: 50+ → 57+ (two spots; the page already said 57+ elsewhere, so this was an internal inconsistency)Verification
git diff --shortstatandgit diff --ignore-cr-at-eol --shortstatmatch (no line-ending changes).Not included (flagged for Kate, not fixed)
investor-deck-v3.htmlhas a live interactive valuation slider modeling a $1M–$2.5M pre-money range ("Stretch: $2.5M+"), which contradicts the current fixed $2M post-money SAFE cap / 12.5% terms.investor-deck-v4.htmlcarries the same slider JS as dead code (no matching DOM element, so harmless).tfs-valuation.html's asset-valuation methodology computes replacement cost off a "60+ tools" count with an explanatory note ("updated from 57 to 60+") — tied to dollar math, so left alone pending a decision on which count is authoritative.soul-maps/directory in this repo (index.html,master-tier.html,color-codex.html) links to ~50 individual customer soul-map files that don't exist here — they appear to belong to the separatesoul-mapsrepo. Nothing in the main site hub links to this directory, so it looks orphaned, but nothing was deleted without confirmation.Instruments_of_awakening/index.htmllinks to 5 tool pages undertools/that don't exist at all — that subdirectory is missing entirely.🤖 Generated with Claude Code
https://claude.ai/code/session_0139Ksd56yZzj45R9tTRQFt7
Generated by Claude Code