Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/nullskymc/aurevoy/agents-mdgit clone --depth 1 https://github.com/nullskymc/AurevoyWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01398 | $0.01398 |
| Opus 5 | $0.00699 | $0.00699 |
| Sonnet 5 | $0.00280 | $0.00280 |
| Haiku 4.5 | $0.00140 | $0.00140 |
Grade A, and why
Aurevoy AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Aurevoy 协作入口
参与本仓库的智能体/人类先读本文,再按需下钻
docs/。
产品
Aurevoy 是本地个人 AI Agent 桌面应用:用户用自然语言给目标,引擎规划、调工具、持续执行直至完成。
- 版本:v0.6.8(已发布 tag
v0.6.8;上一版v0.6.7) - 形态:支持 macOS、Windows 和 Linux 桌面端;各平台通过 Tauri 构建对应安装包与更新产物
- 原则:真实链路、可恢复、可审计;禁止 Mock / 假能力
架构(30 秒)
apps/desktop (Tauri) + packages/web-ui (React)
│ HTTP + SSE (127.0.0.1:8787)
▼
apps/agent (Node + Fastify + Pi AgentHarness)
├── LLM (多协议) · Tools (Effect + MCP)
└── SQLite (任务 / 轨迹 / 记忆 / KB)
packages/shared ← 跨进程类型唯一来源
主循环固定走 Pi runtime;LLM 等产品配置走设置页 / SQLite,env 仅运维面。详见 ARCHITECTURE。
文档地图
| 文档 | 用途 |
|---|---|
| 本文 | 入口、规则、命令 |
| ARCHITECTURE | 模块与数据流 |
| API | HTTP + SSE 契约说明 |
| UI_DESIGN | 交互与界面边界 |
| CONVENTIONS | 代码与扩展约定 |
| TECH_STACK | 选型理由 |
| ROADMAP | 已完成能力 + 未竟项 |
| 文档站 | 用户文档:docs/guide/(quickstart / prompting / best-practices…);开发者:docs/dev/ + 下文协作页 → aurevoy.nullskymc.site |
类型真相在 packages/shared/src/,API 细节以代码为准。用户可见行为变化时优先改 docs/guide/(可操作步骤 + 示例 + 反例);契约/架构变化再改协作参考页。
文档站:npm run docs:dev / docs:build / docs:preview。推送 docs/** 到 main/dev 时由 .github/workflows/docs.yml 部署 Pages。
硬性规则
- 跨进程数据结构只定义在
packages/shared;涉及 shared 改动的单个任务完成时必执行npm run build:shared。 - 新工具放
apps/agent/src/tool/tools/,经framework/registry注册;不写进 Agent loop。 - 新 Provider 扩展 Pi 映射,不恢复第二套 ReAct 后端。
- 后端不绑 macOS 路径/命令;前端不假设非 Tauri 环境。
- 外部能力缺失时明确失败/降级,不假成功。
- 验证分层:单个任务完成时至少
npm run typecheck;行为/安全/存储改动补定向回归或可复现轨迹。 提交前按改动影响面跑相关回归即可(见下方命令表),不必每次全套 m3–m8; 完整回归仅在发布/合并前统一执行。 - 密钥只走环境变量 / 设置存储,禁止提交。
- 新能力同步考虑:日志、审批、权限、失败恢复、用户可解释性。
命令
npm install # workspace 依赖(Node >= 22.19.0)
npm run dev # 引擎 + 桌面
npm run dev:agent # 仅引擎热重载
npm run typecheck # 全仓类型检查
npm run build # shared → agent → desktop
npm run build:shared # 改 shared 后必做
npm run regression:m3 # 文件工具/工作区(工具改动 → m3+m7)
npm run regression:m4 # 多轮对话/历史(LLM/对话改动 → m4+m7)
npm run regression:m5 # 项目工作区切换
npm run regression:m6 # 记忆/Session Tree(记忆改动 → m6+m8)
npm run regression:m7 # agent 循环/工具 schema/MCP/审批(通用联动)
npm run regression:m8 # 知识库/向量检索(KB 改动 → m6+m8)
npm run regression:* # 提交前按影响面选跑;全套留给发布/合并前
npm run docs:dev # 文档站本地预览
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 87 lines · 1,398 tokens per session scan A cd929b3acef0
Aurevoy AGENTS.md is an instructions file published in the GitHub repository nullskymc/Aurevoy (10 stars, last pushed 26d ago), licensed MIT. It adds 1,398 tokens to every session, about $0.0070 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
ovo AGENTS.md
AGENTS.md instructions for qntx/ovo, a project described as: Agent behavior that compiles.
xpert AGENTS.md
AGENTS.md instructions for xpert-ai/xpert, covering agents guide for xpert, general, backend (nestjs), backend i18n and frontend (angular).
agentic-toolkit CLAUDE.md
Instructions for hamr0/agentic-toolkit: For full development and testing standards, see .claude/memory/AGENTRULES.md.
kition AGENTS.md
AGENTS.md instructions for KitionAI/kition, covering kition workspace rules, host privacy and portable paths (mandatory), task completion gate (mandatory e2e check), ui source of truth and required design rules.
claude-sub-agent CLAUDE.md
Claude Code instructions for zhsama/claude-sub-agent, covering claude.md, project overview, project documentation conventions (important), common development commands and workflow execution.
wayland-core copilot-instructions.md
Instructions for FerroxLabs/wayland-core, covering ijfw rules, output discipline, memory routing, context discipline and cross-audit.