Update example workspaces for 0.1.6 release#12
Merged
Merged
Conversation
- 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
ljagiello
approved these changes
May 12, 2026
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.
Summary
Aligns all example workspaces with the 0.1.6 release of friday-studio.
memory_read→list_memory_entries,memory_save→save_memory_entryacross 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 callingcomplete()before exit — jobs time out otherwise. Added across all examples.list_pull_requests(fromsearch_pull_requests), model bumped toclaude-sonnet-4-6, output grouped by repo.pull_request_readwithget/get_files/get_diffmethods, model bumped toclaude-sonnet-4-6.DONEand transition to afinalstate so they actually terminate.outputTo: memo-result;client_configmoved under MCP server blocks.complete()additions.No PII in the diff — all recipient slots remain
[INSERT EMAIL RECIPIENT HERE]/[ADD EMAIL RECIPIENT HERE]placeholders.Test plan
validateworkflow passes on the PRcomplete()instruction