Skip to main content
在 Manus 中运行任何 Skill
一键导入

naming

星标0
分支0
更新时间2026年6月10日 21:15

Naming rules for sagent (single-package Rust secret daemon). Module layout (src/auth.rs, sys/, source/, cache.rs, daemon/, proto.rs, log.rs, main.rs), snake_case files, canonical type names per module (SecretBytes, SecretSource, OpCli, KeychainCli, Lease, AuditToken, CdHash, VerifiedPeer, Cache, Daemon, Frame, Reference), trait suffix convention (no -Trait/-able), newtype and constant discipline in the wire and auth layer, blocked alternative names. Read before creating a new public type, renaming an existing one, or reviewing a PR for naming compliance.

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

SKILL.md
readonly