Skip to content

fix(articles): add three articles linked but missing from repo#399

Merged
tractorjuice merged 1 commit into
mainfrom
fix/missing-articles
May 2, 2026
Merged

fix(articles): add three articles linked but missing from repo#399
tractorjuice merged 1 commit into
mainfrom
fix/missing-articles

Conversation

@tractorjuice
Copy link
Copy Markdown
Owner

Summary

  • Three articles linked from `docs/articles.html` were 404ing on the live site because their `.md` and hero PNG files were excluded by the `docs/articles/` .gitignore rule and never force-added.
  • Force-added 6 files (3 markdown + 3 hero PNGs) for: toolkit-drafts-architect-judges, uae-agentic-decree-90-day-playbook, uae-caio-first-90-days.

Test plan

  • Visit https://arckit.org/articles.html and click each of the three article cards — confirm content loads
  • Confirm the hero PNGs render in card previews and on the article detail page

🤖 Generated with Claude Code

…cked

These articles were referenced from articles.html but their .md and hero
PNG files were excluded by the docs/articles/ .gitignore rule, so they
404ed on the live site:

- 2026-04-30-toolkit-drafts-architect-judges
- 2026-04-30-uae-agentic-decree-90-day-playbook
- 2026-04-30-uae-caio-first-90-days (e.g. "CAIO's First 90 Days")

Force-added the 6 files (3 markdown + 3 hero PNGs).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@tractorjuice tractorjuice merged commit f65f9d3 into main May 2, 2026
@tractorjuice tractorjuice deleted the fix/missing-articles branch May 2, 2026 10:47
tractorjuice added a commit that referenced this pull request May 3, 2026
…#404)

The 3 May 2026 essay "I have saved the UK economy £24 billion. ArcKit
is the third time." and its hero PNG were referenced from articles.html
(PR #403) but never committed because .gitignore line 73 excludes
docs/articles/. Forced add to make the published card resolve instead
of 404'ing. Same root cause as #399.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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