文档AI / Agent

AI / Agent 入口

用最少上下文安全、准确地完成 Deno 开发任务

读取顺序

  1. 先读取 /llms.txt 获取页面索引。
  2. 根据任务读取单页 .md,例如 /docs/core/permissions.md
  3. 只有跨模块任务才读取 /llms-full.txt
  4. 修改前读取 deno.json(c)deno.lockpackage.json、现有 imports、tasks 和 CI。
  5. 修改后运行 fmt --checklintcheck 与相关测试,并报告实际命令。

任务路由

目标首读追加
运行/调试 TypeScript运行时权限
安装依赖依赖CLI 与配置
修改 MonorepoWorkspaces生产基线
新增测试测试内置工具
迁移 Node 项目从 Node.js 迁移常见错误
构建 AI 服务AI 应用权限
调用 OpenAIDeno + OpenAIAI 应用
构建 MCP 工具MCP ServerAgent 架构
设计 Agent 循环Agent 架构Agent 规则
运行不可信 Agent 代码Deno Sandbox权限
发布服务部署决策目标平台官方文档

不变量

- Do not replace the repository's package or task conventions before reading them.
- Do not grant -A to silence a permission error; identify the exact resource.
- Running TypeScript does not replace `deno check` in CI.
- Keep deno.lock unless the user explicitly approves dependency resolution changes.
- Verify current Deno, framework, and platform behavior from primary sources.
- Never print environment values or pass untrusted text through a shell command.

官方也提供面向 Agent 的 deno.com/agents.mddenoland/skills。本站的规则更偏向任务路由,不替代官方技能。

输入关键词搜索全部文档。