Conversation
On /portfolio.html the Nagel Index appeared twice and both cards went to the essay: once from APORIA, which is right, and once from PROJECTS, which is meant to be the interactive work. The project entry has always carried the Lincoln portrait as its image, so the dashboard was the intent; only the URL said otherwise. It now points at lincoln_dashboard.html — which is also what the dashboards index canonicalises to, is indexed rather than noindex, and carries the seven-figure picker, so a visitor lands somewhere real and can move between figures. The description says there are seven of them, which the card never mentioned. Noted while checking, not changed: 'featured' is declared on 15 PROJECTS entries and read by no template — the homepage renders no project cards at all. It reads as a live switch that does nothing. Recorded in BACKLOG.md. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This branch has not been deployed
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.
On
/portfolio.htmlthe Nagel Index appeared twice, and both cards went to the essay:APORIA/aporia/nagel-essay/— correctPROJECTS/aporia/nagel-essay/— wrongThe second is the interactive work, and it has always carried the Lincoln portrait as its card image — so the dashboard was the intent all along; only the URL said otherwise.
Which dashboard
/aporia/nagel-essay/dashboards/lincoln_dashboard.html, for three reasons rather than taste:noindex(I set that in Language, /hu/ retirement, sitemap hygiene, canonicals (CI-08, CI-02, CI-05, CI-06) #9, because it duplicated Lincoln's title and content);Also extended the description to say there are seven, which the card never mentioned.
Checked for knock-on effects
PROJECTSfeeds the grid,sitemap-projects.xmlandllms.txt, so all three followed. The sitemap still lists Lincoln once — the template's dedup handles the overlap withNAGEL_DASHBOARDS.Noted, not changed
'featured'is declared on 15PROJECTSentries and read by no template. The homepage renders no project cards at all, so the flag is inert — it reads as a live switch that does nothing. Either wire it up or drop the key; recorded inBACKLOG.mdrather than guessed at.Verified: linter 39 pages / 0 errors,
npm test20/20.🤖 Generated with Claude Code