add AGENTS.md for AI agent guidelines

This commit is contained in:
2026-01-19 23:16:16 +08:00
parent 5d5fa5e347
commit 09a45095fa
2 changed files with 115 additions and 3 deletions

View File

@@ -52,7 +52,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "23860bb5",
"metadata": {},
"outputs": [
@@ -101,7 +101,6 @@
" size=2,\n",
" )\n",
" print(\"First page of in-stock widgets:\", [(w.id, w.name) for w in page])\n",
"\n",
" search_term = \"ro\"\n",
" search_stmt = (\n",
" select(Widget)\n",
@@ -153,4 +152,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}