Skip to content

Update example workspaces for 0.1.6 release#12

Merged
ljagiello merged 1 commit into
mainfrom
0.1.6-updates
May 12, 2026
Merged

Update example workspaces for 0.1.6 release#12
ljagiello merged 1 commit into
mainfrom
0.1.6-updates

Conversation

@basedfriday

Copy link
Copy Markdown
Contributor

Summary

Aligns all example workspaces with the 0.1.6 release of friday-studio.

  • Memory tool rename: memory_readlist_memory_entries, memory_savesave_memory_entry across agents/tools lists and prompt instructions (dnd-campaign-manager, fitness-tracker, google-sheets-query, inbox-zero, networking-crm).
  • complete() requirement: agent prompts now explicitly require calling complete() before exit — jobs time out otherwise. Added across all examples.
  • github-digest: switched to list_pull_requests (from search_pull_requests), model bumped to claude-sonnet-4-6, output grouped by repo.
  • github-pr-reviewer: switched to pull_request_read with get / get_files / get_diff methods, model bumped to claude-sonnet-4-6.
  • fitness-tracker: jobs now emit DONE and transition to a final state so they actually terminate.
  • daily-operating-memo: memo agent step gains outputTo: memo-result; client_config moved under MCP server blocks.
  • rtx-price-monitor, inbox-zero: small prompt wording tweaks alongside the complete() additions.

No PII in the diff — all recipient slots remain [INSERT EMAIL RECIPIENT HERE] / [ADD EMAIL RECIPIENT HERE] placeholders.

Test plan

  • validate workflow passes on the PR
  • Spot-check at least one workspace (e.g. github-digest, fitness-tracker) by loading it into friday-studio 0.1.6 and triggering a signal
  • Confirm jobs that previously hung now terminate due to the explicit complete() instruction

- Rename memory tools: memory_read → list_memory_entries, memory_save → save_memory_entry
- Add required complete() call instructions to agent prompts (jobs now time out without it)
- github-digest: switch to list_pull_requests, model to claude-sonnet-4-6, group by repo
- github-pr-reviewer: switch to pull_request_read methods (get/get_files/get_diff), model to claude-sonnet-4-6
- fitness-tracker: add DONE emit/transitions so jobs reach a final state
- daily-operating-memo: add outputTo on memo agent step, reorder client_config under MCP servers
@basedfriday basedfriday requested a review from a team as a code owner May 11, 2026 12:14
@ljagiello ljagiello merged commit 7bbfb4b into main May 12, 2026
7 checks passed
@ljagiello ljagiello deleted the 0.1.6-updates branch May 12, 2026 02:43
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