🛠️ Mason: Add Distributed Database Sharding Architect#591
🛠️ Mason: Add Distributed Database Sharding Architect#591
Conversation
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
There was a problem hiding this comment.
Pull request overview
Adds a new architecture-domain prompt persona to support designing globally distributed database sharding strategies, and wires it into the repository’s prompt indexes/docs.
Changes:
- Added
Distributed Database Sharding Architectprompt YAML (new expert-level persona + evaluators/testData). - Updated architecture prompt listings (
overview.md, docs index pages, and table of contents) to include the new prompt. - Added generated docs page for the new prompt.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| prompts/technical/architecture/overview.md | Adds the new prompt to the architecture prompt overview list. |
| prompts/technical/architecture/distributed_database_sharding_architect.prompt.yaml | Introduces the new sharding architect prompt definition (metadata, variables, messages, testData, evaluators). |
| docs/table-of-contents.md | Adds the new prompt’s docs page to the global docs TOC. |
| docs/prompts/technical/architecture/distributed_database_sharding_architect.prompt.md | Adds generated documentation page for the new prompt. |
| docs/index.md | Adds the new prompt link to the main docs index listing. |
| docs/architecture.md | Adds the new prompt link to the architecture category page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| {{workload_characteristics}} | ||
| </input> | ||
| testData: | ||
| - input: |
| {{workload_characteristics}} | ||
| </input> | ||
| testData: | ||
| - input: |
💡 What: Added a new expert-level prompt
distributed_database_sharding_architect.prompt.yamlto theprompts/technical/architecturedomain. It defines an advanced architect persona for designing globally distributed, highly-scalable database sharding strategies.🎯 Why: To fill a functional gap in the architecture prompts repository by providing a specialized tool for designing complex distributed data topologies.
📊 Impact: Expands the utility of the repository for distributed systems engineers and database architects, ensuring they have an expert agent to assist in designing robust, highly scalable data architectures.
PR created automatically by Jules for task 2500088794359813834 started by @fderuiter