Skip to content

Conversation

@Paliago
Copy link
Contributor

@Paliago Paliago commented May 19, 2025

Description

I was missing clearer instructions on how to get up and running with Bedrock and took the time to write them down in the readme.

I haven't used it but I think we should be able to make this more generic or add information on how to do the same with the supported Azure and GCP models.

@adamdotdevin adamdotdevin merged commit dff8e77 into anomalyco:dev May 20, 2025
@adamdotdevin
Copy link
Contributor

thanks a ton!

@Paliago Paliago deleted the add-bedrock-instructions branch May 21, 2025 14:39
carabistouflette pushed a commit to carabistouflette/opencode that referenced this pull request Jun 16, 2025
m-pa pushed a commit to m-pa/opencode that referenced this pull request Dec 4, 2025
randomm added a commit to randomm/opencode that referenced this pull request Jan 9, 2026
* fix(anomalyco#41): correct Perplexity tool names across configs and prompts

Replace incorrect tool references with actual MCP server tool names:
- mcp_perplexity_research → perplexity-ask_deep_research
- mcp_perplexity_ask → perplexity-ask_search, perplexity-ask_reason, perplexity-ask_deep_research

Files updated:
- opencode.work.json: 28 tool references across 14 agents
- opencode.personal.json: 28 tool references across 14 agents
- 18 prompt files with corrected Perplexity tool names

This fixes tool invocation errors when agents attempt to use Perplexity research capabilities.

* feat(anomalyco#40): add research-backed boundary definitions to agent prompts

Implement minimal, evidence-based prompt improvements to prevent
agents from attempting GitHub operations outside their scope:

PM prompt (4 lines):
- Explicit coordination-only boundary
- GitHub ops delegation to git-agent
- Issue verification requirement

Specialist prompts (6 lines each × 13):
- Standardized scope boundary section
- Do-not checklist (keyword format)
- Cross-domain escalation protocol
- Pre-work validation checklist

Research basis: Perplexity research on prompting best practices
found checklist/keyword format achieves 2-3x better compliance
than narrative prose with fewer tokens.

Files: 14 prompts updated, 97 lines total
randomm added a commit to randomm/opencode that referenced this pull request Jan 9, 2026
* fix(anomalyco#41): correct Perplexity tool names across configs and prompts

Replace incorrect tool references with actual MCP server tool names:
- mcp_perplexity_research → perplexity-ask_deep_research
- mcp_perplexity_ask → perplexity-ask_search, perplexity-ask_reason, perplexity-ask_deep_research

Files updated:
- opencode.work.json: 28 tool references across 14 agents
- opencode.personal.json: 28 tool references across 14 agents
- 18 prompt files with corrected Perplexity tool names

This fixes tool invocation errors when agents attempt to use Perplexity research capabilities.

* feat(anomalyco#40): add research-backed boundary definitions to agent prompts

Implement minimal, evidence-based prompt improvements to prevent
agents from attempting GitHub operations outside their scope:

PM prompt (4 lines):
- Explicit coordination-only boundary
- GitHub ops delegation to git-agent
- Issue verification requirement

Specialist prompts (6 lines each × 13):
- Standardized scope boundary section
- Do-not checklist (keyword format)
- Cross-domain escalation protocol
- Pre-work validation checklist

Research basis: Perplexity research on prompting best practices
found checklist/keyword format achieves 2-3x better compliance
than narrative prose with fewer tokens.

Files: 14 prompts updated, 97 lines total

* feat(anomalyco#44): expand PM tools and standardize on ripgrep over grep

Research-backed expansion of PM tool permissions to enable
effective context gathering for informed routing decisions.

PM tool additions (read-only):
- cat * (all files, not just .project-id)
- rg* (ripgrep for fast, gitignore-aware search)
- jq* (JSON parsing for GitHub API responses)
- wc* (counting and statistics)

New instruction file: instructions/tool-preferences.md
- System-wide mandate: Use rg over grep
- Rationale: faster, respects .gitignore, better defaults
- Usage examples and common patterns

Research basis: Industry best practice shows orchestrators
need read access for informed routing decisions (Perplexity
research on multi-agent systems 2024-2025).

Files: 2 configs, 1 new instruction, 1 prompt (4 total)
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