chore: agentic upgrade
dev / deploy (push) Failing after 2m50s
compute / deploy (push) Has been cancelled

This commit is contained in:
Daniil
2026-05-17 02:11:48 +03:00
parent a2d92a4da9
commit cca1668fee
13 changed files with 325 additions and 549 deletions
@@ -0,0 +1,18 @@
interface:
display_name: "Python Practices"
short_description: "Python quality practices for this repo"
default_prompt: "Use $python-practices to guide Python changes in this repository."
dependencies:
tools:
- type: "mcp"
value: "context7"
description: "Fetch current documentation for library, framework, SDK, API, CLI, and cloud-service details."
transport: "streamable_http"
url: "https://mcp.context7.com/mcp"
- type: "mcp"
value: "tavily_search"
description: "Search the web for current Python ecosystem practices and trade-offs."
transport: "streamable_http"
url: "https://mcp.tavily.com/mcp/"
policy:
allow_implicit_invocation: true