Skip to content

Fix broken links and stale tool-count figures found in audit - #10

Draft
thefirstspark wants to merge 1 commit into
mainfrom
claude/audit-1ydtjp
Draft

thefirstspark wants to merge 1 commit into
mainfrom
claude/audit-1ydtjp

Conversation

@thefirstspark

Copy link
Copy Markdown
Owner

What this fixes

Ran a site audit per CLAUDE.md/SITE_CONSTITUTION.md and 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 to sparkverse-hub-v2.html (no such file) → sparkverse-hub.html.
  • selector-theory.html../selector-interface.html resolves outside the repo root from a root-level file → selector-interface.html.
  • soul-maps-landing.html — free-tool CTA pointed at soul-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.md pins 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 --shortstat and git diff --ignore-cr-at-eol --shortstat match (no line-ending changes).
  • Each change is a single-line text/href swap; no structural or script changes.

Not included (flagged for Kate, not fixed)

  • investor-deck-v3.html has 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.html carries 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.
  • A 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 separate soul-maps repo. Nothing in the main site hub links to this directory, so it looks orphaned, but nothing was deleted without confirmation.
  • Instruments_of_awakening/index.html links to 5 tool pages under tools/ 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

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
@vercel

vercel Bot commented Sep 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
thefirstspark-github-io Ready Ready Preview Sep 4, 2026 11:40pm UTC

@thefirstspark thefirstspark self-assigned this Sep 11, 2026
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.

2 participants