Skip to content

fix(update-bulletin-job): dynamic workspace path + wrap full body in try/catch#26460

Merged
siddseethepalli merged 1 commit into
mainfrom
swarm/b3c5/task-25
Apr 18, 2026
Merged

fix(update-bulletin-job): dynamic workspace path + wrap full body in try/catch#26460
siddseethepalli merged 1 commit into
mainfrom
swarm/b3c5/task-25

Conversation

@siddseethepalli

@siddseethepalli siddseethepalli commented Apr 18, 2026

Copy link
Copy Markdown
Contributor

Address Codex + Devin on #26399. (1) UPDATE_BULLETIN_HINT hardcoded ~/.vellum/workspace/UPDATES.md, breaking multi-instance and Docker where BASE_DATA_DIR/VELLUM_WORKSPACE_DIR overrides the path. Convert to a function that uses getWorkspaceDirDisplay() for runtime-correct paths. (2) getMemoryCheckpoint/setMemoryCheckpoint calls sat outside the try/catch but call into Drizzle/SQLite which can throw — violating the JSDoc never-throws contract. Wrap the entire body so callers can safely fire-and-forget.


Open in Devin Review

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

Comment thread assistant/src/prompts/update-bulletin-job.ts

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0e3d02b0d1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread assistant/src/prompts/update-bulletin-job.ts
@siddseethepalli

Copy link
Copy Markdown
Contributor Author

Addressed in #26496

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