Skip to content

fix: move weekly updates to /updates and fix cron job workflow#4814

Merged
ComputelessComputer merged 2 commits into
mainfrom
devin/1774786665-weekly-w13-2026
Mar 29, 2026
Merged

fix: move weekly updates to /updates and fix cron job workflow#4814
ComputelessComputer merged 2 commits into
mainfrom
devin/1774786665-weekly-w13-2026

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Mar 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Weekly blog posts were being created under apps/web/content/articles/ but should live under apps/web/content/updates/ to match the existing updates content collection and /updates route.

This PR:

  • Moves this week's post to apps/web/content/updates/2026-03-29.mdx with the correct updates frontmatter schema (title + date only)
  • Moves last week's misplaced post (w12-2026.mdx) to apps/web/content/updates/2026-03-22.mdx with the same fix
  • Updates devin_weekly_blog.yaml cron workflow so future automated runs create files under content/updates/ with the correct frontmatter format and date-based filenames (YYYY-MM-DD.mdx)

Blog post content (covering desktop v1.0.18 and CLI v1.0.3–v1.0.15) is unchanged.

Review & Testing Checklist for Human

  • Updates page rendering — visit /updates and /updates/2026-03-29 to verify the new posts appear correctly and match the style of older posts (e.g. 2026-03-15)
  • No broken links to old article paths — confirm nothing references /articles/w12-2026 or /articles/w13-2026 (these were likely only linked from the now-removed articles themselves, but worth a quick search)
  • Workflow prompt correctness — review the updated devin_weekly_blog.yaml prompt to ensure the instructions for path, filename format, and frontmatter are clear and will produce valid entries on the next scheduled run

Recommended test plan: deploy the preview and check that /updates lists both new entries and that individual post pages render without errors.

Notes

  • The apps/desktop typecheck has a pre-existing codemirror version mismatch error unrelated to this PR.
  • apps/web content-collections build passes (342 documents including the new updates).
  • The previous week's post (w12-2026.mdx) was also misplaced in articles/ by an earlier automated run; this PR corrects both.

Link to Devin session: https://app.devin.ai/sessions/e4679f3024ad4e299c433061b5ba3e0f
Requested by: @ComputelessComputer

Co-Authored-By: bot_apk <apk@cognition.ai>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@netlify

netlify Bot commented Mar 29, 2026

Copy link
Copy Markdown

Deploy Preview for char-cli-web canceled.

Name Link
🔨 Latest commit 9a0e7d7
🔍 Latest deploy log https://app.netlify.com/projects/char-cli-web/deploys/69c941eb11d8d90008774db9

@netlify

netlify Bot commented Mar 29, 2026

Copy link
Copy Markdown

Deploy Preview for hyprnote ready!

Name Link
🔨 Latest commit 9a0e7d7
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote/deploys/69c941eba44afe0008b83324
😎 Deploy Preview https://deploy-preview-4814--hyprnote.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

- Move w13-2026.mdx from articles/ to updates/2026-03-29.mdx
- Move w12-2026.mdx from articles/ to updates/2026-03-22.mdx
- Fix frontmatter to match updates schema (title + date only)
- Update devin_weekly_blog workflow to create files under content/updates/ with correct frontmatter format

Co-Authored-By: John <john@hyprnote.com>
@devin-ai-integration devin-ai-integration Bot changed the title blog(weekly): March 29, 2026 fix: move weekly updates to /updates and fix cron job workflow Mar 29, 2026
@ComputelessComputer ComputelessComputer merged commit a6eef5b into main Mar 29, 2026
13 checks passed
@ComputelessComputer ComputelessComputer deleted the devin/1774786665-weekly-w13-2026 branch March 29, 2026 16:21
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