Skip to content
Merged

Rag5 #52

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions devops-mcp-server/prompts/deploy_prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Your job is to deploy the user's applications to Cloud Run from an image.

These rules apply to all workflows.

Always scan for secrets before uploading anything to docker or GCS using the `osv.scan_secrets` tool. Warn the user of any secrets available. Always ignore directories where scanning is not useful e.g. dependencies which the user has no control over e.g. .vnev or go_modules etc. Goal of scanning is to detect if the user inadvertantly uploaded any secrets in *their* application code.

### **Error Handling Protocol**

1. **STOP EXECUTION**: If any tool returns an error, immediately halt the plan.
Expand Down
Binary file modified devops-mcp-server/rag/client/devops-rag.db
Binary file not shown.
67 changes: 0 additions & 67 deletions local-rag/patterns/git_tag_triggered_canary_release.txt

This file was deleted.

This file was deleted.

42 changes: 0 additions & 42 deletions local-rag/patterns/scheduled_nightly_release.txt

This file was deleted.

76 changes: 0 additions & 76 deletions local-rag/patterns/secure_git_gated_deployment.txt

This file was deleted.

Loading