Merge AnyIO defaults and inline tensor docs

This commit is contained in:
2026-03-26 10:14:43 +08:00
parent 19b12dbd17
commit 0fb1d55333
6 changed files with 139 additions and 190 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
interface:
display_name: "Python Project Defaults"
short_description: "Repo-aligned Python defaults"
default_prompt: "Apply the user's Python defaults while preserving repository conventions. Only introduce uv, click, or basedpyright when the repo already uses them, the task is greenfield, or the user explicitly asks to standardize on them."
default_prompt: "Apply the user's Python defaults while preserving repository conventions. Prefer AnyIO for new async work and beartype at stable boundaries, but only introduce uv, anyio, click, basedpyright, or beartype when the repo already uses them, the task is greenfield, or the user explicitly asks to standardize on them."